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

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dccp.c306 #define RREQ_REPEAT 2 /* send another reset-req if no reset-ack */ macro
551 ccp_localstate[f->unit] &= ~(RACK_PENDING | RREQ_REPEAT);
1750 ccp_localstate[f->unit] |= RREQ_REPEAT;
1764 if (f->state == OPENED && ccp_localstate[f->unit] & RREQ_REPEAT) {
1767 ccp_localstate[f->unit] &= ~RREQ_REPEAT;

Completed in 71 milliseconds