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