Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.h177 extern void bundle_SetIdleTimer(struct bundle *, unsigned, unsigned);
H A Dbundle.c1197 bundle_SetIdleTimer(struct bundle *bundle, unsigned timeout, in bundle_SetIdleTimer() function
H A Dcommand.c2040 bundle_SetIdleTimer(arg->bundle, timeout, min); in SetVariable()