Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_output.c1500 struct sockaddr_in6 *sa6_dst, sin6; in ip6_getpmtu() local
1513 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()
H A Din6_pcb.c647 struct sockaddr_in6 sa6_src, *sa6_dst; in in6_pcbnotify() local
655 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()