Home
last modified time | relevance | path

Searched defs:socket (Results 176 - 200 of 459) sorted by relevance

12345678910>>...19

/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c120 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() argument
126 static int32_t StartBindWaitTimer(int32_t socket, cons argument
144 Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) Bind() argument
169 BindAsync(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) BindAsync() argument
195 Shutdown(int32_t socket) Shutdown() argument
213 GetMtuSize(int32_t socket, uint32_t *mtuSize) GetMtuSize() argument
229 DfsBind(int32_t socket, const ISocketListener *listener) DfsBind() argument
251 SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optValueSize) SetSocketOpt() argument
274 GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) GetSocketOpt() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp31 WrapperDistributor::WrapperDistributor(int32_t socket, const int32_t format, std::mutex& externMutex) in WrapperDistributor() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dstream_encrypt_client_mt.cpp54 void OnShutdownClient(int32_t socket, ShutdownReason reason) in OnShutdownClient() argument
88 static int32_t SendStreamExt(int32_t socket) in SendStreamExt() argument
120 int32_t socket = Socket(info); in HWTEST_F() local
174 int32_t socket = Socket(info); HWTEST_F() local
[all...]
H A Dtmessenger.cpp162 int32_t socket = Socket(info); in StartListen() local
207 int32_t socket = Socket(info); StartConnect() local
240 OnBind(int32_t socket, PeerSocketInfo info) OnBind() argument
245 OnMessage(int32_t socket, const void *data, uint32_t dataLen) OnMessage() argument
251 OnShutdown(int32_t socket, ShutdownReason reason) OnShutdown() argument
256 SetConnectSocket(int32_t socket, PeerSocketInfo info) SetConnectSocket() argument
306 CloseSocket(int32_t socket) CloseSocket() argument
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp62 void DatabusSocketListener::ServerOnBind(int32_t socket, PeerSocketInfo info) in ServerOnBind() argument
88 void DatabusSocketListener::ServerOnShutdown(int32_t socket, ShutdownReason reason) in ServerOnShutdown() argument
100 void DatabusSocketListener::ClientOnBind(int32_t socket, PeerSocketInfo info) in ClientOnBind() argument
105 void DatabusSocketListener::ClientOnShutdown(int32_t socket, ShutdownReason reason) in ClientOnShutdown() argument
131 OnBytesReceived(int32_t socket, const void *data, uint32_t dataLen) OnBytesReceived() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c161 NotifySocketSendResult( int32_t socket, DFileMsgType msgType, const DFileMsg *msgData, const FileListener *listener) NotifySocketSendResult() argument
317 NotifySocketRecvResult( int32_t socket, DFileMsgType msgType, const DFileMsg *msgData, const FileListener *listener) NotifySocketRecvResult() argument
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp85 int32_t DCameraSoftbusSession::OnSessionOpened(int32_t socket, std::string networkId) in OnSessionOpened() argument
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp224 extern "C" __attribute__((constructor)) int Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, in Listen() argument
230 extern "C" __attribute__((constructor)) int Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, in Bind() argument
236 extern "C" __attribute__((constructor)) void Shutdown(int32_t socket) {} in Shutdown() argument
238 extern "C" __attribute__((constructor)) int SendBytes(int32_t socket, const void *data, uint32_t len) in SendBytes() argument
243 extern "C" __attribute__((constructor)) int SendStream(int32_t socket, const StreamData *data, const StreamData *ext, in SendStream() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp155 void OnBind(int32_t socket, PeerSocketInfo info) in OnBind() argument
165 void OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown() argument
175 void OnBytes(int32_t socket, const void *data, uint32_t dataLen) in OnBytes() argument
185 void OnMessage(int32_t socket, const void *data, uint32_t dataLen) in OnMessage() argument
193 OnStream(int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStream() argument
203 OnFile(int32_t socket, FileEvent *event) OnFile() argument
209 OnQos(int32_t socket, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) OnQos() argument
244 int32_t socket = Socket(info); CreateServerSocket() local
263 int32_t socket = Socket(info); CreateClientSocket() local
276 int32_t socket = CreateServerSocket(); Init() local
364 int32_t socket = CreateClientSocket(remoteNetworkId); StartSocket() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp38 void SoftbusAssetRecvListener::OnFile(int32_t socket, FileEvent *event) in OnFile() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_system_func.cpp177 int __wrap_socketpair(int address, int type, int protocol, int *socket) in __wrap_socketpair() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c85 static int32_t TcpSendFileDataFrame(Socket *socket, PeerInfo *peerInfo, List *p, BlockFrame *block, uint16_t len) in TcpSendFileDataFrame() argument
133 Socket *socket = session->socket[0]; in SendFileDataFrame() local
321 Socket *socket in SendControlFrame() local
409 Socket *socket = session->socket[0]; TcpSocketRecv() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c29 void CloseSocket(Socket *socket) in CloseSocket() argument
298 Socket *socket = calloc(1, sizeof(Socket)); ClientSocketWithTargetDev() local
343 Socket *socket = calloc(1, sizeof(Socket)); ServerSocket() local
462 SocketSendUdp(const Socket *socket, const uint8_t *buffer, size_t length) SocketSendUdp() argument
473 SocketSend(const Socket *socket, const uint8_t *buffer, size_t length) SocketSend() argument
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...]
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dl1oip.h71 struct socket *socket; /* if set, socket is created */ member
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dpd6729.c61 static unsigned char indirect_read(struct pd6729_socket *socket, in indirect_read() argument
78 static unsigned short indirect_read16(struct pd6729_socket *socket, in indirect_read16() argument
98 static void indirect_write(struct pd6729_socket *socket, unsigned short reg, in indirect_write() argument
112 static void indirect_setbit(struct pd6729_socket *socket, unsigne argument
130 indirect_resetbit(struct pd6729_socket *socket, unsigned short reg, unsigned char mask) indirect_resetbit() argument
148 indirect_write16(struct pd6729_socket *socket, unsigned short reg, unsigned short value) indirect_write16() argument
175 struct pd6729_socket *socket = (struct pd6729_socket *)dev; pd6729_interrupt() local
239 struct pd6729_socket *socket = from_timer(socket, t, poll_timer); pd6729_interrupt_wrapper() local
247 struct pd6729_socket *socket pd6729_get_status() local
296 struct pd6729_socket *socket pd6729_set_socket() local
425 struct pd6729_socket *socket pd6729_set_io_map() local
469 struct pd6729_socket *socket pd6729_set_mem_map() local
629 struct pd6729_socket *socket; pd6729_pci_probe() local
744 struct pd6729_socket *socket = pci_get_drvdata(dev); pd6729_pci_remove() local
[all...]
H A Domap_cf.c57 struct pcmcia_socket socket; member
[all...]
H A Dcs.c92 struct pcmcia_socket *socket = dev_get_drvdata(dev); in pcmcia_release_socket() local
103 int pcmcia_register_socket(struct pcmcia_socket *socket) in pcmcia_register_socket() argument
206 pcmcia_unregister_socket(struct pcmcia_socket *socket) pcmcia_unregister_socket() argument
[all...]
H A Ddb1xxx_ss.c44 struct pcmcia_socket socket; member
[all...]
H A Di82092.c64 struct pcmcia_socket socket; member
189 indirect_read(int socket, unsigned short reg) indirect_read() argument
204 indirect_write(int socket, unsigned short reg, unsigned char value) indirect_write() argument
217 indirect_setbit(int socket, unsigned short reg, unsigned char mask) indirect_setbit() argument
235 indirect_resetbit(int socket, unsigned short reg, unsigned char mask) indirect_resetbit() argument
253 indirect_write16(int socket, unsigned short reg, unsigned short value) indirect_write16() argument
403 i82092aa_get_status(struct pcmcia_socket *socket, u_int *value) i82092aa_get_status() argument
443 i82092aa_set_socket(struct pcmcia_socket *socket, socket_state_t *state) i82092aa_set_socket() argument
549 i82092aa_set_io_map(struct pcmcia_socket *socket, struct pccard_io_map *io) i82092aa_set_io_map() argument
589 i82092aa_set_mem_map(struct pcmcia_socket *socket, struct pccard_mem_map *mem) i82092aa_set_mem_map() argument
[all...]
H A Delectra_cf.c30 struct pcmcia_socket socket; member
[all...]
H A Dxxs1500_ss.c56 struct pcmcia_socket socket; member
[all...]
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dvhci_sysfs.c311 struct socket *socket; in attach_store() local
[all...]
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dpvcalls.h46 } socket; member
93 } socket; member
/kernel/linux/linux-6.6/fs/afs/
H A Drxrpc.c41 struct socket *socket; in afs_open_socket() local
[all...]
/kernel/linux/linux-6.6/include/pcmcia/
H A Dsoc_common.h27 struct pcmcia_socket socket; member

Completed in 13 milliseconds

12345678910>>...19