OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nameserver
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSPosix/
mDNSPosix.c
507
char
nameserver
[16];
local
516
if (sscanf(line,"%10s %15s", keyword,
nameserver
) != 2) continue; // it will skip whitespaces
517
if (strncasecmp(keyword,"
nameserver
",10)) continue;
518
if (inet_aton(
nameserver
, (struct in_addr *)&ina) != 0)
[
all
...]
/external/libevent/
evdns.c
181
struct
nameserver
*ns; /* the server which we last sent it */
219
struct
nameserver
{
struct
227
struct
nameserver
*next, *prev;
231
/* Outstanding probe request for this
nameserver
, if any */
311
struct
nameserver
*server_head;
336
/* The first time that a
nameserver
fails, how long do we wait before
388
static struct
nameserver
*nameserver_pick(struct evdns_base *base);
394
static void nameserver_send_probe(struct
nameserver
*const ns);
495
/* a libevent callback function which is called when a
nameserver
*/
499
struct
nameserver
*const ns = (struct nameserver *) arg
3483
const char *const
nameserver
= NEXT_TOKEN;
local
[
all
...]
Completed in 93 milliseconds