Home
last modified time | relevance | path

Searched refs:nd6_output_ifp (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_forward.c387 error = nd6_output_ifp(nh->nh_ifp, origifp, m, &dst, NULL); in ip6_forward()
H A Dnd6.h385 int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
H A Dnd6.c2156 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 Dip6_output.c388 error = nd6_output_ifp(ifp, origifp, m, dst, (struct route *)ro); in ip6_output_send()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h385 int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5740 nd6_output_ifp(ifp, ifp, m0, &dst, NULL); in pf_route6()