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

  /external/ppp/pppd/
fsm.h 56 #define CONFNAK 3 /* Configuration Nak */
ipxcp.c 216 (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) { /* Nak this CI? *
    [all...]
ccp.c 1065 * Returns CONFACK, CONFNAK or CONFREJ and the packet modified
1114 newret = CONFNAK;
1118 newret = CONFNAK;
1141 newret = CONFNAK;
1163 newret = CONFNAK;
    [all...]
lcp.c 294 (x) == CONFNAK ? "NAK" : "REJ")
    [all...]
ipv6cp.c 316 (x) == CONFNAK ? "NAK" : "REJ")
890 * Returns: CONFACK, CONFNAK or CONFREJ and input packet modified
892 * CONFNAK; returns CONFREJ if it can't return CONFACK.
967 orc = CONFNAK;
974 orc = CONFNAK;
1025 if (orc == CONFNAK) { /* Nak this CI? */
1032 rc = CONFNAK; /* Not anymore... */
1062 rc = CONFNAK;
    [all...]
ipcp.c 289 (x) == CONFNAK ? "NAK" : "REJ")
    [all...]
fsm.c 383 case CONFNAK:
474 if( code == CONFNAK )
554 if (code == CONFNAK) {

Completed in 3331 milliseconds