Lines Matching refs:ccp_localstate
249 static int ccp_localstate[NUM_PPP];
494 if (ccp_localstate[f->unit] & RACK_PENDING && id == f->reqid) {
495 ccp_localstate[f->unit] &= ~(RACK_PENDING | RREQ_REPEAT);
1462 if (ccp_localstate[f->unit] & RACK_PENDING)
1464 ccp_localstate[f->unit] = 0;
1652 if (!(ccp_localstate[f->unit] & RACK_PENDING)) {
1655 ccp_localstate[f->unit] |= RACK_PENDING;
1657 ccp_localstate[f->unit] |= RREQ_REPEAT;
1671 if (f->state == OPENED && ccp_localstate[f->unit] & RREQ_REPEAT) {
1674 ccp_localstate[f->unit] &= ~RREQ_REPEAT;
1676 ccp_localstate[f->unit] &= ~RACK_PENDING;