HomeSort by: relevance | last modified time | path
    Searched defs:ip_forward (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_input.c 247 static void ip_forward(struct mbuf *, int, struct ifnet *);
605 * XXX The setting of "srcrt" here is to prevent ip_forward()
747 ip_forward(m, srcrt, ifp);
1162 ip_forward(m, 1, rcvif);
1335 ip_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif) function in typeref:typename:void
1349 KASSERTMSG(cpu_softintr_p(), "ip_forward: not in the software "
ip_input.c 247 static void ip_forward(struct mbuf *, int, struct ifnet *);
605 * XXX The setting of "srcrt" here is to prevent ip_forward()
747 ip_forward(m, srcrt, ifp);
1162 ip_forward(m, 1, rcvif);
1335 ip_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif) function in typeref:typename:void
1349 KASSERTMSG(cpu_softintr_p(), "ip_forward: not in the software "

Completed in 24 milliseconds