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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.h211 u_int v_rsvp_on; /* RSVP listening on this vif */ member in struct:vif
H A Dip_mroute.c753 vifp->v_rsvp_on = 0;
1960 if (!viftable[i].v_rsvp_on) {
1961 viftable[i].v_rsvp_on = 1;
1999 if (viftable[i].v_rsvp_on) {
2000 viftable[i].v_rsvp_on = 0;
2025 if (viftable[vifi].v_rsvp_on) {
2026 viftable[vifi].v_rsvp_on = 0;

Completed in 22 milliseconds