Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din.h167 #define IPPROTO_RSVP 46 /* resource reservation */ macro
/f-stack/freebsd/netinet/
H A Din_proto.c213 .pr_protocol = IPPROTO_RSVP,
H A Din.h184 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Dip_input.c652 if (V_rsvp_on && ip->ip_p==IPPROTO_RSVP) in ip_input()
1357 so->so_proto->pr_protocol != IPPROTO_RSVP) in ip_rsvp_init()