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

/freebsd-9.3-release/contrib/tcpdump/
H A Dipproto.h82 #ifndef IPPROTO_RSVP
83 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Dipproto.c43 { IPPROTO_RSVP, "RSVP" },
H A Dprint-ip6.c254 case IPPROTO_RSVP:
H A Dprint-ip.c447 case IPPROTO_RSVP:
/freebsd-9.3-release/sys/netinet/
H A Din.h182 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Din_proto.c219 .pr_protocol = IPPROTO_RSVP,
H A Dip_input.c551 if (V_rsvp_on && ip->ip_p==IPPROTO_RSVP)
1711 so->so_proto->pr_protocol != IPPROTO_RSVP)

Completed in 59 milliseconds