Home
last modified time | relevance | path

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

/dports/misc/libpri/libpri-1.6.0/
H A Dpri.c84 { "N316", PRI_TIMER_N316, PRI_ALL_SWITCHES },
191 ctrl->timers[PRI_TIMER_N316] = 2; /* Send RESTART this many times before giving up. */ in pri_default_timers()
H A Dlibpri.h2276 PRI_TIMER_N316, /*!< Number of times to transmit RESTART before giving up if T316 enabled. */ enumerator
H A Dq931.c6265 call->restart_tx.remain = (0 < ctrl->timers[PRI_TIMER_N316]) in q931_restart()
6266 ? ctrl->timers[PRI_TIMER_N316] : 1; in q931_restart()