Home
last modified time | relevance | path

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

/dports/net/libosip2/libosip2-5.3.0/src/osip2/
H A Dnict_fsm.c117 if (nict->nict_context->timer_e_length > 0) { in nict_snd_request()
144 nict->nict_context->timer_e_length = DEFAULT_T1; in osip_nict_timeout_e_event()
146 nict->nict_context->timer_e_length = 2 * DEFAULT_T1; in osip_nict_timeout_e_event()
148 nict->nict_context->timer_e_length = 4 * DEFAULT_T1; in osip_nict_timeout_e_event()
150 nict->nict_context->timer_e_length = nict->nict_context->timer_e_length * 2; in osip_nict_timeout_e_event()
152 if (nict->nict_context->timer_e_length > DEFAULT_T2) in osip_nict_timeout_e_event()
153 nict->nict_context->timer_e_length = DEFAULT_T2; in osip_nict_timeout_e_event()
156 nict->nict_context->timer_e_length = DEFAULT_T2; in osip_nict_timeout_e_event()
195 nict->nict_context->timer_e_length = -1; /* E is not ACTIVE */ in osip_nict_timeout_e_event()
237 if (nict->nict_context->timer_e_length > 0) { in nict_rcv_1xx()
[all …]
H A Dnict.c62 (*nict)->timer_e_length = DEFAULT_T1; in __osip_nict_init()
68 (*nict)->timer_e_length = -1; /* E is not ACTIVE */ in __osip_nict_init()
77 (*nict)->timer_e_length = DEFAULT_T1; in __osip_nict_init()
83 (*nict)->timer_e_length = DEFAULT_T1; in __osip_nict_init()
/dports/net/libosip2/libosip2-5.3.0/include/osip2/
H A Dosip.h229 int timer_e_length; /**< Timer E A=T1, A=2xT1... (unreliable only) */ member
/dports/net/libexosip2/libexosip2-5.3.0/src/
H A DeXosip.c1564 if (transaction->nict_context->timer_e_length > 0) { in _eXosip_mark_all_transaction_force_send()
1674 if (transaction->nict_context->timer_e_length > 0) { in _eXosip_mark_all_transaction_ready()
1736 if (transaction->nict_context->timer_e_length > 0) { in _eXosip_mark_all_transaction_ready_epoll()