HomeSort by: relevance | last modified time | path
    Searched defs:_resp (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
getrrsetbyname.c 192 struct __res_state *_resp; local
219 _resp = _THREAD_PRIVATE(_res, _res, &_res);
221 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
226 _resp = __res_get_state();
227 if (_resp == NULL) {
231 options = _resp->options;
234 _resp->options |= RES_DEBUG;
239 if (_resp->options & RES_USE_EDNS0)
240 _resp->options |= RES_USE_DNSSEC;
244 length = res_nquery(_resp, hostname, (signed int) rdclass
    [all...]

Completed in 15 milliseconds