Home
last modified time | relevance | path

Searched defs:socket (Results 151 - 175 of 467) sorted by relevance

12345678910>>...19

/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dstub_dev.c47 struct socket *socket; in usbip_sockfd_store() local
[all...]
H A Dvudc_sysfs.c101 struct socket *socket; in usbip_sockfd_store() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dreuseport_array.c240 struct socket *socket; in bpf_fd_reuseport_array_update_elem() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_socket.c220 const struct nft_socket *socket; in nft_socket_reduce() local
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py26 import socket namespace
/third_party/curl/lib/
H A Dcurl_memory.h81 #undef socket macro
/third_party/ninja/src/
H A Dbrowse.py31 import socket namespace
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py11 import socket namespace
/third_party/python/Lib/multiprocessing/
H A Dreduction.py16 import socket namespace
[all...]
H A Dforkserver.py5 import socket namespace
[all...]
/third_party/python/Lib/test/
H A Dtest_pty.py17 import socket namespace
H A Dtest_stat.py3 import socket namespace
H A Dtest_exception_hierarchy.py4 import socket namespace
H A Dtest_timeout.py10 import socket namespace
[all...]
H A Dtest_urllibnet.py7 import socket namespace
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc108 auto socket = in create() local
120 explicit Impl(SOCKET socket) : info(nullptr), s(socket) {} in Impl() argument
121 Impl(addrinfo* info, SOCKET socket) : info(info), s(socket) {} in Impl() argument
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dfunctional.py7 import socket namespace
[all...]
/third_party/python/Lib/email/
H A Dutils.py29 import socket namespace
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs146 pub mod socket; modules
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp70 void Send (de::Socket* socket, const vector<u8>& buffer) in Send() argument
83 void RecvSome (de::Socket* socket, vector<u8>& recvb) in RecvSome() argument
93 void SendPayloadWithHeader (de::Socket* socket, u32 type, const std::vector<u8>& payload) in SendPayloadWithHeader() argument
105 vector<u8> RecvPacket (de::Socket* socket, vecto argument
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp102 Socket (deSocket* socket) : m_socket(socket) {} in Socket() argument
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp194 int32_t socket = FindConnection(networkId); in SendPacket() local
220 int32_t socket = FindConnection(networkId); in SendParcel() local
251 int32_t socket = elem.second.socket_; in BroadcastPacket() local
272 static void OnBindLink(int32_t socket, PeerSocketInf argument
277 OnShutdownLink(int32_t socket, ShutdownReason reason) OnShutdownLink() argument
282 OnBytesAvailable(int32_t socket, const void *data, uint32_t dataLen) OnBytesAvailable() argument
287 OnBind(int32_t socket, PeerSocketInfo info) OnBind() argument
314 OnShutdown(int32_t socket, ShutdownReason reason) OnShutdown() argument
340 OnBytes(int32_t socket, const void *data, uint32_t dataLen) OnBytes() argument
366 InitSocket(SocketInfo info, int32_t socketType, int32_t &socket) InitSocket() argument
504 ConfigTcpAlive(int32_t socket) ConfigTcpAlive() argument
[all...]
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp72 int socket = SoftBusManager::GetInstance().BindService(deviceId_); in BuildConnection() local
212 void SoftBusChannel::HandleDataReceived(int socket, const unsigned char *bytes, int length) in HandleDataReceived() argument
351 int socket = SoftBusManager::GetInstance().BindService(deviceId_); CheckSessionMayReopenLocked() local
376 HandleRequest(int socket, const std::string &id, const std::string &commandName, const std::string &jsonPayload) HandleRequest() argument
444 SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) SendResponseBytes() argument
[all...]
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_interface_mock.cpp147 int32_t SendBytes(int32_t socket, const void *data, uint32_t len) in SendBytes() argument
155 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind() argument
163 void Shutdown(int32_t socket) in Shutdown() argument
170 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() argument
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu.c179 RK_S32 VPUClientRelease(int socket) in VPUClientRelease() argument
188 RK_S32 VPUClientSendReg(int socket, RK_U32 *regs, RK_U32 nregs) in VPUClientSendReg() argument
254 RK_S32 VPUClientSendReg2(RK_S32 socket, RK_S32 offset, RK_S32 size, void *param) in VPUClientSendReg2() argument
270 RK_S32 VPUClientWaitResult(int socket, RK_U32 *regs, RK_U32 nregs, VPU_CMD_TYPE *cmd, RK_S32 *len) in VPUClientWaitResult() argument
319 RK_S32 VPUClientGetHwCfg(int socket, RK_U32 *cfg, RK_U32 cfg_size) in VPUClientGetHwCfg() argument
[all...]

Completed in 12 milliseconds

12345678910>>...19