Home
last modified time | relevance | path

Searched refs:in6_ifawithifp (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/netinet6/
H A Din6_private.h243 extern struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *);
H A Dip6_input.c1122 ia6 = in6_ifawithifp(deliverifp, &ip6->ip6_dst); in ip6_input()
H A Din6.c3738 in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst) in in6_ifawithifp() function