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
defs:addrLen
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H
A
D
socket_extra_exec.cpp
50
socklen_t
addrLen
= sizeof(addr);
in ExecGetLocalAddress()
local
85
socklen_t
addrLen
= sizeof(addr);
in ExecTcpServerGetLocalAddress()
local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
netsys_udp_transfer_test.cpp
52
socklen_t
addrLen
= sizeof(sockaddr_in);
in HWTEST_F()
local
65
socklen_t
addrLen
= sizeof(sockaddr_in6);
in HWTEST_F()
local
77
socklen_t
addrLen
= sizeof(sockaddr_in);
in HWTEST_F()
local
89
socklen_t
addrLen
= sizeof(sockaddr_in6);
in HWTEST_F()
local
/kernel/liteos_m/components/net/test/
H
A
D
net_socket_test_003.c
141
socklen_t
addrLen
= sizeof(addr);
in SampleTcpClient()
local
H
A
D
net_socket_test_008.c
106
socklen_t
addrLen
= sizeof(addr);
in SampleTcpClient()
local
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H
A
D
tcp_server.cpp
113
socklen_t
addrLen
= sizeof(sockaddr_in);
in OnServerReadable()
local
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H
A
D
rtsp_player_demo.cpp
61
int
addrLen
= sizeof(cliAddr);
in RecvUDP()
local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
netsys_udp_transfer.cpp
52
size_t
addrLen
= (addr.sa.sa_family == AF_INET) ? sizeof(sockaddr_in) : sizeof(sockaddr_in6);
in SendUdpWrapper()
local
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_option.cpp
293
uint8_t
addrLen
= pOption->length;
in AppendAddressOption()
local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
pcb.h
60
FILLP_UINT16
addrLen
;
member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_dfile_mp.c
28
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in DFileSocketRecvSP()
local
/test/xts/hats/kernel/syscalls/net/accept/
H
A
D
AcceptApiTest.cpp
119
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in HWTEST_F()
local
145
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in HWTEST_F()
local
/test/xts/hats/kernel/syscalls/net/shutdown/
H
A
D
ShutdownApiTest.cpp
122
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in HWTEST_F()
local
153
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in HWTEST_F()
local
184
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in HWTEST_F()
local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
getpeername.c
73
socklen_t
addrLen
= sizeof(addr);
in SampleServerTask()
local
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H
A
D
player_demo.cpp
160
int
addrLen
= sizeof(cliAddr);
in RecvUDP()
local
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H
A
D
rtp_dec_demo.cpp
89
int
addrLen
= sizeof(cliAddr);
in RecvUDP()
local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H
A
D
file_adapter.c
226
socklen_t
addrLen
= sizeof(struct sockaddr_in6);
in StartNStackXDFileServer()
local
236
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in StartNStackXDFileServer()
local
268
socklen_t
addrLen
= sizeof(struct sockaddr_in6);
in StartNStackXDFileClient()
local
277
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in StartNStackXDFileClient()
local
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H
A
D
network_mock.cpp
56
int32_t SoftBusSocketBind(int32_t socketFd, SoftBusSockAddr *addr, int32_t
addrLen
)
in SoftBusSocketBind()
argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
utils.h
69
socklen_t
addrLen
= sizeof(struct sockaddr);
in UtilsAddrHashKey()
local
H
A
D
spunge_message.h
35
socklen_t
addrLen
;
member
46
socklen_t
addrLen
;
member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H
A
D
nstackx_util.c
179
int32_t IpAddrAnonymousFormat(char *buf, size_t len, const struct sockaddr *addr, size_t
addrLen
)
in IpAddrAnonymousFormat()
argument
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H
A
D
net_socket_test_003.cpp
166
socklen_t
addrLen
= sizeof(addr);
in SampleTcpClient()
local
/test/xts/hats/kernel/syscalls/net/get_info/
H
A
D
GetInfoApiTest.cpp
129
socklen_t
addrLen
= sizeof(struct sockaddr_in);
in HWTEST_F()
local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H
A
D
tcp_socket.cpp
76
socklen_t
addrLen
= sizeof(sockaddr);
in GetBindPort()
local
91
socklen_t
addrLen
= sizeof(sockaddr);
in GetPeerPort()
local
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H
A
D
tcp_socket.cpp
76
socklen_t
addrLen
= sizeof(sockaddr);
in GetBindPort()
local
91
socklen_t
addrLen
= sizeof(sockaddr);
in GetPeerPort()
local
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H
A
D
tlssocketserver_exec.cpp
307
socklen_t
addrLen
= sizeof(addr);
in ExecGetLocalAddress()
local
Completed in 16 milliseconds
1
2
3