Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet6/
H A Din6.h680 struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *);
/f-stack/freebsd/netinet6/
H A Din6.h680 struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *);
H A Din6.c1880 in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst) in in6_ifawithifp() function
H A Dip6_output.c1174 ia6 = in6_ifawithifp(ifp, &ip6->ip6_src); in ip6_output()