Home
last modified time | relevance | path

Searched refs:SIP_UPDATE_COUNTERS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c107 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, B_TRUE, sip_msg_resp-> in sip_send_resp()
338 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, in sip_sendmsg()
341 SIP_UPDATE_COUNTERS(B_FALSE, 0, sip_msg_info->sip_resp_code, in sip_sendmsg()
555 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, in sip_process_new_packet()
558 SIP_UPDATE_COUNTERS(B_FALSE, 0, sip_msg_info->sip_resp_code, in sip_process_new_packet()
H A Dsip_xaction_state_mc.c771 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, in sip_srv_xaction_input()
794 SIP_UPDATE_COUNTERS(B_TRUE, INVITE, 0, B_FALSE, in sip_srv_xaction_input()
828 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, B_TRUE, in sip_srv_xaction_input()
850 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, B_FALSE, in sip_srv_xaction_input()
890 SIP_UPDATE_COUNTERS(B_TRUE, ACK, 0, B_TRUE, ack_msg->sip_msg_len); in sip_create_send_nonOKack()
1304 SIP_UPDATE_COUNTERS(B_TRUE, INVITE, 0, B_TRUE, new_msg-> in sip_xaction_state_timer_fire()
1425 SIP_UPDATE_COUNTERS(B_TRUE, method, 0, B_TRUE, new_msg-> in sip_xaction_state_timer_fire()
1533 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, B_TRUE, new_msg-> in sip_xaction_state_timer_fire()
H A Dsip_miscdefs.h132 #define SIP_UPDATE_COUNTERS(is_request, method, resp_code, outbound, size) { \ macro