/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | check_gso_support.c | 45 struct iovec iov[IOV_CNT] = { in SendUdpSegment() local
|
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | fwmark_client.cpp | 66 iovec iov; in Send() local
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | data_receiver.cpp | 74 iovec iov = {buffer_, sizeof(buffer_)}; in ReceiveMessage() local
|
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | vpn_interface.cpp | 97 iovec iov = { in RecvMsgFromUnixServer() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | randomAccessFile_impl.cpp | 40 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 D | sys_socket.c | 96 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 D | fwmark_network.cpp | 141 iovec iov = {.iov_base = &fwmCmd, .iov_len = sizeof(fwmCmd)}; in SendMessage() local
|
H A D | clatd.cpp | 184 iovec iov; in ProcessV6Packet() local
|
H A D | netlink_socket_diag.cpp | 213 iovec iov; in SendSockDiagDumpRequest() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/ |
H A D | nstackx_nlmsg.c | 72 struct iovec iov[NETLINK_REQUEST_IOV_NUM] = { in SendNetlinkRequest() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_socket.c | 79 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 D | netlink_listener.cpp | 34 struct iovec iov = { buffer, length }; in UeventKernelMulticastRecv() local
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | vpn_manager.cpp | 255 iovec iov; in SendVpnInterfaceFdToClient() local
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/ |
H A D | audio_socket_thread.cpp | 110 iovec iov; in AudioPnpReadUeventMsg() local
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_socket_listener.cpp | 419 iovec iov[1]; in ReceiveInSock() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
H A D | randomaccessfile_n_exporter.cpp | 50 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 D | api.c | 172 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 D | socket_app.c | 250 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...] |