OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neg_ssnhf
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
lcp.h
87
bool
neg_ssnhf
; /* negotiate short sequence numbers */
member in struct:lcp_options
lcp.c
171
{ "mpshortseq", o_bool, &lcp_wantoptions[0].
neg_ssnhf
,
173
OPT_PRIO | 1, &lcp_allowoptions[0].
neg_ssnhf
},
174
{ "nompshortseq", o_bool, &lcp_wantoptions[0].
neg_ssnhf
,
176
OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].
neg_ssnhf
},
634
go->
neg_ssnhf
= 0;
675
LENCIVOID(go->
neg_ssnhf
) +
752
ADDCIVOID(CI_SSNHF, go->
neg_ssnhf
);
901
ACKCIVOID(CI_SSNHF, go->
neg_ssnhf
);
1199
NAKCIVOID(CI_SSNHF,
neg_ssnhf
);
[
all
...]
Completed in 15 milliseconds