Searched refs:SIP_OK_RESP (Results 1 – 4 of 4) sorted by relevance
368 } else if (SIP_OK_RESP(resp_code)) { in sip_srv_xaction_inv_res()949 } else if (SIP_OK_RESP(resp_code)) { in sip_clnt_xaction_inv_res()1019 } else if (SIP_OK_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
161 } else if (SIP_OK_RESP(resp_code)) { in sip_measure_traffic()
1056 } else if (SIP_OK_RESP(resp_code)) { in sip_complete_dialog()1523 if (SIP_OK_RESP(resp_code)) { in sip_dialog_process()1717 if (SIP_OK_RESP(resp_code)) { in sip_update_dialog()
175 #define SIP_OK_RESP(resp) ((resp) >= 200 && (resp) < 300) macro