HomeSort by relevance Sort by last modified time
    Searched refs:CONFREJ (Results 1 - 7 of 7) sorted by null

  /external/ppp/pppd/
ccp.c 1064 * Returns CONFACK, CONFNAK or CONFREJ and the packet modified
1096 newret = CONFREJ;
1106 newret = CONFREJ;
1131 newret = CONFREJ;
1146 newret = CONFREJ;
1151 newret = CONFREJ;
1156 newret = CONFREJ;
1161 newret = CONFREJ;
1179 newret = CONFREJ;
    [all...]
ipxcp.c 985 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
987 * CONFNAK; returns CONFREJ if it can't return CONFACK.
1022 orc = CONFREJ; /* Reject bad CI */
1040 orc = CONFREJ;
1073 orc = CONFREJ;
1083 orc = CONFREJ;
1137 orc = CONFREJ;
1146 orc = CONFREJ;
1159 orc = CONFREJ;
1165 orc = CONFREJ;
    [all...]
fsm.h 57 #define CONFREJ 4 /* Configuration Reject */
ipv6cp.c 881 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
883 * CONFNAK; returns CONFREJ if it can't return CONFACK.
922 orc = CONFREJ; /* Reject bad CI */
938 orc = CONFREJ; /* Reject CI */
951 orc = CONFREJ; /* Reject CI */
984 orc = CONFREJ;
992 orc = CONFREJ;
1000 orc = CONFREJ;
1005 orc = CONFREJ;
1018 orc = CONFREJ; /* Get tough if so *
    [all...]
lcp.c     [all...]
ipcp.c     [all...]
fsm.c 384 case CONFREJ:
453 code = CONFREJ; /* Reject all CI */
471 /* we sent CONFACK or CONFREJ */

Completed in 130 milliseconds