Searched refs:nd6_output_ifp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_forward.c | 387 error = nd6_output_ifp(nh->nh_ifp, origifp, m, &dst, NULL); in ip6_forward()
|
| H A D | nd6.h | 385 int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
|
| H A D | nd6.c | 2156 nd6_output_ifp(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m, in nd6_output_ifp() function 2464 error = nd6_output_ifp(ifp, ifp, m, dst, NULL); in nd6_flush_holdchain()
|
| H A D | ip6_output.c | 388 error = nd6_output_ifp(ifp, origifp, m, dst, (struct route *)ro); in ip6_output_send()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 385 int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 5740 nd6_output_ifp(ifp, ifp, m0, &dst, NULL); in pf_route6()
|