Searched refs:sa6_dst (Results 1 – 2 of 2) sorted by relevance
1500 struct sockaddr_in6 *sa6_dst, sin6; in ip6_getpmtu() local1513 sa6_dst = (struct sockaddr_in6 *)&ro_pmtu->ro_dst; in ip6_getpmtu()1514 if (!IN6_ARE_ADDR_EQUAL(&sa6_dst->sin6_addr, dst)) in ip6_getpmtu()1517 sa6_dst = &sin6; in ip6_getpmtu()1520 bzero(sa6_dst, sizeof(*sa6_dst)); in ip6_getpmtu()1521 sa6_dst->sin6_family = AF_INET6; in ip6_getpmtu()1522 sa6_dst->sin6_len = sizeof(struct sockaddr_in6); in ip6_getpmtu()1523 sa6_dst->sin6_addr = *dst; in ip6_getpmtu()
647 struct sockaddr_in6 sa6_src, *sa6_dst; in in6_pcbnotify() local655 sa6_dst = (struct sockaddr_in6 *)dst; in in6_pcbnotify()656 if (IN6_IS_ADDR_UNSPECIFIED(&sa6_dst->sin6_addr)) in in6_pcbnotify()714 &sa6_dst->sin6_addr) || in in6_pcbnotify()