Searched refs:nd6_output_list (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6.c | 3674 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 D | nd6.h | 858 extern int nd6_output_list(struct ifnet *, struct ifnet *, struct mbuf *,
|
| H A D | ip6_output.c | 1614 error = nd6_output_list(ifp, origifp, sendchain, dst, in ip6_output_list()
|