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_endpoint
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
multilink.c
108
if (!wo->
neg_endpoint
&& !noendpoint) {
in mp_check_options()
110
wo->
neg_endpoint
= get_default_epdisc(&wo->endpoint);
in mp_check_options()
169
if (ho->
neg_endpoint
)
in mp_join_bundle()
179
if (ho->
neg_endpoint
|| bundle_name)
in mp_join_bundle()
181
if (ho->
neg_endpoint
)
in mp_join_bundle()
H
A
D
lcp.c
343
lcp_wantoptions[0].
neg_endpoint
= 1;
399
ao->
neg_endpoint
= 1;
in lcp_init()
754
go->
neg_endpoint
= 0;
in lcp_resetci()
759
ao->
neg_endpoint
= 0;
in lcp_resetci()
827
(go->
neg_endpoint
? CILEN_CHAR + go->endpoint.length: 0));
in lcp_cilen()
929
ADDCIENDP(CI_EPDISC, go->
neg_endpoint
, go->endpoint.class_,
in lcp_addci()
1103
ACKCIENDP(CI_EPDISC, go->
neg_endpoint
, go->endpoint.class_,
in lcp_ackci()
1459
NAKCIENDP(CI_EPDISC,
neg_endpoint
);
in lcp_nakci()
1547
if (go->
neg_endpoint
|| no.
neg_endpoint
|| cile
in lcp_nakci()
[all...]
/third_party/lwip/src/include/netif/ppp/
H
A
D
lcp.h
142
unsigned int
neg_endpoint
:1; /* negotiate endpoint discriminator */
member
Completed in 3 milliseconds