Searched refs:xmt_vif (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.h260 vifi_t xmt_vif; /* Saved copy of imo_multicast_vif */ member in struct:rtdetq
H A Dip_mroute.c1337 vifi_t xmt_vif)
1357 * If xmt_vif is not -1, send on only the requested vif.
1361 if (xmt_vif < numvifs) {
1362 MC_SEND(ip, viftable + xmt_vif, m);
1336 ip_mdq(struct mbuf *m, struct ifnet *ifp, struct mfc *rt, vifi_t xmt_vif) argument

Completed in 14 milliseconds