Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dfsm.h80 void (*InitRestartCounter)(struct fsm *, int);/* Set fsm timer load */ member
H A Dfsm.c459 (*fp->fn->InitRestartCounter)(fp, what); in FsmInitRestartCounter()