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

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

Completed in 207 milliseconds