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

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dfsm.h81 #define CONFNAK 3 /* Configuration Nak */ macro
H A Dacscp.c89 (x) == CONFNAK ? "NAK" : "REJ")
657 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
659 * CONFNAK; returns CONFREJ if it can't return CONFACK.
718 orc = CONFNAK;
738 orc = CONFNAK;
755 if (orc == CONFNAK) { /* Nak this CI? */
762 rc = CONFNAK; /* Not anymore... */
876 case CONFNAK:
H A Dccp.c1152 * Returns CONFACK, CONFNAK or CONFREJ and the packet modified
1201 newret = CONFNAK;
1205 newret = CONFNAK;
1228 newret = CONFNAK;
1251 newret = CONFNAK;
1313 newret = CONFNAK;
1338 newret = CONFNAK;
1355 newret = CONFNAK;
1380 newret = CONFNAK;
1418 if (newret == CONFNAK
[all...]
H A Dipxcp.c240 (x) == CONFNAK ? "NAK" : "REJ")
1004 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1006 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1077 orc = CONFNAK;
1087 orc = CONFNAK;
1113 orc = CONFNAK;
1134 orc = CONFNAK;
1145 orc = CONFNAK;
1207 orc = CONFNAK;
1250 if (orc == CONFNAK) { /* Na
[all...]
H A Dlcp.c339 (x) == CONFNAK ? "NAK" : "REJ")
1555 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1557 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1624 orc = CONFNAK; /* Nak CI */
1647 orc = CONFNAK;
1689 orc = CONFNAK; /* NAK it and suggest CHAP or EAP */
1713 orc = CONFNAK; /* NAK it and suggest EAP or PAP */
1729 orc = CONFNAK;
1748 orc = CONFNAK; /* NAK it and suggest CHAP or PAP */
1774 orc = CONFNAK;
[all...]
H A Dipv6cp.c351 (x) == CONFNAK ? "NAK" : "REJ")
940 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
942 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1017 orc = CONFNAK;
1024 orc = CONFNAK;
1075 if (orc == CONFNAK) { /* Nak this CI? */
1082 rc = CONFNAK; /* Not anymore... */
1112 rc = CONFNAK;
1536 case CONFNAK:
H A Dipcp.c365 (x) == CONFNAK ? "NAK" : "REJ")
1410 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1412 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1480 orc = CONFNAK;
1503 orc = CONFNAK;
1536 orc = CONFNAK;
1571 orc = CONFNAK;
1591 orc = CONFNAK;
1614 orc = CONFNAK;
1622 orc = CONFNAK;
[all...]
H A Dfsm.c384 case CONFNAK:
536 if( code == CONFNAK )
614 proc = (code == CONFNAK)? f->callbacks->nakci: f->callbacks->rejci;

Completed in 189 milliseconds