Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:nameserver

507 	char nameserver[16];
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)