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_chap
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
lcp.c
387
ao->
neg_chap
= 1;
in lcp_init()
678
ao->
neg_chap
= (ao->chap_mdtype != MDTYPE_NONE);
in lcp_resetci()
706
wo->
neg_chap
= (wo->chap_mdtype != MDTYPE_NONE);
in lcp_resetci()
721
ao->
neg_chap
= 0;
in lcp_resetci()
734
PPPDEBUG(LOG_DEBUG, (" CHAP=%d CHAP_MD5=%d", ao->
neg_chap
, !!(ao->chap_mdtype&MDTYPE_MD5)));
in lcp_resetci()
796
LENCICHAP(!go->neg_eap && go->
neg_chap
) +
in lcp_cilen()
799
LENCICHAP(go->
neg_chap
) +
in lcp_cilen()
804
LENCISHORT(!go->neg_eap && !go->
neg_chap
&& go->neg_upap) +
in lcp_cilen()
810
LENCISHORT(!go->
neg_chap
&& go->neg_upap) +
in lcp_cilen()
898
ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->
neg_chap
, g
in lcp_addci()
[all...]
H
A
D
auth.c
770
|| go->
neg_chap
in link_established()
815
if (go->
neg_chap
) {
in link_established()
836
if (ho->
neg_chap
) {
in link_established()
880
|| go->
neg_chap
in network_phase()
1396
wo->
neg_chap
= 1;
in auth_check_options()
1404
&& !wo->
neg_chap
in auth_check_options()
1414
wo->
neg_chap
= CHAP_MDTYPE_SUPPORTED != MDTYPE_NONE;
in auth_check_options()
1426
wo->
neg_chap
= 0;
in auth_check_options()
1450
|| wo->
neg_chap
in auth_check_options()
1520
ao->
neg_chap
[all...]
/third_party/lwip/src/include/netif/ppp/
H
A
D
lcp.h
126
unsigned int
neg_chap
:1; /* Ask for CHAP authentication? */
member
Completed in 4 milliseconds