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

/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_compat.c45 #undef _res macro
56 struct __res_state _res variable in typeref:struct:__res_state
68 return &_res;
74 (void)memcpy(&_res, res, sizeof(_res));
H A Dres_data.c115 * Compatibility with program that were accessing _res directly
137 * fields of _res before res_init() is called, res_init() will not
330 RES_SET_H_ERRNO(&_res, NETDB_INTERNAL);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_data.c74 #undef _res macro
76 struct __res_state _res variable in typeref:struct:__res_state
83 #define _res (*__res_state()) macro
99 * fields of _res before res_init() is called, res_init() will not
107 * _res.options is tricky since some apps were known to diddle the bits
113 if (!_res.retrans)
114 _res.retrans = RES_TIMEOUT;
115 if (!_res.retry)
116 _res.retry = 4;
117 if (!(_res
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dsethostent.c66 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
69 _res.options |= RES_STAYOPEN | RES_USEVC;
78 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dirs_data.c48 #undef _res macro
54 extern struct __res_state _res;
178 (*net_data->irs->res_set)(net_data->irs, &_res, NULL);
211 return (&_res);
217 return (&_res);
229 return(&_res.res_h_errno);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/arlib/
H A Darlib.c71 if (op & ARES_CALLINIT && !(_res.options & RES_INIT))
75 (void)strncat(ar_domainname, _res.defdname,
83 _res.options |= RES_DEBUG;
96 * Check _res.options to see if we use a TCP or UDP socket.
102 if (_res.options & RES_USEVC)
107 sip = _res.NS_ADDR_LIST; /* was _res.nsaddr_list */
120 if (i >= _res.nscount)
262 rptr->re_retries = _res.retry;
265 rptr->re_timeout = rptr->re_sentat + _res
[all...]
H A Dconfigure3715 return sizeof(_res.nsaddr_list);
3734 return sizeof(_res.ns_list);
3748 as_fn_error "Can't find nameserver address list in _res" "$LINENO" 5
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c70 struct __res_state _res; variable in typeref:struct:__res_state
192 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_hesiod.c119 _res.options |= RES_DEBUG;
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h217 #define _res (*__res_state())
220 extern struct __res_state _res;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
H A Dcmll-x86_64.pl623 $_res="16(%rsp)"; # len&15
690 mov %rcx,$_res
717 mov $_res,%rcx
744 mov %rax,$_res
769 mov %rcx,$_res
791 mov $_res,%rcx
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h294 #define _res (*__res_state()) macro
302 extern struct __res_state _res;
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A Dmkalias.c107 if ((_res.options & RES_INIT) == 0)
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h289 * Source and Binary compatibility; _res will not work properly
293 #define _res (*__res_state()) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c189 *res = _res;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface.c464 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); local
465 if (_res < 0)
468 ssid_len = _res;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/groffer/
H A Dgroffer2.sh47 _res="$(unset _foo 2>&1)";
49 test _"${_res}"_ = __ && test _"${_foo}"_ = __
53 eval "${_UNSET}" _res;
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c480 if ((_res.options & RES_INIT) == 0)

Completed in 163 milliseconds