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:lcp_options
(Results
1 - 7
of
7
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
lcp.c
330
BZERO((char *) &lcp_wantoptions[0], sizeof (struct
lcp_options
));
331
BZERO((char *) &lcp_allowoptions[0], sizeof (struct
lcp_options
));
365
lcp_options
*wo = &pcb->lcp_wantoptions;
in lcp_init()
366
lcp_options
*ao = &pcb->lcp_allowoptions;
in lcp_init()
408
lcp_options
*wo = &pcb->lcp_wantoptions;
in lcp_open()
458
lcp_options
*wo = &pcb->lcp_wantoptions;
in lcp_lowerup()
525
lcp_options
*go = &pcb->lcp_gotoptions;
in lcp_extcode()
653
lcp_options
*wo = &pcb->lcp_wantoptions;
in lcp_resetci()
654
lcp_options
*go = &pcb->lcp_gotoptions;
in lcp_resetci()
655
lcp_options
*a
in lcp_resetci()
[all...]
H
A
D
multilink.c
93
lcp_options
*wo = &lcp_wantoptions[0];
in mp_check_options()
94
lcp_options
*ao = &lcp_allowoptions[0];
in mp_check_options()
121
lcp_options
*go = &lcp_gotoptions[0];
in mp_join_bundle()
122
lcp_options
*ho = &lcp_hisoptions[0];
in mp_join_bundle()
123
lcp_options
*ao = &lcp_allowoptions[0];
in mp_join_bundle()
H
A
D
auth.c
739
lcp_options
*wo = &pcb->lcp_wantoptions;
in link_established()
741
lcp_options
*go = &pcb->lcp_gotoptions;
in link_established()
743
lcp_options
*ho = &pcb->lcp_hisoptions;
in link_established()
865
lcp_options
*go = &lcp_gotoptions[unit];
in network_phase()
1372
lcp_options
*wo = &lcp_wantoptions[0];
in auth_check_options()
1514
lcp_options
*go = &lcp_gotoptions[unit];
1515
lcp_options
*ao = &lcp_allowoptions[unit];
H
A
D
pppoe.c
889
lcp_options
*lcp_wo;
in pppoe_connect()
890
lcp_options
*lcp_ao;
in pppoe_connect()
H
A
D
pppol2tp.c
261
lcp_options
*lcp_wo;
in pppol2tp_connect()
262
lcp_options
*lcp_ao;
in pppol2tp_connect()
/third_party/lwip/src/include/netif/ppp/
H
A
D
lcp.h
112
* The state of options is described by an
lcp_options
structure.
114
typedef struct
lcp_options
{
struct
158
}
lcp_options
;
typedef
H
A
D
ppp.h
379
lcp_options
lcp_wantoptions; /* Options that we want to request */
380
lcp_options
lcp_gotoptions; /* Options that peer ack'd */
381
lcp_options
lcp_allowoptions; /* Options we allow peer to request */
382
lcp_options
lcp_hisoptions; /* Options that we ack'd */
Completed in 9 milliseconds