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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c181 #define RREQ_REJECTED 0x0004 /* peer code-rejected reset-request */ macro
453 ccp_localstate[f->unit] &= ~RREQ_IGNORED & ~RREQ_REJECTED;
482 if (!(ccp_localstate[f->unit] & RREQ_REJECTED)) {
487 ccp_localstate[f->unit] |= RREQ_REJECTED;
1469 if (ccp_localstate[f->unit] & RREQ_REJECTED) {
1504 (ccp_localstate[f->unit] & ~RREQ_IGNORED) | RREQ_REJECTED;

Completed in 44 milliseconds