Searched refs:_resp (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c192 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res); local
221 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
227 _resp->options |= RES_DEBUG;
232 if (_resp->options & RES_USE_EDNS0)
233 _resp->options |= RES_USE_DNSSEC;
H A Dgetrrsetbyname.c.orig190 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
225 _resp->options |= RES_DEBUG;
230 if (_resp->options & RES_USE_EDNS0)
231 _resp->options |= RES_USE_DNSSEC;

Completed in 528 milliseconds