Searched refs:ip6_mforward (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_var.h326 int ip6_mforward(struct ip6_hdr *, struct ifnet *, struct mbuf *);
H A Dip6_input.c864 * ip6_mforward() returns a non-zero value, the packet
867 if (ip6_mrouter && ip6_mforward(ip6, m->m_pkthdr.rcvif, m)) {
H A Dip6_mroute.c957 ip6_mforward(ip6, ifp, m) function
970 log(LOG_DEBUG, "ip6_mforward: src %s, dst %s, ifindex %d\n",
1035 log(LOG_DEBUG, "ip6_mforward: no rte s %s g %s\n",
1152 log(LOG_WARNING, "ip6_mforward: ip6_mrouter "
H A Dip6_output.c796 if (ip6_mforward(ip6, ifp, m) != 0) {

Completed in 44 milliseconds