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

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dccp.c1152 * Returns CONFACK, CONFNAK or CONFREJ and the packet modified
1184 newret = CONFREJ;
1194 newret = CONFREJ;
1219 newret = CONFREJ;
1234 newret = CONFREJ;
1239 newret = CONFREJ;
1244 newret = CONFREJ;
1257 newret = CONFREJ;
1276 newret = CONFREJ;
1288 newret = CONFREJ;
[all...]
H A Dacscp.c657 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
659 * CONFNAK; returns CONFREJ if it can't return CONFACK.
692 orc = CONFREJ; /* Reject bad CI */
711 orc = CONFREJ; /* Reject CI */
731 orc = CONFREJ; /* Reject CI */
746 orc = CONFREJ;
757 orc = CONFREJ; /* Get tough if so */
759 if (rc == CONFREJ) /* Rejecting prior CI? */
768 if (orc == CONFREJ && /* Reject this CI */
769 rc != CONFREJ) { /* bu
[all...]
H A Dipv6cp.c940 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
942 * CONFNAK; returns CONFREJ if it can't return CONFACK.
981 orc = CONFREJ; /* Reject bad CI */
997 orc = CONFREJ; /* Reject CI */
1010 orc = CONFREJ; /* Reject CI */
1043 orc = CONFREJ;
1051 orc = CONFREJ;
1059 orc = CONFREJ;
1064 orc = CONFREJ;
1077 orc = CONFREJ; /* Ge
[all...]
H A Dipxcp.c1004 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1006 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1041 orc = CONFREJ; /* Reject bad CI */
1059 orc = CONFREJ;
1092 orc = CONFREJ;
1102 orc = CONFREJ;
1156 orc = CONFREJ;
1165 orc = CONFREJ;
1178 orc = CONFREJ;
1184 orc = CONFREJ;
[all...]
H A Dfsm.h82 #define CONFREJ 4 /* Configuration Reject */ macro
H A Dlcp.c1555 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1557 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1598 orc = CONFREJ; /* Reject bad CI */
1613 orc = CONFREJ; /* Reject CI */
1637 orc = CONFREJ;
1664 orc = CONFREJ;
1685 orc = CONFREJ;
1709 orc = CONFREJ;
1744 orc = CONFREJ;
1792 orc = CONFREJ;
[all...]
H A Dipcp.c1410 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
1412 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1452 orc = CONFREJ; /* Reject bad CI */
1466 orc = CONFREJ; /* Reject CI */
1490 orc = CONFREJ;
1522 orc = CONFREJ; /* Reject CI */
1546 orc = CONFREJ;
1563 orc = CONFREJ; /* Reject CI */
1583 orc = CONFREJ; /* Reject CI */
1598 orc = CONFREJ;
[all...]
H A Dfsm.c385 case CONFREJ:
512 code = CONFREJ; /* Reject all CI */
533 /* we sent CONFACK or CONFREJ */

Completed in 196 milliseconds