Home | History | Annotate | Download | only in pppd

Lines Matching refs:CONFACK

280 #define CODENAME(x)	((x) == CONFACK ? "ACK" : \
1313 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1315 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1331 int rc = CONFACK; /* Final packet return code */
1349 orc = CONFACK; /* Assume success */
1545 if (orc == CONFACK && /* Good CI */
1546 rc != CONFACK) /* but prior CI wasnt? */
1555 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1585 if (rc == CONFACK) {
2025 "ConfReq", "ConfAck", "ConfNak", "ConfRej",
2058 case CONFACK: