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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c101 struct in6_addr in6; /* IPv6 address */ member in struct:netdev_solaris
2056 *address = netdev->in6;
2077 netdev->in6 = sin6->sin6_addr;
2081 *address = netdev->in6;
H A Dutil-solaris.c2828 struct in6_addr in6; local
2845 bcopy(&ipv6.ipv6_src, &in6.s6_addr,
2847 if (!IN6_IS_ADDR_UNSPECIFIED(&in6))
2852 bcopy(&ipv6.ipv6_dst, &in6.s6_addr,
2854 if (!IN6_IS_ADDR_UNSPECIFIED(&in6))

Completed in 29 milliseconds