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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c137 ip6lookup(const struct in6_addr *ip6addr) argument
146 for (h = h_table6[iphash(((uint32_t *)ip6addr)[3])]; h;
148 if (IN6_ARE_ADDR_EQUAL(&h->h6_addr, ip6addr))
153 if (IN6_IS_ADDR_UNSPECIFIED(ip6addr))
154 return (addhost(AF_INET6, ip6addr, "UNSPECIFIED", NULL));
163 hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr),
173 (void) inet_ntop(AF_INET6, ip6addr, addrstr, INET6_ADDRSTRLEN);
177 retval = addhost(AF_INET6, ip6addr, addname, hp ? hp->h_aliases : NULL);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1763 in6_addr_t ip6addr; member in union:ibt_ip_addr_s::__anon7970

Completed in 68 milliseconds