OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_DNSRCH
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/dns/resolv/
res_query.c
270
* and
RES_DNSRCH
is set.
273
(dots && !trailing_dot && (statp->options &
RES_DNSRCH
) != 0U)) {
340
if ((statp->options &
RES_DNSRCH
) == 0U)
res_debug.c
677
case
RES_DNSRCH
: return "dnsrch";
[
all
...]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_query.c
245
* and
RES_DNSRCH
is set.
248
(dots && !trailing_dot && (_res.options &
RES_DNSRCH
))) {
300
if (!(_res.options &
RES_DNSRCH
))
gethostbydns.c
717
_res.options &= ~
RES_DNSRCH
;
res_debug.c
536
case
RES_DNSRCH
: return "dnsrch";
getaddrinfo.c
[
all
...]
/device/linaro/bootloader/edk2/StdLib/Include/
resolv.h
129
#define
RES_DNSRCH
0x00000200 /* search up local domain tree */
136
#define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES |
RES_DNSRCH
)
/bionic/libc/dns/include/
resolv_private.h
254
#define
RES_DNSRCH
0x00000200 /* search up local domain tree */
272
RES_DNSRCH
| RES_NO_NIBBLE2)
/bionic/libc/dns/net/
getaddrinfo.c
[
all
...]
Completed in 4648 milliseconds