OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_mforward
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
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_output.c
503
if (
ip_mforward
(m, ifp) != 0) {
ip_mroute.c
1271
ip_mforward
(struct mbuf *m, struct ifnet *ifp)
function
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");
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026