Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dfsm.c145 struct fsm_callbacks *fn, const char * const timer_names[3]) in fsm_Init()
163 fp->FsmTimer.name = timer_names[0]; in fsm_Init()
164 fp->OpenTimer.name = timer_names[1]; in fsm_Init()
165 fp->StoppedTimer.name = timer_names[2]; in fsm_Init()
H A Dipv6cp.c267 static const char * const timer_names[] = in ipv6cp_Init() local
272 bundle, l, parent, &ipv6cp_Callbacks, timer_names); in ipv6cp_Init()
H A Dipcp.c440 static const char * const timer_names[] = in ipcp_Init() local
444 bundle, l, parent, &ipcp_Callbacks, timer_names); in ipcp_Init()