Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c170 TIMER_INIT_CALL(c, t301); in uni_create_call()
171 TIMER_INIT_CALL(c, t303); in uni_create_call()
172 TIMER_INIT_CALL(c, t308); in uni_create_call()
173 TIMER_INIT_CALL(c, t310); in uni_create_call()
174 TIMER_INIT_CALL(c, t313); in uni_create_call()
175 TIMER_INIT_CALL(c, t322); in uni_create_call()
H A Dunipriv.h548 #define TIMER_INIT_CALL(C,T) _TIMER_INIT(C,T) macro