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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_multi.h91 extern int ip_mforward(mblk_t *, ip_recv_attr_t *);
/illumos-gate/usr/src/boot/include/netinet/
H A Dip_var.h216 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c1543 * Check if we are a multicast router - send ip_mforward a copy of
1558 * ip_mforward helps us make these distinctions: If received
1564 retval = ip_mforward(mp, ira);
1565 /* ip_mforward updates mib variables if needed */
H A Dip_mroute.c1252 * Timer starts in ip_mforward.
1528 ip_mforward(mblk_t *mp, ip_recv_attr_t *ira) function
1546 "ip_mforward: RECV ipha_src %x, ipha_dst %x, ill %s",
1565 "ip_mforward: not forwarded ttl %d,"
1584 "ip_mforward: ill %s arrived via ENCAP TUN",
1589 "ip_mforward: ill %s arrived via"
1600 "ip_mforward: ill %s arrived via PHYINT",
1612 "ip_mforward: received source-routed pkt from %x",
1624 * Lock the mfctable against changes made by ip_mforward.
1675 "ip_mforward
[all...]

Completed in 55 milliseconds