Home
last modified time | relevance | path

Searched defs:iov (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.c83 static int InitRecvMsg(struct msghdr *recvMsg, struct iovec *iov, size_t iovLen, in InitRecvMsg()
103 struct iovec iov[IOV_LEN]; in RecvFileDescriptor() local
182 static void InitSockMsg(struct msghdr *message, CaRevMsg *revMsg, struct iovec *iov) in InitSockMsg()
214 struct iovec iov[1]; in CaDaemonConnectWithCaInfo() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_socket.cpp157 struct iovec iov = { in RecvMsgFromSocket() local
211 struct iovec iov = { in RecvMsgCredFromSocket() local
253 struct iovec iov; in SendMsgIovToSocket() local
278 struct iovec iov = { in SendMsgCtlToSocket() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Ddgram_socket_server.cpp38 struct iovec iov; in RecvPacket() local
/ohos5.0/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
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c45 static int InitMsg(struct msghdr *hmsg, struct iovec *iov, size_t iovLen, in InitMsg()
63 struct iovec iov[IOV_LEN]; in SendFileDescriptor() local
H A Dtee_ca_auth.c85 struct iovec iov[1]; in RecvCaMsg() local
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_socket.c65 struct iovec iov; in ReadUeventMessage() local
/ohos5.0/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()
114 struct iovec iov[IOV_CNT] = { in SendUdpSegment() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c45 struct iovec iov[IOV_CNT] = { in SendUdpSegment() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Ddata_receiver.cpp74 iovec iov = {buffer_, sizeof(buffer_)}; in ReceiveMessage() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp97 iovec iov = { in RecvMsgFromUnixServer() local
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dfwmark_client.cpp66 iovec iov; in Send() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp34 struct iovec iov = { buffer, length }; in UeventKernelMulticastRecv() local
/ohos5.0/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
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp118 struct msghdr& msgh, struct iovec& iov) in InitMsgh()
240 struct iovec iov = { in ReceiveMsg() local
/ohos5.0/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 Dnetlink_socket_diag.cpp215 iovec iov; in SendSockDiagDumpRequest() local
H A Dclatd.cpp184 iovec iov; in ProcessV6Packet() local
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c131 struct iovec iov; in DdkReadUeventMsg() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvpn_manager.cpp255 iovec iov; in SendVpnInterfaceFdToClient() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs.cpp86 struct iovec iov; in CreateRemoteRegs() local
/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
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()
804 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockReadv()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c174 struct iovec iov = { in WriteMessage() local

12