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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c185 #define RREQ_REPEAT 2 /* send another reset-req if no reset-ack */ macro
422 ccp_localstate[f->unit] &= ~(RACK_PENDING | RREQ_REPEAT);
1231 ccp_localstate[f->unit] |= RREQ_REPEAT;
1245 if (f->state == OPENED && ccp_localstate[f->unit] & RREQ_REPEAT) {
1248 ccp_localstate[f->unit] &= ~RREQ_REPEAT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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 65 milliseconds