Searched refs:nd6_output (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dip6_forward.c595 error = nd6_output(rt->rt_ifp, origifp, m, dst, rt);
H A Dnd6.h437 int nd6_output(struct ifnet *, struct ifnet *, struct mbuf *,
H A Dip6_output.c932 error = nd6_output(ifp, origifp, m, dst, ro->ro_rt);
1044 error = nd6_output(ifp, origifp, m, dst, ro->ro_rt);
H A Dnd6.c1887 nd6_output(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m, function
1988 "nd6_output: can't allocate llinfo for %s "
2108 * the same convention as used with nd6_output when called by
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c5627 nd6_output(ifp, ifp, m0, &dst, NULL);

Completed in 89 milliseconds