Searched defs:nameserver (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c500 char nameserver[16]; local
509 if (sscanf(line,"%10s %15s", keyword, nameserver) != 2) continue; // it will skip whitespaces
510 if (strncasecmp(keyword,"nameserver",10)) continue;
511 if (inet_aton(nameserver, (struct in_addr *)&ina) != 0)
/external/chromium/third_party/libevent/
H A Devdns.c169 struct nameserver *ns; /* the server which we last sent it */
211 struct nameserver { struct
219 struct nameserver *next, *prev;
229 static struct nameserver *server_head = NULL;
315 /* These are the timeout values for nameservers. If we find a nameserver is down */
320 static struct nameserver *nameserver_pick(void);
325 static void nameserver_send_probe(struct nameserver *const ns);
446 /* a libevent callback function which is called when a nameserver */
450 struct nameserver *const ns = (struct nameserver *) ar
2704 const char *const nameserver = NEXT_TOKEN; local
[all...]

Completed in 79 milliseconds