Searched refs:reset_sent (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dccp.c278 ccp->reset_sent = ccp->last_reset = -1;
406 ccp->reset_sent = fp->reqid;
697 if (ccp->reset_sent != -1) {
698 if (id != ccp->reset_sent) {
700 " ignored\n", fp->link->name, id, ccp->reset_sent);
713 ccp->last_reset = ccp->reset_sent;
714 ccp->reset_sent = -1;
760 if (l->ccp.reset_sent != -1)
762 fsm_Output(&l->ccp.fsm, CODE_RESETREQ, l->ccp.reset_sent, NULL, 0,
H A Dccp.h99 int reset_sent; /* If != -1, ignore compressed 'till ack */ member in struct:ccp

Completed in 104 milliseconds