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

/freebsd-13-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-13-stable/cddl/lib/libdtrace/
H A Dip.d146 #pragma D binding "1.5" IPPROTO_RSVP
147 inline short IPPROTO_RSVP = 46;
187 proto == IPPROTO_RSVP ? "RSVP" :
/freebsd-13-stable/sys/netinet/
H A Din.h184 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Din_proto.c213 .pr_protocol = IPPROTO_RSVP,
H A Dip_input.c652 if (V_rsvp_on && ip->ip_p==IPPROTO_RSVP)
1362 so->so_proto->pr_protocol != IPPROTO_RSVP)

Completed in 116 milliseconds