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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dfsm.c137 if (fp->state == ST_STOPPED)
173 if (fp->state == ST_STOPPED && fp->StoppedTimer.state == TIMER_RUNNING)
176 if ((new >= ST_INITIAL && new <= ST_STOPPED) || (new == ST_OPENED)) {
178 if (new == ST_STOPPED && fp->StoppedTimer.load) {
232 if (fp->state <= ST_STOPPED) {
235 * In practice, we're only here in ST_STOPPED (when delaying the
238 * The ST_STOPPED bit is breaking the RFC already :-(
265 NewState(fp, ST_STOPPED); /* XXX: This is a hack ! */
270 NewState(fp, ST_STOPPED); /* XXX: This is a not-so-bad hack ! */
279 case ST_STOPPED
[all...]
H A Dfsm.h37 #define ST_STOPPED 3 macro
121 * This timer times the ST_STOPPED state out after the given value
126 * causing ppp to time out and drop into ST_STOPPED. At this point,
H A Dcommand.c1308 if (fp->state == ST_STOPPED) {

Completed in 173 milliseconds