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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1475 ipaddr_match(enum direction which, char *hostname, int inet_type) function
2392 ipaddr_match(dir, token, IPV4_ONLY);
2404 ipaddr_match(dir, token, IPV6_ONLY);
2561 ipaddr_match(dir, token, IPV4_AND_IPV6);
2579 ipaddr_match(dir, token, IPV4_AND_IPV6);
2583 ipaddr_match(dir, token, IPV4_ONLY);
2585 ipaddr_match(dir, token, IPV6_ONLY);

Completed in 50 milliseconds