Home
last modified time | relevance | path

Searched refs:xmt_vif (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h318 vifi_t xmt_vif; /* Saved copy of imo_multicast_vif */ member
/f-stack/freebsd/netinet/
H A Dip_mroute.h318 vifi_t xmt_vif; /* Saved copy of imo_multicast_vif */ member
H A Dip_mroute.c1489 ip_mdq(struct mbuf *m, struct ifnet *ifp, struct mfc *rt, vifi_t xmt_vif) in ip_mdq() argument
1502 if (xmt_vif < V_numvifs) { in ip_mdq()
1503 if (V_viftable[xmt_vif].v_flags & VIFF_REGISTER) in ip_mdq()
1504 pim_register_send(ip, V_viftable + xmt_vif, m, rt); in ip_mdq()
1506 phyint_send(ip, V_viftable + xmt_vif, m); in ip_mdq()