Searched refs:_res (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/lib/libc/resolv/
H A Dres_state.c44 #undef _res macro
46 struct __res_state _res; variable in typeref:struct:__res_state
105 return res_check_reload(&_res);
109 return (&_res);
116 return (&_res);
123 return (&_res);
H A Dres_data.c84 res_state statp = &_res;
91 * fields of _res before res_init() is called, res_init() will not
99 * _res.options is tricky since some apps were known to diddle the bits
127 res_state statp = &_res;
144 res_state statp = &_res;
156 res_state statp = &_res;
171 res_state statp = &_res;
182 _res.qhook = hook;
187 _res.rhook = hook;
193 return (res_ourserver_p(&_res, in
[all...]
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dsm_gethost.c67 resv6 = bitset(RES_USE_INET6, _res.options);
68 _res.options |= RES_USE_INET6;
75 _res.options &= ~RES_USE_INET6;
/freebsd-13-stable/crypto/heimdal/base/
H A Dheimbase.h61 #define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res)
63 #define heim_builtin_expect(_op,_res) (_op)
/freebsd-13-stable/contrib/sendmail/src/
H A Dsm_resolve.c772 if ((_res.options & RES_INIT) == 0)
797 _res.nsaddr_list[0].sin_family = AF_INET;
798 _res.nsaddr_list[0].sin_addr = *ns;
800 _res.nsaddr_list[0].sin_port = htons(port);
801 _res.nscount = 1;
946 adflag = (_res.options & RES_USE_DNSSEC) != 0;
1303 old_options = _res.options;
1304 _res.options |= options;
1311 _res.options |= RES_DEBUG;
1318 inet_ntoa(_res
[all...]
H A Ddomain.c52 # define RES_DNSRCH_VARIABLE _res.dnsrch
576 old_options = _res.options;
578 _res.options |= SM_RES_DNSSEC;
746 if ((tTd(8, 8) || _res.options & RES_DEBUG)
1045 _res.options = old_options;
1051 _res.options = old_options;
1121 int saveopts = _res.options;
1133 _res.options &= ~(RES_DNSRCH|RES_DEFNAMES);
1135 _res.options = saveopts;
1285 if ((_res
[all...]
H A Dmain.c700 if (!bitset(RES_INIT, _res.options))
703 _res.options |= RES_DEBUG;
705 _res.options &= ~RES_DEBUG;
707 _res.options |= RES_NOALIASES;
709 TimeOuts.res_retry[RES_TO_DEFAULT] = _res.retry;
710 TimeOuts.res_retry[RES_TO_FIRST] = _res.retry;
711 TimeOuts.res_retry[RES_TO_NORMAL] = _res.retry;
712 TimeOuts.res_retrans[RES_TO_DEFAULT] = _res.retrans;
713 TimeOuts.res_retrans[RES_TO_FIRST] = _res.retrans;
714 TimeOuts.res_retrans[RES_TO_NORMAL] = _res
[all...]
H A Ddaemon.c2338 int oldopts = _res.options;
2340 _res.options &= ~(RES_DEFNAMES|RES_DNSRCH);
2347 _res.options = oldopts;
2423 int oldopts = _res.options;
2425 _res.options &= ~(RES_DEFNAMES|RES_DNSRCH);
2431 _res.options = oldopts;
4139 retrans = _res.retrans;
4140 _res.retrans = map->map_timeout;
4144 retry = _res.retry;
4145 _res
[all...]
H A Dsavemail.c599 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
600 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
H A Dconf.c4315 resv6 = bitset(RES_USE_INET6, _res.options);
4316 _res.options |= RES_USE_INET6;
4323 _res.options &= ~RES_USE_INET6;
5693 if (!*_res.defdname)
5696 len_domain = strlen(_res.defdname);
5699 _res.defdname) == 0) &&
H A Ddeliver.c1912 _res.options &= ~(RES_DEFNAMES | RES_DNSRCH); /* XXX */
3624 _res.options |= RES_DEFNAMES | RES_DNSRCH; /* XXX */
6020 int oldoptions = _res.options;
6090 _res.options &= ~(RES_DEFNAMES | RES_DNSRCH); /* XXX */
6223 _res.options = oldoptions;
H A Dqueue.c4397 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
4398 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
4402 _res.retry = TimeOuts.res_retry[RES_TO_NORMAL];
4403 _res.retrans = TimeOuts.res_retrans[RES_TO_NORMAL];
H A Dreadcf.c3389 _res.options &= ~rfp->rf_bits;
3391 _res.options |= rfp->rf_bits;
3394 sm_dprintf("_res.options = %x, HasWildcardMX = %d\n",
3395 (unsigned int) _res.options, HasWildcardMX);
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
225 _res.options &= ~(RES_DNSRCH|RES_DEFNAMES);
226 _res.retrans = 30;
227 _res.retry = 10;
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h186 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h202 uint64_t _res; member in struct:invept_desc
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c71 struct __res_state _res; variable in typeref:struct:__res_state
190 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c134 if (!(_res.options & RES_INIT) && res_init() == -1) {
189 for (ns = 0; ns < _res.nscount; ns++) {
191 (struct sockaddr *)&_res.nsaddr_list[ns],
447 q->domain = _res.dnsrch;
/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0)
108 _res.options &= ~RES_DNSRCH;
/freebsd-13-stable/tools/test/netfibs/
H A Dinitiator.sh1133 local _n _o _f testno i _fibtxt _instances _res _port _transfer _p
1153 _res="FIB ${i}"
1156 _res="${_fibtxt}"
1159 nc_send_recv ${i} 1 "${_fibtxt}" "${_res}" ${PEERLINKLOCAL} \
1173 _res="FIB ${i}"
1176 _res="${_fibtxt}"
1179 nc_send_recv ${i} 1 "${_fibtxt}" "${_res}" ${PEERADDR} \
/freebsd-13-stable/usr.bin/w/
H A Dw.c200 if (!(_res.options & RES_INIT))
202 _res.retrans = 2; /* resolver timeout to 2 seconds per try */
203 _res.retry = 1; /* only try once.. */
/freebsd-13-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl677 $_res="16(%rsp)"; # len&15
753 mov %rcx,$_res
780 mov $_res,%rcx
807 mov %rax,$_res
832 mov %rcx,$_res
854 mov $_res,%rcx
/freebsd-13-stable/include/
H A Dresolv.h284 #define _res (*__res_state()) macro
/freebsd-13-stable/lib/libc/net/
H A Dhesiod.c43 * it uses res_send() and accesses _res.
378 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-13-stable/crypto/openssh/
H A Dsshd.c2086 if ((_res.options & RES_INIT) == 0) {

Completed in 348 milliseconds

12