| /src/sys/netinet/ |
| ip_mroute.h | 340 int ip_mforward(struct mbuf *, struct ifnet *);
|
| ip_mroute.h | 340 int ip_mforward(struct mbuf *, struct ifnet *);
|
| ip_input.c | 680 * ip_mforward() returns a non-zero value, the packet 684 * as expected when ip_mforward() is called from 688 if (ip_mforward(m, ifp) != 0) {
|
| ip_input.c | 680 * ip_mforward() returns a non-zero value, the packet 684 * as expected when ip_mforward() is called from 688 if (ip_mforward(m, ifp) != 0) {
|
| ip_output.c | 503 if (ip_mforward(m, ifp) != 0) {
|
| ip_output.c | 503 if (ip_mforward(m, ifp) != 0) {
|
| ip_mroute.c | 1271 ip_mforward(struct mbuf *m, struct ifnet *ifp) function in typeref:typename:int 1310 log(LOG_DEBUG, "ip_mforward: src %x, dst %x, ifp %p\n", 1332 "ip_mforward: received source-routed packet from %x\n", 1374 log(LOG_DEBUG, "ip_mforward: no rte s %x g %x\n", 1449 "ip_mforward: ip_mrouter socket queue full\n"); 1665 "ip_mforward: ip_mrouter socket queue full\n");
|
| ip_mroute.c | 1271 ip_mforward(struct mbuf *m, struct ifnet *ifp) function in typeref:typename:int 1310 log(LOG_DEBUG, "ip_mforward: src %x, dst %x, ifp %p\n", 1332 "ip_mforward: received source-routed packet from %x\n", 1374 log(LOG_DEBUG, "ip_mforward: no rte s %x g %x\n", 1449 "ip_mforward: ip_mrouter socket queue full\n"); 1665 "ip_mforward: ip_mrouter socket queue full\n");
|