HomeSort by relevance Sort by last modified time
    Searched refs:CLOSING (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
fsm.h 82 char *term_reason; /* Reason for closing protocol */
127 #define CLOSING 4 /* Terminating the connection, not open */
fsm.c 142 case CLOSING:
191 case CLOSING:
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
244 * fsm_close - Start closing connection.
264 f->state = CLOSING;
271 terminate_layer(f, CLOSING);
287 case CLOSING:
293 f->state = (f->state == CLOSING)? CLOSED: STOPPED;
426 case CLOSING:
648 case CLOSING
    [all...]

Completed in 3707 milliseconds