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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h305 extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
H A Dip_mroute.c130 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
1079 log(LOG_DEBUG, "ip_mforward: src %lx, dst %lx, ifp %p\n",
1096 "ip_mforward: received source-routed packet from %lx\n",
1161 log(LOG_DEBUG, "ip_mforward: no rte s %lx g %lx\n",
1224 log(LOG_WARNING, "ip_mforward: ip_mrouter socket queue full\n");
1277 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
1625 log(LOG_DEBUG, "ip_mforward: no tunnel with %lx\n",
2136 old_ip_mforward = ip_mforward;
2137 ip_mforward = X_ip_mforward;
2155 ip_mforward
[all...]
H A Dip_input.c1122 * ip_mforward() returns a non-zero value, the packet
1126 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) {
H A Dip_output.c929 if (ip_mforward(ip, ifp, m, imo) != 0) {

Completed in 22 milliseconds