Searched refs:nd6_output (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | ip6_forward.c | 778 error = nd6_output(ifp, origifp, m, dst, rt, NULL); in ip6_forward() 794 error = nd6_output(ifp, origifp, m, dst, rt, NULL); in ip6_forward()
|
| H A D | nd6.h | 892 extern int nd6_output(struct ifnet *, struct ifnet *, struct mbuf *,
|
| H A D | nd6_nbr.c | 1403 nd6_output(ifp, ifp, m_hold, &sin6, rt, NULL); in nd6_na_input()
|
| H A D | nd6.c | 3877 nd6_output(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m0, in nd6_output() function
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | pf.c | 9553 error = nd6_output(ifp, ifp, m0, dst, NULL, NULL); in pf_route6() 9572 error = nd6_output(ifp, ifp, m0, dst, NULL, NULL); in pf_route6()
|