Home | History | Annotate | Download | only in pppd

Lines Matching refs:CONFACK

306 #define CODENAME(x)	((x) == CONFACK ? "ACK" : \
881 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
883 * CONFNAK; returns CONFREJ if it can't return CONFACK.
900 int rc = CONFACK; /* Final packet return code */
916 orc = CONFACK; /* Assume success */
1012 if (orc == CONFACK && /* Good CI */
1013 rc != CONFACK) /* but prior CI wasnt? */
1022 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1052 if (rc == CONFACK) {
1429 "ConfReq", "ConfAck", "ConfNak", "ConfRej",
1462 case CONFACK: