Home
last modified time | relevance | path

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

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