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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dfsm.h71 #define CONFACK 2 /* Configuration Ack */ macro
H A Dipcp.c112 #define CODENAME(x) ((x) == CONFACK ? "ACK" : \
839 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
841 * CONFNAK; returns CONFREJ if it can't return CONFACK.
863 int rc = CONFACK; /* Final packet return code */
883 orc = CONFACK; /* Assume success */
1109 if (orc == CONFACK && /* Good CI */
1110 rc != CONFACK) /* but prior CI wasnt? */
1120 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1151 if (rc == CONFACK) {
H A Dfsm.c373 case CONFACK:
562 code = CONFACK;
567 if (code == CONFACK) {
579 /* we sent CONFACK or CONFREJ */
H A Dlcp.c119 #define CODENAME(x) ((x) == CONFACK ? "ACK" : \
1153 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1155 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1169 int rc = CONFACK; /* Final packet return code */
1192 orc = CONFACK; /* Assume success */
1512 if (orc == CONFACK && /* Good CI */
1513 rc != CONFACK) /* but prior CI wasnt? */
1543 case CONFACK:
1728 case CONFACK:
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dfsm.h67 #define CONFACK 2 /* Configuration Ack */ macro
H A Dipcp.c168 #define CODENAME(x) ((x) == CONFACK ? "ACK" : \
864 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
866 * CONFNAK; returns CONFREJ if it can't return CONFACK.
884 int rc = CONFACK; /* Final packet return code */
904 orc = CONFACK; /* Assume success */
1130 if (orc == CONFACK && /* Good CI */
1131 rc != CONFACK) { /* but prior CI wasnt? */
1143 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1175 if (rc == CONFACK) {
H A Dfsm.c426 case CONFACK:
502 code = CONFACK;
508 if (code == CONFACK) {
520 /* we sent CONFACK or CONFREJ */
H A Dlcp.c202 #define CODENAME(x) ((x) == CONFACK ? "ACK" : (x) == CONFNAK ? "NAK" : "REJ")
1218 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1220 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1236 int rc = CONFACK; /* Final packet return code */
1259 orc = CONFACK; /* Assume success */
1578 if (orc == CONFACK && /* Good CI */
1579 rc != CONFACK) { /* but prior CI wasnt? */
1611 case CONFACK:
1799 case CONFACK:

Completed in 616 milliseconds