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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c75 const char *ip_whois[] = { LNICHOST, RNICHOST, PNICHOST, BNICHOST, variable
328 for (i = 0; ip_whois[i] != NULL; i++) {
329 if (strnstr(buf, ip_whois[i], len) !=
332 ip_whois[i]);

Completed in 67 milliseconds