OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
1064
* Returns CONFACK,
CONFNAK
or CONFREJ and the packet modified
1113
newret =
CONFNAK
;
1117
newret =
CONFNAK
;
1140
newret =
CONFNAK
;
[
all
...]
lcp.c
294
(x) ==
CONFNAK
? "NAK" : "REJ")
[
all
...]
ipv6cp.c
307
(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
;
[
all
...]
ipcp.c
281
(x) ==
CONFNAK
? "NAK" : "REJ")
[
all
...]
fsm.c
383
case
CONFNAK
:
474
if( code ==
CONFNAK
)
554
if (code ==
CONFNAK
) {
Completed in 645 milliseconds