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

/freebsd-13-stable/lib/libc/resolv/
H A Dres_data.c103 * "broken". They could fool us by setting RES_INIT but none do (yet).
109 if (!(statp->options & RES_INIT))
128 if ((statp->options & RES_INIT) == 0U && res_init() == -1)
145 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
157 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
172 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
199 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
213 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
230 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
245 if ((statp->options & RES_INIT)
[all...]
H A Dres_state.c75 if ((statp->options & RES_INIT) == 0) {
93 statp->options &= ~RES_INIT;
H A Dres_init.c593 statp->options |= RES_INIT;
836 statp->options &= ~RES_INIT;
H A Dres_debug.c665 case RES_INIT: return "init";
/freebsd-13-stable/lib/libc/net/
H A Dgetnetbydns.c290 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
394 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
453 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
H A Dgethostnamadr.c493 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
517 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
612 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
H A Dgethostbyht.c186 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
H A Dhesiod.c378 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dname6.c276 if ((statp->options & RES_INIT) == 0) {
371 if ((statp->options & RES_INIT) == 0) {
H A Dgethostbydns.c763 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-13-stable/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0)
/freebsd-13-stable/include/
H A Dresolv.h229 #define RES_INIT 0x00000001 /*%< address initialized */ macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/freebsd-13-stable/usr.bin/w/
H A Dw.c200 if (!(_res.options & RES_INIT))
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c134 if (!(_res.options & RES_INIT) && res_init() == -1) {
/freebsd-13-stable/contrib/sendmail/src/
H A Ddomain.c1285 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dsm_resolve.c772 if ((_res.options & RES_INIT) == 0)
H A Dmain.c700 if (!bitset(RES_INIT, _res.options))
/freebsd-13-stable/lib/libc/tests/nss/
H A Dgethostby_test.c957 if (statp == NULL || ((statp->options & RES_INIT) == 0 &&
/freebsd-13-stable/crypto/openssh/
H A Dsshd.c2086 if ((_res.options & RES_INIT) == 0) {

Completed in 248 milliseconds