Home | History | Annotate | Download | only in pppd

Lines Matching refs:starting

110     case STARTING:
140 f->state = STARTING;
141 if( f->callbacks->starting )
142 (*f->callbacks->starting)(f);
154 f->state = STARTING;
161 f->state = STARTING;
178 f->state = STARTING;
179 if( f->callbacks->starting )
180 (*f->callbacks->starting)(f);
255 case STARTING:
359 if( f->state == INITIAL || f->state == STARTING ){