gw6 2230 netinet6/icmp6.c struct in6_addr *gw6;
gw6 2248 netinet6/icmp6.c gw6 = &(((struct sockaddr_in6 *)rt->rt_gateway)->sin6_addr);
gw6 2249 netinet6/icmp6.c if (bcmp(&src6, gw6, sizeof(struct in6_addr)) != 0) {
gw6 2254 netinet6/icmp6.c ip6_sprintf(gw6),
gw6 1722 netinet6/nd6.c struct sockaddr_in6 *gw6 = NULL;
gw6 1751 netinet6/nd6.c gw6 = (struct sockaddr_in6 *)rt->rt_gateway;
gw6 1761 netinet6/nd6.c if (!nd6_is_addr_neighbor(gw6, ifp) ||
gw6 1762 netinet6/nd6.c in6ifa_ifpwithaddr(ifp, &gw6->sin6_addr)) {