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

  /external/libppp/src/
ccp.c 276 ccp->reset_sent = ccp->last_reset = -1;
404 ccp->reset_sent = fp->reqid;
695 if (ccp->reset_sent != -1) {
696 if (id != ccp->reset_sent) {
698 " ignored\n", fp->link->name, id, ccp->reset_sent);
711 ccp->last_reset = ccp->reset_sent;
712 ccp->reset_sent = -1;
758 if (l->ccp.reset_sent != -1)
760 fsm_Output(&l->ccp.fsm, CODE_RESETREQ, l->ccp.reset_sent, NULL, 0,
ccp.h 97 int reset_sent; /* If != -1, ignore compressed 'till ack */ member in struct:ccp

Completed in 479 milliseconds