Home
last modified time | relevance | path

Searched refs:addr6ptr (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c610 struct in6_addr *addr6ptr; local
737 addr6ptr = (struct in6_addr *)hp->h_addr_list[h_addr_index];
739 while (addr6ptr != NULL) {
740 if (IN6_IS_ADDR_V4MAPPED(addr6ptr)) {
749 IN6_V4MAPPED_TO_INADDR(addr6ptr,
768 addr6ptr = (struct in6_addr *)
776 addr6ptr = (struct in6_addr *)hp->h_addr_list[h_addr_index];
778 while (addr6ptr != NULL) {
779 if (!IN6_IS_ADDR_V4MAPPED(addr6ptr)) {
790 16, *addr6ptr);
[all …]
H A Dsnoop_filter.c1481 struct in6_addr *addr6ptr; in ipaddr_match() local
1637 addr6ptr = (struct in6_addr *)hp->h_addr_list[h_addr_index]; in ipaddr_match()
1639 while (addr6ptr != NULL) { in ipaddr_match()
1640 if (IN6_IS_ADDR_V4MAPPED(addr6ptr)) { in ipaddr_match()
1652 IN6_V4MAPPED_TO_INADDR(addr6ptr, in ipaddr_match()
1665 addr6ptr = (struct in6_addr *) in ipaddr_match()
1670 addr6ptr = (struct in6_addr *)hp->h_addr_list[h_addr_index]; in ipaddr_match()
1672 while (addr6ptr != NULL) { in ipaddr_match()
1673 if (!IN6_IS_ADDR_V4MAPPED(addr6ptr)) { in ipaddr_match()
1699 16, *addr6ptr); in ipaddr_match()
[all …]