Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dipproto.h80 #ifndef IPPROTO_RSVP
81 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Dipproto.c36 { IPPROTO_RSVP, "RSVP" },
H A Dprint-ip-demux.c179 case IPPROTO_RSVP: in ip_demux_print()
/freebsd/cddl/lib/libdtrace/
H A Dip.d144 #pragma D binding "1.5" IPPROTO_RSVP
145 inline short IPPROTO_RSVP = 46; variable
185 proto == IPPROTO_RSVP ? "RSVP" :
/freebsd/sys/netinet/
H A Din.h181 #define IPPROTO_RSVP 46 /* resource reservation */ macro
H A Draw_ip.c693 if (inp->inp_ip_p != IPPROTO_RSVP) in rip_ctloutput()
710 if (inp->inp_ip_p != IPPROTO_RSVP) in rip_ctloutput()
H A Dip_input.c371 IPPROTO_REGISTER(IPPROTO_RSVP, rsvp_input, NULL); in ip_init()
691 if (ip->ip_p == IPPROTO_RSVP && V_rsvp_on) in ip_input()
/freebsd/sys/netipsec/
H A Dipsec_input.c265 case IPPROTO_RSVP: in ipsec4_input()