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:PID_LCP
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
hdlc_ppp.c
29
#define
PID_LCP
0xC021
macro
114
case
PID_LCP
:
in get_proto()
128
case
PID_LCP
:
in proto_name()
185
case
PID_LCP
:
in ppp_hard_header()
217
if (pid ==
PID_LCP
&& (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY))
in ppp_tx_cp()
346
if (pid ==
PID_LCP
) {
in ppp_cp_event()
357
if (pid ==
PID_LCP
) {
in ppp_cp_event()
390
if (pid ==
PID_LCP
)
in ppp_cp_parse_cr()
464
ppp_tx_cp(dev,
PID_LCP
, LCP_PROTO_REJ,
in ppp_rx()
493
if (pid ==
PID_LCP
)
in ppp_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
hdlc_ppp.c
29
#define
PID_LCP
0xC021
macro
115
case
PID_LCP
:
in get_proto()
129
case
PID_LCP
:
in proto_name()
185
case
PID_LCP
:
in ppp_hard_header()
217
if (pid ==
PID_LCP
&& (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY))
in ppp_tx_cp()
343
if (pid ==
PID_LCP
) {
in ppp_cp_event()
354
if (pid ==
PID_LCP
) {
in ppp_cp_event()
387
if (pid ==
PID_LCP
)
in ppp_cp_parse_cr()
461
ppp_tx_cp(dev,
PID_LCP
, LCP_PROTO_REJ,
in ppp_rx()
490
if (pid ==
PID_LCP
)
in ppp_rx()
[all...]
Completed in 3 milliseconds