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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dfsm.c145 struct fsm_callbacks *fn, const char * const timer_names[3])
163 fp->FsmTimer.name = timer_names[0];
164 fp->OpenTimer.name = timer_names[1];
165 fp->StoppedTimer.name = timer_names[2];
142 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.c268 static const char * const timer_names[] = local
273 bundle, l, parent, &ipv6cp_Callbacks, timer_names);
H A Dipcp.c453 static const char * const timer_names[] = local
457 bundle, l, parent, &ipcp_Callbacks, timer_names);

Completed in 124 milliseconds