Home
last modified time | relevance | path

Searched refs:ccp_localstate (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dccp.c249 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;
[all …]