Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6.h890 extern int nd6_output_list(struct ifnet *, struct ifnet *, struct mbuf *,
H A Dnd6.c3689 nd6_output_list(ifp, ifp, m, &sin6, rt, NULL); in nd6_cache_lladdr()
3880 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output()
3891 nd6_output_list(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m0, in nd6_output_list() function
3945 error = nd6_output_list(ifp, origifp, m0, in nd6_output_list()
H A Dip6_output.c1644 error = nd6_output_list(ifp, origifp, sendchain, dst, in ip6_output_list()