Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_output.c1508 struct sockaddr_in6 *sa6_dst, sin6; in ip6_getpmtu() local
1521 sa6_dst = (struct sockaddr_in6 *)&ro_pmtu->ro_dst; in ip6_getpmtu()
1522 if (!IN6_ARE_ADDR_EQUAL(&sa6_dst->sin6_addr, dst)) in ip6_getpmtu()
1525 sa6_dst = &sin6; in ip6_getpmtu()
1528 bzero(sa6_dst, sizeof(*sa6_dst)); in ip6_getpmtu()
1529 sa6_dst->sin6_family = AF_INET6; in ip6_getpmtu()
1530 sa6_dst->sin6_len = sizeof(struct sockaddr_in6); in ip6_getpmtu()
1531 sa6_dst->sin6_addr = *dst; in ip6_getpmtu()
H A Din6_pcb.c664 in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr_in6 *sa6_dst, in in6_pcbnotify() argument
676 if (IN6_IS_ADDR_UNSPECIFIED(&sa6_dst->sin6_addr)) in in6_pcbnotify()
694 ip6_notify_pmtu(inp, sa6_dst, *(uint32_t *)cmdarg); in in6_pcbnotify()
710 &sa6_dst->sin6_addr) || in in6_pcbnotify()