Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet6/
HDin6.h677 struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *);
HDin6.c1975 in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst) in in6_ifawithifp() function
HDip6_output.c1185 ia6 = in6_ifawithifp(ifp, &ip6->ip6_src); in ip6_output()