OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_NO_NIBBLE2
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/dns/include/
resolv_private.h
257
#define
RES_NO_NIBBLE2
0x80000000 /* disable alternate nibble lookup */
260
RES_DNSRCH |
RES_NO_NIBBLE2
)
/bionic/libc/dns/resolv/
res_init.c
588
statp->options |=
RES_NO_NIBBLE2
;
591
~
RES_NO_NIBBLE2
;
res_debug.c
702
#ifdef
RES_NO_NIBBLE2
703
case
RES_NO_NIBBLE2
: return "no-nibble2";
[
all
...]
Completed in 35 milliseconds