Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c174 static int ccp_localstate[NUM_PPP]; variable
478 if (!(ccp_localstate[f->unit] & RREQ_REJECTED)) {
483 ccp_localstate[f->unit] |= RREQ_REJECTED;
492 ccp_localstate[f->unit] |= RACK_REJECTED;
1248 if (ccp_localstate[f->unit] & RACK_PENDING)
1470 ccp_localstate[f->unit] |= RREQ_REPEAT;
1475 ccp_localstate[f->unit] |= RACK_PENDING;
1491 ccp_localstate[f->unit] &= ~RACK_PENDING;
1499 ccp_localstate[f->unit] =
1506 ccp_localstate[f->unit] =
[all …]