Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/netinet/
H A Din.h165 #define IPPROTO_RSVP 46 /* rsvp */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c715 case IPPROTO_RSVP: return ("RSVP"); in getproto()
/titanic_41/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.c811 if (protocol == IPPROTO_RSVP) in ipcl_hash_remove()
1212 if (protocol == IPPROTO_RSVP) in ipcl_bind_insert_v4()
H A Dip_mroute.c2719 if (ipha_encap->ipha_protocol == IPPROTO_RSVP && in ip_mroute_decap()
2720 ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head != NULL) { in ip_mroute_decap()
H A Dip6.c4459 if (ira->ira_protocol == IPPROTO_RSVP) in conn_wantpacket_v6()
H A Dip.c13461 ipha->ipha_protocol == IPPROTO_RSVP) in conn_wantpacket()
H A Dip_if.c17743 else if (ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head in ill_set_inputfn()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2358 case IPPROTO_RSVP: return ("IPPROTO_RSVP"); in ipprotos()