Home
last modified time | relevance | path

Searched refs:RES_INIT (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_data.c103 if (!(statp->options & RES_INIT)) in res_init()
122 if ((statp->options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()
139 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()
151 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()
166 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_query()
193 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_send()
207 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()
224 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_update()
239 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_search()
255 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_querydomain()
[all …]
H A Dres_state.c73 if ((statp->options & RES_INIT) == 0) { in res_check_reload()
91 statp->options &= ~RES_INIT; in res_check_reload()
H A Dres_init.c578 statp->options |= RES_INIT; in __res_vinit()
821 statp->options &= ~RES_INIT; in res_ndestroy()
H A Dres_debug.c658 case RES_INIT: return "init"; in p_option()
/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 Dhesiod.c354 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in get_txt_records()
H A Dname6.c273 if ((statp->options & RES_INIT) == 0) { in getipnodebyname()
368 if ((statp->options & RES_INIT) == 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/tools/regression/gaithrstress/
H A Dgaithrstress.c105 if (_res.options & RES_INIT || res_init() == 0) in work()
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd/include/
H A Dresolv.h228 #define RES_INIT 0x00000001 /*%< address initialized */ macro
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) { in yp_init_resolver()
/freebsd/usr.bin/w/
H A Dw.c190 if (!(_res.options & RES_INIT)) in main()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c224 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) { in getrrsetbyname()
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c1640 if ((_res.options & RES_INIT) == 0)
H A Ddomain.c1653 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c718 if (!bitset(RES_INIT, _res.options))
/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c954 if (statp == NULL || ((statp->options & RES_INIT) == 0 && in run_tests()
/freebsd/crypto/openssh/
H A Dsshd.c2235 if ((_res.options & RES_INIT) == 0) {