Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6.c3674 nd6_output_list(ifp, ifp, m, &sin6, rt, NULL); in nd6_cache_lladdr()
3863 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output()
3874 nd6_output_list(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m0, in nd6_output_list() function
3927 error = nd6_output_list(ifp, origifp, m0, in nd6_output_list()
H A Dnd6.h858 extern int nd6_output_list(struct ifnet *, struct ifnet *, struct mbuf *,
H A Dip6_output.c1614 error = nd6_output_list(ifp, origifp, sendchain, dst, in ip6_output_list()