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

/external/ppp/pppd/
H A Dccp.c251 #define RREQ_REPEAT 2 /* send another reset-req if no reset-ack */ macro
495 ccp_localstate[f->unit] &= ~(RACK_PENDING | RREQ_REPEAT);
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;

Completed in 200 milliseconds