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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c173 { SOCK_RAW, &inetdomain, IPPROTO_RSVP, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
H A Dip_mroute.c1108 if (rsvpdebug && ip->ip_p == IPPROTO_RSVP) {
1110 printf("Sending IPPROTO_RSVP from %x to %x on vif %d (%s%s%d)\n",
1119 if (rsvpdebug && ip->ip_p == IPPROTO_RSVP) {
1120 printf("Warning: IPPROTO_RSVP from %x to %x without vif option\n",
1935 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP)
1978 so->so_proto->pr_protocol != IPPROTO_RSVP)
2013 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP)
H A Din.h161 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Dip_input.c1014 if (rsvp_on && ip->ip_p==IPPROTO_RSVP)
2810 so->so_proto->pr_protocol != IPPROTO_RSVP)

Completed in 72 milliseconds