Home | History | Annotate | Download | only in pppd

Lines Matching full:down

123  * fsm_lowerdown - The lower layer is down.
156 if( f->callbacks->down )
157 (*f->callbacks->down)(f);
162 FSMDEBUG(("%s: Down event in state %d!", PROTO_NAME(f), f->state));
205 * terminate_layer - Start process of shutting down the FSM
217 else if( f->callbacks->down )
218 (*f->callbacks->down)(f); /* Inform upper layers we're down */
431 /* Go down and restart negotiation */
432 if( f->callbacks->down )
433 (*f->callbacks->down)(f); /* Inform upper layers */
528 /* Go down and restart negotiation */
529 if (f->callbacks->down)
530 (*f->callbacks->down)(f); /* Inform upper layers */
597 /* Go down and restart negotiation */
598 if (f->callbacks->down)
599 (*f->callbacks->down)(f); /* Inform upper layers */
630 if (f->callbacks->down)
631 (*f->callbacks->down)(f); /* Inform upper layers */
666 if (f->callbacks->down)
667 (*f->callbacks->down)(f); /* Inform upper layers */