Searched refs:SIP_UPDATE_COUNTERS (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_itf.c | 109 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, B_TRUE, sip_msg_resp-> in sip_send_resp() 340 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, in sip_sendmsg() 343 SIP_UPDATE_COUNTERS(B_FALSE, 0, sip_msg_info->sip_resp_code, in sip_sendmsg() 557 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, in sip_process_new_packet() 560 SIP_UPDATE_COUNTERS(B_FALSE, 0, sip_msg_info->sip_resp_code, in sip_process_new_packet()
|
H A D | sip_xaction_state_mc.c | 773 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, in sip_srv_xaction_input() 796 SIP_UPDATE_COUNTERS(B_TRUE, INVITE, 0, B_FALSE, in sip_srv_xaction_input() 830 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, B_TRUE, in sip_srv_xaction_input() 852 SIP_UPDATE_COUNTERS(B_TRUE, sip_msg_info->sip_req_method, 0, B_FALSE, in sip_srv_xaction_input() 892 SIP_UPDATE_COUNTERS(B_TRUE, ACK, 0, B_TRUE, ack_msg->sip_msg_len); in sip_create_send_nonOKack() 1306 SIP_UPDATE_COUNTERS(B_TRUE, INVITE, 0, B_TRUE, new_msg-> in sip_xaction_state_timer_fire() 1427 SIP_UPDATE_COUNTERS(B_TRUE, method, 0, B_TRUE, new_msg-> in sip_xaction_state_timer_fire() 1535 SIP_UPDATE_COUNTERS(B_FALSE, 0, resp, B_TRUE, new_msg-> in sip_xaction_state_timer_fire()
|
H A D | sip_miscdefs.h | 134 #define SIP_UPDATE_COUNTERS(is_request, method, resp_code, outbound, size) { \ macro
|