Lines Matching refs:ccp_localstate
249 static int ccp_localstate[NUM_PPP]; variable
494 if (ccp_localstate[f->unit] & RACK_PENDING && id == f->reqid) {
495 ccp_localstate[f->unit] &= ~(RACK_PENDING | RREQ_REPEAT);
1458 if (ccp_localstate[f->unit] & RACK_PENDING)
1460 ccp_localstate[f->unit] = 0;
1648 if (!(ccp_localstate[f->unit] & RACK_PENDING)) {
1651 ccp_localstate[f->unit] |= RACK_PENDING;
1653 ccp_localstate[f->unit] |= RREQ_REPEAT;
1667 if (f->state == OPENED && ccp_localstate[f->unit] & RREQ_REPEAT) {
1670 ccp_localstate[f->unit] &= ~RREQ_REPEAT;
1672 ccp_localstate[f->unit] &= ~RACK_PENDING;