Searched refs:ip6_getdstifaddr (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Droute6.c245 if ((ia6 = ip6_getdstifaddr(m)) == NULL)
H A Dip6_var.h461 struct in6_ifaddr *ip6_getdstifaddr(struct mbuf *);
H A Dip6_input.c918 if (deliverifp && (ia6 = ip6_getdstifaddr(m)) == NULL) {
1228 ip6_getdstifaddr(m) function
H A Dicmp6.c1314 if ((ia6 = ip6_getdstifaddr(m)) == NULL)
2265 * Note that ip6_getdstifaddr() may fail if we are in an error handling
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c777 ia6 = ip6_getdstifaddr(m);
1786 ia6 = ip6_getdstifaddr(m);

Completed in 91 milliseconds