OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neg_nn
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ipxcp.h
64
bool
neg_nn
; /* Negotiate IPX network number? */
member in struct:ipxcp_options
ipxcp.c
132
"Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].
neg_nn
},
394
wo->
neg_nn
= 1;
399
ao->
neg_nn
= 1;
545
wo->req_nn = wo->
neg_nn
&& ao->
neg_nn
;
594
len = go->
neg_nn
? CILEN_NETN : 0;
618
if (go->
neg_nn
) {
737
ACKCINETWORK (IPX_NETWORK_NUMBER, go->
neg_nn
, go->our_network);
791
if (!go->
neg_nn
|| no.
neg_nn
|| (cilen != CILEN_NETN)
[
all
...]
Completed in 293 milliseconds