Searched refs:CONFNAK (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dfsm.h33 #define CONFNAK 3 /* Configuration Nak */ macro
H A Dipxcp.c193 (x) == CONFNAK ? "NAK" : "REJ")
957 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
959 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1030 orc = CONFNAK;
1040 orc = CONFNAK;
1066 orc = CONFNAK;
1087 orc = CONFNAK;
1098 orc = CONFNAK;
1160 orc = CONFNAK;
1203 if (orc == CONFNAK) { /* Na
[all...]
H A Dccp.c822 * Returns CONFACK, CONFNAK or CONFREJ and the packet modified
871 newret = CONFNAK;
896 newret = CONFNAK;
913 newret = CONFNAK;
938 newret = CONFNAK;
976 if (newret == CONFNAK && dont_nak)
978 if (!(newret == CONFACK || (newret == CONFNAK && ret == CONFREJ))) {
980 if (newret == CONFREJ && ret == CONFNAK)
1124 case CONFNAK:
H A Dlcp.c273 (x) == CONFNAK ? "NAK" : "REJ")
1405 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1407 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1474 orc = CONFNAK; /* Nak CI */
1497 orc = CONFNAK;
1537 orc = CONFNAK; /* NAK it and suggest CHAP */
1555 orc = CONFNAK; /* NAK it and suggest PAP */
1567 orc = CONFNAK;
1584 orc = CONFNAK;
1607 orc = CONFNAK;
[all...]
H A Dipv6cp.c262 (x) == CONFNAK ? "NAK" : "REJ")
831 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
833 * CONFNAK; returns CONFREJ if it can't return CONFACK.
908 orc = CONFNAK;
915 orc = CONFNAK;
966 if (orc == CONFNAK) { /* Nak this CI? */
973 rc = CONFNAK; /* Not anymore... */
1003 rc = CONFNAK;
1413 case CONFNAK:
H A Dipcp.c246 (x) == CONFNAK ? "NAK" : "REJ")
1188 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1190 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1259 orc = CONFNAK;
1282 orc = CONFNAK;
1316 orc = CONFNAK;
1351 orc = CONFNAK;
1371 orc = CONFNAK;
1394 orc = CONFNAK;
1402 orc = CONFNAK;
[all...]
H A Dfsm.c335 case CONFNAK:
425 if( code == CONFNAK )
503 proc = (code == CONFNAK)? f->callbacks->nakci: f->callbacks->rejci;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.h56 #define CONFNAK 3 /* Configuration Nak */ macro
H A Dccp.c1065 * Returns CONFACK, CONFNAK or CONFREJ and the packet modified
1114 newret = CONFNAK;
1118 newret = CONFNAK;
1141 newret = CONFNAK;
1163 newret = CONFNAK;
1220 newret = CONFNAK;
1245 newret = CONFNAK;
1262 newret = CONFNAK;
1287 newret = CONFNAK;
1325 if (newret == CONFNAK
[all...]
H A Dipxcp.c216 (x) == CONFNAK ? "NAK" : "REJ")
985 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
987 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1058 orc = CONFNAK;
1068 orc = CONFNAK;
1094 orc = CONFNAK;
1115 orc = CONFNAK;
1126 orc = CONFNAK;
1188 orc = CONFNAK;
1231 if (orc == CONFNAK) { /* Na
[all...]
H A Dlcp.c300 (x) == CONFNAK ? "NAK" : "REJ")
1494 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1496 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1563 orc = CONFNAK; /* Nak CI */
1586 orc = CONFNAK;
1628 orc = CONFNAK; /* NAK it and suggest CHAP or EAP */
1652 orc = CONFNAK; /* NAK it and suggest EAP or PAP */
1668 orc = CONFNAK;
1687 orc = CONFNAK; /* NAK it and suggest CHAP or PAP */
1709 orc = CONFNAK;
[all...]
H A Dipv6cp.c307 (x) == CONFNAK ? "NAK" : "REJ")
881 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
883 * CONFNAK; returns CONFREJ if it can't return CONFACK.
958 orc = CONFNAK;
965 orc = CONFNAK;
1016 if (orc == CONFNAK) { /* Nak this CI? */
1023 rc = CONFNAK; /* Not anymore... */
1053 rc = CONFNAK;
1464 case CONFNAK:
H A Dipcp.c281 (x) == CONFNAK ? "NAK" : "REJ")
1313 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1315 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1383 orc = CONFNAK;
1406 orc = CONFNAK;
1439 orc = CONFNAK;
1474 orc = CONFNAK;
1494 orc = CONFNAK;
1517 orc = CONFNAK;
1525 orc = CONFNAK;
[all...]
H A Dfsm.c383 case CONFNAK:
474 if( code == CONFNAK )
554 if (code == CONFNAK) {

Completed in 133 milliseconds