Home
last modified time | relevance | path

Searched defs:iov (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c45 struct iovec iov[IOV_CNT] = { in SendUdpSegment() local
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dfwmark_client.cpp66 iovec iov; in Send() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Ddata_receiver.cpp74 iovec iov = {buffer_, sizeof(buffer_)}; in ReceiveMessage() local
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp97 iovec iov = { in RecvMsgFromUnixServer() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DrandomAccessFile_impl.cpp40 uv_buf_t iov = uv_buf_init(buf, len); in DoWriteRAF() local
52 uv_buf_t iov = uv_buf_init(buf, len); in DoReadRAF() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_socket.c96 int32_t SocketSendEx(const Socket *s, uint16_t mss, const struct iovec *iov, uint32_t cnt) in SocketSendEx() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dfwmark_network.cpp141 iovec iov = {.iov_base = &fwmCmd, .iov_len = sizeof(fwmCmd)}; in SendMessage() local
H A Dclatd.cpp184 iovec iov; in ProcessV6Packet() local
H A Dnetlink_socket_diag.cpp213 iovec iov; in SendSockDiagDumpRequest() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_nlmsg.c72 struct iovec iov[NETLINK_REQUEST_IOV_NUM] = { in SendNetlinkRequest() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c79 int32_t SocketSendEx(const Socket *s, uint16_t mss, const struct iovec *iov, uint32_t cnt) in SocketSendEx() argument
114 struct iovec iov[IOV_CNT] = { in SendUdpSegment() local
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp34 struct iovec iov = { buffer, length }; in UeventKernelMulticastRecv() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvpn_manager.cpp255 iovec iov; in SendVpnInterfaceFdToClient() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp110 iovec iov; in AudioPnpReadUeventMsg() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_socket_listener.cpp419 iovec iov[1]; in ReceiveInSock() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp50 uv_buf_t iov = uv_buf_init(static_cast<char *>(buf), len); in DoReadRAF() local
63 uv_buf_t iov = uv_buf_init(static_cast<char *>(buf), len); in DoWriteRAF() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c172 FILLP_INT DLL_API FtWritev(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount) in FtWritev() argument
185 FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount) in FtReadv() argument
H A Dsocket_app.c250 struct iovec *iov = FILLP_NULL_PTR; in SocketMsgGetLen() local
783 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockWritev() argument
804 SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) SockReadv() argument
[all...]

Completed in 23 milliseconds