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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h290 extern int rsvp_on;
H A Dip_mroute.c144 /* Can still get packets with rsvp_on = 0 if there is a local member
148 if (!rsvp_on) {
1944 printf("ip_rsvp_vif_init: vif = %d rsvp_on = %d\n", i, rsvp_on);
1962 rsvp_on++;
2001 rsvp_on--;
2027 rsvp_on--;
2045 printf("rsvp_input: rsvp_on %d\n",rsvp_on);
2047 /* Can still get packets with rsvp_on
[all...]
H A Dip_input.c160 int rsvp_on = 0; variable
1014 if (rsvp_on && ip->ip_p==IPPROTO_RSVP)
2823 rsvp_on++;
2839 rsvp_on--;
H A Dip_output.c927 if (!rsvp_on)

Completed in 36 milliseconds