Home
last modified time | relevance | path

Searched defs:addrLen (Results 1 - 25 of 55) sorted by relevance

123

/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_extra_exec.cpp50 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 Dnetsys_udp_transfer_test.cpp52 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 Dnet_socket_test_003.c141 socklen_t addrLen = sizeof(addr); in SampleTcpClient() local
H A Dnet_socket_test_008.c106 socklen_t addrLen = sizeof(addr); in SampleTcpClient() local
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.cpp113 socklen_t addrLen = sizeof(sockaddr_in); in OnServerReadable() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_player_demo.cpp61 int addrLen = sizeof(cliAddr); in RecvUDP() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_udp_transfer.cpp52 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 Ddhcp_option.cpp293 uint8_t addrLen = pOption->length; in AppendAddressOption() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h60 FILLP_UINT16 addrLen; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_mp.c28 socklen_t addrLen = sizeof(struct sockaddr_in); in DFileSocketRecvSP() local
/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp119 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 DShutdownApiTest.cpp122 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 Dgetpeername.c73 socklen_t addrLen = sizeof(addr); in SampleServerTask() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp160 int addrLen = sizeof(cliAddr); in RecvUDP() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_dec_demo.cpp89 int addrLen = sizeof(cliAddr); in RecvUDP() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c226 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 Dnetwork_mock.cpp56 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 Dutils.h69 socklen_t addrLen = sizeof(struct sockaddr); in UtilsAddrHashKey() local
H A Dspunge_message.h35 socklen_t addrLen; member
46 socklen_t addrLen; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_util.c179 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 Dnet_socket_test_003.cpp166 socklen_t addrLen = sizeof(addr); in SampleTcpClient() local
/test/xts/hats/kernel/syscalls/net/get_info/
H A DGetInfoApiTest.cpp129 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 Dtcp_socket.cpp76 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 Dtcp_socket.cpp76 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 Dtlssocketserver_exec.cpp307 socklen_t addrLen = sizeof(addr); in ExecGetLocalAddress() local

Completed in 16 milliseconds

123