Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.sed.in61 SED_REPLACE(IPPROTO_RSVP)
H A Dip.d.in61 #pragma D binding "1.5" IPPROTO_RSVP
62 inline int IPPROTO_RSVP = @IPPROTO_RSVP@; variable
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h182 #define IPPROTO_RSVP 46 /* resource reservation */ macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h167 #define IPPROTO_RSVP 46 /* rsvp */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c535 if (ipha->ipha_protocol == IPPROTO_RSVP && in ill_input_full_v4()
536 ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head != NULL) { in ill_input_full_v4()
H A Dipclassifier.c814 if (protocol == IPPROTO_RSVP) in ipcl_hash_remove()
1215 if (protocol == IPPROTO_RSVP) in ipcl_bind_insert_v4()
H A Dip_mroute.c2723 if (ipha_encap->ipha_protocol == IPPROTO_RSVP && in ip_mroute_decap()
2724 ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head != NULL) { in ip_mroute_decap()
H A Dip6.c4358 if (ira->ira_protocol == IPPROTO_RSVP) in conn_wantpacket_v6()
H A Dip.c13510 ipha->ipha_protocol == IPPROTO_RSVP) in conn_wantpacket()
H A Dip_if.c17755 else if (ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head in ill_set_inputfn()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c715 case IPPROTO_RSVP: return ("RSVP"); in getproto()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2401 case IPPROTO_RSVP: return ("IPPROTO_RSVP"); in ipprotos()