OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 490 milliseconds