Home
last modified time | relevance | path

Searched refs:SIP_NONOK_FINAL_RESP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c369 } else if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_srv_xaction_inv_res()
957 } else if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
1022 } else if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
1076 if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
H A Dsip.h174 #define SIP_NONOK_FINAL_RESP(resp) ((resp) >= 300 && (resp) < 700) macro