Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:neg_mrru
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
multilink.c
100
if (!wo->
neg_mrru
) {
in mp_check_options()
103
wo->
neg_mrru
= 1;
in mp_check_options()
106
ao->
neg_mrru
= 1;
in mp_check_options()
131
if (!go->
neg_mrru
|| !ho->
neg_mrru
) {
in mp_join_bundle()
141
if (!go->
neg_mrru
|| !ho->
neg_mrru
) {
in mp_join_bundle()
143
if (go->
neg_mrru
)
in mp_join_bundle()
H
A
D
lcp.c
194
OPT_PRIO, &lcp_wantoptions[0].
neg_mrru
},
751
go->
neg_mrru
= 0;
in lcp_resetci()
824
LENCISHORT(go->
neg_mrru
) +
in lcp_cilen()
926
ADDCISHORT(CI_MRRU, go->
neg_mrru
, go->mrru);
in lcp_addci()
1100
ACKCISHORT(CI_MRRU, go->
neg_mrru
, go->mrru);
in lcp_ackci()
1437
if (go->
neg_mrru
) {
in lcp_nakci()
1438
NAKCISHORT(CI_MRRU,
neg_mrru
,
in lcp_nakci()
1440
try_.
neg_mrru
= 0;
in lcp_nakci()
1537
if (go->
neg_mrru
|| no.
neg_mrru
|| cile
in lcp_nakci()
[all...]
/third_party/lwip/src/include/netif/ppp/
H
A
D
lcp.h
139
unsigned int
neg_mrru
:1; /* negotiate multilink MRRU */
member
Completed in 4 milliseconds