Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6.h918 extern int nd6_output_list(struct ifnet *, struct ifnet *, struct mbuf *,
H A Dnd6.c3892 nd6_output_list(ifp, ifp, m, &sin6, rt, NULL); in nd6_cache_lladdr()
4081 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output()
4092 nd6_output_list(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m0, in nd6_output_list() function
4145 error = nd6_output_list(ifp, origifp, m0, in nd6_output_list()
H A Dip6_output.c1593 error = nd6_output_list(ifp, origifp, sendchain, dst, in ip6_output_list()