/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
|
/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
|
H A D | netsys_client.c | 80 static bool NonBlockConnect(int sock, struct sockaddr *addr, socklen_t addrLen) in NonBlockConnect() argument
|
/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
|
H A D | nstackx_dfile_send.c | 403 TcpSocketRecv(DFileSession *session, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, const socklen_t *addrLen) TcpSocketRecv() argument 435 SocketRecvForTcp(DFileSession *session, uint8_t *buffer, struct sockaddr_in *srcAddr, const socklen_t *addrLen) SocketRecvForTcp() argument
|
/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
|
H A D | nstackx_socket.c | 90 socklen_t addrLen = sizeof(struct sockaddr_in); in ConnectTcpServerWithTargetDev() local 412 socklen_t addrLen = sizeof(clientAddr); in AcceptSocket() local 493 SocketRecvTcp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, const socklen_t *addrLen) SocketRecvTcp() argument 503 SocketRecvUdp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, const socklen_t *addrLen) SocketRecvUdp() argument 522 SocketRecv(Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, const socklen_t *addrLen) SocketRecv() argument [all...] |
/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
|
H A D | tlssocket_exec.cpp | 446 socklen_t addrLen = sizeof(addr); in ExecGetLocalAddress() local
|
/foundation/CastEngine/castengine_wifi_display/services/network/socket/ |
H A D | socket_utils.cpp | 502 int32_t SocketUtils::AcceptSocket(int32_t fd, struct sockaddr_in *clientAddr, socklen_t *addrLen) in AcceptSocket() argument
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_proxy_listen.cpp | 145 socklen_t addrLen; in SendRequest2Server() local 174 socklen_t addrLen = 0; in SendDnsBack2Client() local 198 socklen_t addrLen = 0; in DnsSendRecvParseData() local [all...] |
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_socket.c | 406 int32_t Ipv6AddrInToAddr(SoftBusSockAddrIn6 *addrIn6, char *addr, int32_t addrLen) in Ipv6AddrInToAddr() argument
|