OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_DEFAULT
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/dns/resolv/
res_data.c
126
* set in
RES_DEFAULT
). Our solution is to declare such applications
134
_nres.options =
RES_DEFAULT
;
res_init.c
198
statp->options =
RES_DEFAULT
;
/bionic/libc/dns/include/
resolv_private.h
259
#define
RES_DEFAULT
(RES_RECURSE | RES_DEFNAMES | \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h
223
#define
RES_DEFAULT
(RES_RECURSE|RES_DEFNAMES|RES_DNSRCH|RES_NOIP6DOTINT)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h
223
#define
RES_DEFAULT
(RES_RECURSE|RES_DEFNAMES|RES_DNSRCH|RES_NOIP6DOTINT)
Completed in 34 milliseconds