HomeSort by relevance Sort by last modified time
    Searched full:_resp (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
getrrsetbyname.c 192 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;

Completed in 31 milliseconds