Home
last modified time | relevance | path

Searched refs:SIP_CLNT_TRYING (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c297 sip_trans->sip_xaction_state = SIP_CLNT_TRYING; in sip_clnt_xaction_output()
1135 case SIP_CLNT_TRYING: in sip_clnt_xaction_noninv_res()
1401 if (sip_trans->sip_xaction_state != SIP_CLNT_TRYING && in sip_xaction_state_timer_fire()
1489 if (sip_trans->sip_xaction_state == SIP_CLNT_TRYING || in sip_xaction_state_timer_fire()
H A Dsip_xaction.c607 case SIP_CLNT_TRYING: in sip_get_xaction_state()
H A Dsip.h192 #define SIP_CLNT_TRYING 5 macro