Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c371 } else if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_srv_xaction_inv_res()
959 } else if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
1024 } else if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
1078 if (SIP_NONOK_FINAL_RESP(resp_code)) { in sip_clnt_xaction_inv_res()
H A Dsip.h176 #define SIP_NONOK_FINAL_RESP(resp) ((resp) >= 300 && (resp) < 700) macro