Home
last modified time | relevance | path

Searched refs:SIP_OK_RESP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c366 } else if (SIP_OK_RESP(resp_code)) { in sip_srv_xaction_inv_res()
947 } else if (SIP_OK_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
1017 } else if (SIP_OK_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
H A Dsip_logging.c159 } else if (SIP_OK_RESP(resp_code)) { in sip_measure_traffic()
H A Dsip_dialog.c1054 } else if (SIP_OK_RESP(resp_code)) { in sip_complete_dialog()
1521 if (SIP_OK_RESP(resp_code)) { in sip_dialog_process()
1715 if (SIP_OK_RESP(resp_code)) { in sip_update_dialog()
H A Dsip.h173 #define SIP_OK_RESP(resp) ((resp) >= 200 && (resp) < 300) macro