Home | History | Annotate | Download | only in pppd

Lines Matching refs:CONFACK

215 #define CODENAME(x)	((x) == CONFACK ? "ACK" : \
985 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
987 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1000 int rc = CONFACK; /* Final packet return code */
1016 orc = CONFACK; /* Assume success */
1104 orc = CONFACK;
1129 orc = CONFACK;
1203 orc = CONFACK;
1216 orc = CONFACK;
1227 if (orc == CONFACK && /* Good CI */
1228 rc != CONFACK) /* but prior CI wasnt? */
1236 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1266 if (rc == CONFACK) {
1468 "ConfReq", "ConfAck", "ConfNak", "ConfRej",
1501 case CONFACK: