Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c342 TIMER_START_CALL(c, t308, c->uni->timer308); in clear_callD()
532 TIMER_START_CALL(c, t303, c->uni->timer303); in un0_setup_request()
625 TIMER_START_CALL(c, t310, c->uni->timer310); in u1n6_call_proc()
656 TIMER_START_CALL(c, t303, c->uni->timer303); in u1n6_t303()
817 TIMER_START_CALL(c, t301, c->uni->timer301); in unx_alerting()
968 TIMER_START_CALL(c, t313, c->uni->timer313); in unx_setup_response()
1613 TIMER_START_CALL(c, t308, c->uni->timer308); in unx_release_request()
1670 TIMER_START_CALL(c, t308, c->uni->timer308); in u11n12_t308()
1982 TIMER_START_CALL(c, t322, c->uni->timer322); in unx_status_enquiry_request()
2189 TIMER_START_CALL(c, t322, c->uni->timer322); in call_se()
[all …]
H A Dunipriv.h560 #define TIMER_START_CALL(C,T,N) _TIMER_START(C->uni, C, (C)->T, N, _##T##_func) macro