Home
last modified time | relevance | path

Searched refs:SIP_T1 (Results 1 – 9 of 9) sorted by relevance

/dports/audio/re/re-0.5.8/src/sipsess/
H A Dreply.c75 tmr_start(&reply->tmrg, MIN(SIP_T1<<reply->txc, SIP_T2),
119 tmr_start(&reply->tmr, 64 * SIP_T1, tmr_handler, reply);
120 tmr_start(&reply->tmrg, SIP_T1, retransmit_handler, reply);
H A Dack.c64 tmr_start(&ack->tmr, 64 * SIP_T1, tmr_handler, ack); in send_handler()
/dports/audio/re/re-0.5.8/src/sip/
H A Dstrans.c164 tmr_start(&st->tmrg, MIN(SIP_T1<<st->txc, SIP_T2), retransmit_handler, in retransmit_handler()
370 tmr_start(&st->tmr, 64 * SIP_T1, tmr_handler, st); in sip_strans_reply()
374 tmr_start(&st->tmr, 64 * SIP_T1, tmr_handler, st); in sip_strans_reply()
378 tmr_start(&st->tmrg, SIP_T1, in sip_strans_reply()
388 tmr_start(&st->tmr, 64 * SIP_T1, tmr_handler, in sip_strans_reply()
H A Dctrans.c190 timeout = MIN(SIP_T1<<ct->txc, SIP_T2); in retransmit_handler()
194 timeout = SIP_T1<<ct->txc; in retransmit_handler()
343 tmr_start(&ct->tmr, 64 * SIP_T1, tmr_handler, ct); in sip_ctrans_request()
346 tmr_start(&ct->tmre, SIP_T1, retransmit_handler, ct); in sip_ctrans_request()
373 tmr_start(&ct->tmr, 64 * SIP_T1, tmr_handler, ct); in sip_ctrans_cancel()
/dports/net/sipsak/sipsak-0.9.6/
H A Dsipsak.h106 # define SIP_T1 DEFAULT_TIMEOUT macro
108 # define SIP_T1 500 macro
111 #define SIP_T2 8*SIP_T1
H A Dtransport.c253 if (sd->retryAfter == SIP_T1) { in check_for_message()
289 if (senddiff > (float)64 * (float)SIP_T1) { in check_for_message()
301 sd->retryAfter = SIP_T1; in check_for_message()
548 sd->retryAfter = SIP_T1;
H A Dsipsak.c297 inv_final = 64 * SIP_T1;
394 inv_final = str_to_int(optarg) * SIP_T1;
H A Dshoot.c273 delays.retryAfter = SIP_T1; in handle_default()
794 delays.retryAfter = SIP_T1; in shoot()
1005 delays.retryAfter = SIP_T1; in shoot()
/dports/audio/re/re-0.5.8/include/
H A Dre_sip.h134 SIP_T1 = 500, enumerator