OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:his_shortseq
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
lcp.h
59
unsigned
his_shortseq
: 1; /* Peer would like only 12bit seqs (MP) */
member in struct:lcp
lcp.c
173
lcp->
his_shortseq
? "on" : "off", lcp->his_reject);
300
lcp->
his_shortseq
= 0;
[
all
...]
mp.c
316
mp->peer_is12bit != lcp->
his_shortseq
) {
328
mp->peer_is12bit = lcp->
his_shortseq
;
[
all
...]
Completed in 143 milliseconds