HomeSort by: relevance | last modified time | path
    Searched refs:CLOSING (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
fsm.h 89 char *term_reason; /* Reason for closing protocol */
126 #define CLOSING 4 /* Terminating the connection, not open */
fsm.c 145 case CLOSING:
193 case CLOSING:
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
244 * fsm_close - Start closing connection.
262 f->state = CLOSING;
269 terminate_layer(f, CLOSING);
284 case CLOSING:
290 f->state = (f->state == CLOSING)? CLOSED: STOPPED;
416 case CLOSING:
625 case CLOSING
    [all...]

Completed in 18 milliseconds