Searched refs:IPPROTO_RSVP (Results 1 – 11 of 11) sorted by relevance
61 SED_REPLACE(IPPROTO_RSVP)
61 #pragma D binding "1.5" IPPROTO_RSVP62 inline int IPPROTO_RSVP = @IPPROTO_RSVP@; variable
165 #define IPPROTO_RSVP 46 /* rsvp */ macro
715 case IPPROTO_RSVP: return ("RSVP"); in getproto()
535 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()
811 if (protocol == IPPROTO_RSVP) in ipcl_hash_remove()1212 if (protocol == IPPROTO_RSVP) in ipcl_bind_insert_v4()
2719 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()
4459 if (ira->ira_protocol == IPPROTO_RSVP) in conn_wantpacket_v6()
13461 ipha->ipha_protocol == IPPROTO_RSVP) in conn_wantpacket()
17743 else if (ipst->ips_ipcl_proto_fanout_v4[IPPROTO_RSVP].connf_head in ill_set_inputfn()
2358 case IPPROTO_RSVP: return ("IPPROTO_RSVP"); in ipprotos()