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

/freebsd-11-stable/usr.sbin/ppp/
H A Dfsm.c147 struct fsm_callbacks *fn, const char * const timer_names[3])
165 fp->FsmTimer.name = timer_names[0];
166 fp->OpenTimer.name = timer_names[1];
167 fp->StoppedTimer.name = timer_names[2];
144 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, int maxcode, int LogLevel, struct bundle *bundle, struct link *l, const struct fsm_parent *parent, struct fsm_callbacks *fn, const char * const timer_names[3]) argument
H A Dipv6cp.c270 static const char * const timer_names[] = local
275 bundle, l, parent, &ipv6cp_Callbacks, timer_names);
H A Dipcp.c455 static const char * const timer_names[] = local
459 bundle, l, parent, &ipcp_Callbacks, timer_names);

Completed in 119 milliseconds