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

/freebsd-11-stable/contrib/tcpdump/
H A Dipproto.h80 #ifndef IPPROTO_RSVP
81 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Dipproto.c38 { IPPROTO_RSVP, "RSVP" },
118 "rsvp", /* 46 (IPPROTO_RSVP, Reservation Protocol) */
H A Dprint-ip6.c406 case IPPROTO_RSVP:
H A Dprint-ip.c463 case IPPROTO_RSVP:
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dip.d146 #pragma D binding "1.5" IPPROTO_RSVP
147 inline short IPPROTO_RSVP = 46;
185 proto == IPPROTO_RSVP ? "RSVP" :
/freebsd-11-stable/sys/netinet/
H A Din.h182 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Din_proto.c215 .pr_protocol = IPPROTO_RSVP,
H A Dip_input.c645 if (V_rsvp_on && ip->ip_p==IPPROTO_RSVP)
1318 so->so_proto->pr_protocol != IPPROTO_RSVP)

Completed in 206 milliseconds