Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_var.h363 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
H A Dip6_input.c892 if (ip6_mforward && ip6_mforward(ip6, rcvif, m)) { in ip6_input()
H A Draw_ip6.c153 int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *, struct mbuf *); variable
H A Dip6_mroute.c1909 ip6_mforward = X_ip6_mforward; in ip6_mroute_modevent()
1925 ip6_mforward = NULL; in ip6_mroute_modevent()
H A Dip6_output.c920 if (ip6_mforward(ip6, ifp, m) != 0) { in ip6_output()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h363 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,