Searched refs:lgetipnodebyname (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 224 extern struct hostent *lgetipnodebyname(const char *, int, int, int *); 1501 hp = lgetipnodebyname(hostname, AF_INET, 0, &error_num); in ipaddr_match() 1516 hp = lgetipnodebyname(hostname, AF_INET6, 0, &error_num); in ipaddr_match() 1535 hp = lgetipnodebyname(hostname, AF_INET, 0, &error_num); in ipaddr_match() 1547 hp = lgetipnodebyname(hostname, AF_INET6, 0, in ipaddr_match() 1560 hp = lgetipnodebyname(hostname, AF_INET6, in ipaddr_match()
|
H A D | snoop_ipaddr.c | 374 lgetipnodebyname(const char *name, int af, int flags, int *error_num) in lgetipnodebyname() function
|