Searched refs:lgetipnodebyname (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 224 extern struct hostent *lgetipnodebyname(const char *, int, int, int *); 1500 hp = lgetipnodebyname(hostname, AF_INET, 0, &error_num); in ipaddr_match() 1515 hp = lgetipnodebyname(hostname, AF_INET6, 0, &error_num); in ipaddr_match() 1534 hp = lgetipnodebyname(hostname, AF_INET, 0, &error_num); in ipaddr_match() 1546 hp = lgetipnodebyname(hostname, AF_INET6, 0, in ipaddr_match() 1559 hp = lgetipnodebyname(hostname, AF_INET6, in ipaddr_match()
|
H A D | snoop_ipaddr.c | 350 lgetipnodebyname(const char *name, int af, int flags, int *error_num) in lgetipnodebyname() function
|