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:cpcb
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
tcp.c
824
struct tcp_pcb *
cpcb
;
local
875
for (
cpcb
= *tcp_pcb_lists[i];
cpcb
!= NULL;
cpcb
=
cpcb
->next) {
877
if (
cpcb
->local_port == port && (get_net_group_from_tcp_pcb(pcb) == get_net_group_from_tcp_pcb(
cpcb
))) {
879
if (
cpcb
->local_port == port) {
886
!ip_get_option(
cpcb
, SOF_REUSEADDR))
890
if ((IP_IS_V6(ipaddr) == IP_IS_V6_VAL(
cpcb
1304
struct tcp_pcb *
cpcb
;
global()
local
2847
tcp_ext_arg_invoke_callbacks_passive_open(struct tcp_pcb_listen *lpcb, struct tcp_pcb *
cpcb
)
global()
argument
[all...]
/third_party/lwip/src/include/lwip/
H
A
D
tcp.h
179
* @param
cpcb
the newly allocated connection pcb
182
typedef err_t (*tcp_extarg_callback_passive_open_fn)(u8_t id, struct tcp_pcb_listen *lpcb, struct tcp_pcb *
cpcb
);
/third_party/lwip/src/include/lwip/priv/
H
A
D
tcp_priv.h
519
err_t tcp_ext_arg_invoke_callbacks_passive_open(struct tcp_pcb_listen *lpcb, struct tcp_pcb *
cpcb
);
Completed in 4 milliseconds