| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
| 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
|
| H A D | nstackx_dfile.c | 1148 int32_t NSTACKX_DFileServer(struct sockaddr_in *localAddr, socklen_t addrLen, const uint8_t *key, uint32_t keyLen, in NSTACKX_DFileServer() argument 1370 int32_t NSTACKX_DFileClient(struct sockaddr_in *srvAddr, socklen_t addrLen, const uint8_t *key, uint32_t keyLen, in NSTACKX_DFileClient() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
| 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_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/netmanager_base/services/netmanagernative/src/netsys/ |
| H A D | netsys_client.c | 80 static bool NonBlockConnect(int sock, struct sockaddr *addr, socklen_t addrLen) in NonBlockConnect() argument
|
| /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
|
| /foundation/communication/netstack/frameworks/js/napi/tls/src/ |
| H A D | tlssocket_exec.cpp | 446 socklen_t addrLen = sizeof(addr); in ExecGetLocalAddress() local
|
| H A D | tls_socket_server.cpp | 1361 socklen_t addrLen = sizeof(addr);
in GetTlsConnectionLocalAddress() local
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| H A D | spunge_message.c | 424 FILLP_UINT32 addrLen; in SpungeHandleMsgBind() local
|
| H A D | callbacks.c | 1089 FillpFuncBindSocket( IN FILLP_INT32 sockFd, IN FILLP_CONST void *myAddr, IN FILLP_INT32 addrLen) FillpFuncBindSocket() argument 1097 FillpFuncConnectSocket( IN FILLP_INT32 sockFd, IN FILLP_CONST void *myAddr, IN FILLP_INT32 addrLen) FillpFuncConnectSocket() argument 1105 FillpFuncGetSockName( IN FILLP_INT32 sockFd, IN void *myAddr, IN void *addrLen) FillpFuncGetSockName() argument
|
| /foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
| H A D | softbus_adapter_socket.c | 180 int32_t SoftBusSocketBind(int32_t socketFd, SoftBusSockAddr *addr, int32_t addrLen) in SoftBusSocketBind() argument 231 int32_t SoftBusSocketConnect(int32_t socketFd, const SoftBusSockAddr *addr, int32_t addrLen) in SoftBusSocketConnect() argument
|
| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| H A D | deSocket.c | 373 void deBsdAddressToSocketAddress (deSocketAddress* address, const struct sockaddr* bsdAddr, int addrLen) in deBsdAddressToSocketAddress() argument
|
| /base/telephony/sms_mms/test/gtest/ |
| H A D | zero_branch_sms_part_test.cpp | 645 uint8_t addrLen = 1; in HWTEST_F() local
|
| H A D | zero_branch_sms_test.cpp | 2211 uint8_t addrLen = 1; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
| H A D | wifi_direct_mock.cpp | 305 int32_t Ipv6AddrInToAddr(SoftBusSockAddrIn6 *addrIn6, char *addr, int32_t addrLen) in Ipv6AddrInToAddr() argument
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
| H A D | api.c | 221 FILLP_INT DLL_API FtAccept(FILLP_INT fd, struct sockaddr *addr, socklen_t *addrLen) in FtAccept() argument
|
| H A D | socket_app.c | 947 static void SockCopyAddr(struct sockaddr *addr, socklen_t *addrLen, struct FtNetconn *conn) in SockCopyAddr() argument 1039 FillpErrorType SockAccept(FILLP_INT sockFd, struct sockaddr *addr, socklen_t *addrLen) in SockAccept() argument [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| H A D | fillp_conn.c | 565 FILLP_UINT16 addrLen = 0; in FillpInitNewConnByConfirm() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
| H A D | nstackx_dfile.h | 187 socklen_t addrLen; member 198 socklen_t addrLen; member 204 socklen_t addrLen; member
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_net_builder.c | 852 uint32_t addrLen = (uint32_t)strnlen((const char *)msg, size); in OnReceiveNodeAddrChangedMsg() local
|
| /foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
| H A D | socket_exec.cpp | 540 static bool PollSendData(int sock, const char *data, size_t size, sockaddr *addr, socklen_t addrLen) in PollSendData() argument 760 static void PollRecvData(int sock, sockaddr *addr, socklen_t addrLen, const MessageCallback &callback) in PollRecvData() argument 816 static bool NonBlockConnect(int sock, sockaddr *addr, socklen_t addrLen, uint32_t timeoutMSec) in NonBlockConnect() argument 1155 socklen_t addrLen; in GetSocketState() local 1672 socklen_t addrLen = sizeof(addr); ExecTcpConnectionGetLocalAddress() local 1967 AcceptRecvData(int sock, sockaddr *addr, socklen_t addrLen, const TcpMessageCallback &callback) AcceptRecvData() argument 2090 socklen_t addrLen; GetTcpServerState() local [all...] |
| H A D | local_socket_exec.cpp | 266 static bool PollSendData(int sock, const char *data, size_t size, sockaddr *addr, socklen_t addrLen) in PollSendData() argument 781 static bool NonBlockConnect(int sock, sockaddr *addr, socklen_t addrLen, uint32_t timeoutMSec) in NonBlockConnect() argument 1204 socklen_t addrLen = sizeof(addr); in ExecLocalSocketConnectionGetLocalAddress() local
|
| /base/telephony/sms_mms/services/sms/include/cdma/ |
| H A D | cdma_sms_common.h | 246 uint32_t addrLen; member 421 uint32_t addrLen; member 428 uint32_t addrLen; member
|