Home
last modified time | relevance | path

Searched refs:res_ninit (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/net/
H A Dgetnetbydns.c284 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in _dns_getnetbyaddr()
388 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in _dns_getnetbyname()
447 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) in _setnetdnsent()
H A Dgethostnamadr.c490 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostbyname_r()
514 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostbyname2_r()
609 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostbyaddr_r()
H A Dgethostbyht.c180 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostent_r()
H A Dname6.c274 if (res_ninit(statp) < 0) { in getipnodebyname()
369 if (res_ninit(statp) < 0) { in getipnodebyaddr()
H A Dgethostbydns.c759 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) in _sethostdnsent()
H A Dgetaddrinfo.c2334 if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) { in _dns_getaddrinfo()
/freebsd/include/
H A Dresolv.h370 #define res_ninit __res_ninit macro
457 int res_ninit(res_state);
/freebsd/lib/libc/resolv/
H A Dres_init.c159 res_ninit(res_state statp) { in res_ninit() function
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c540 if(res_ninit(handle)) in dns_lookup_int()
/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c955 res_ninit(statp) == -1)) { in run_tests()