/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_socket.c | 83 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 D | faultloggerd_socket.cpp | 157 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 D | dgram_socket_server.cpp | 38 struct iovec iov; in RecvPacket() local
|
/ohos5.0/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
|
/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | tee_ca_daemon.c | 45 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 D | tee_ca_auth.c | 85 struct iovec iov[1]; in RecvCaMsg() local
|
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_socket.c | 65 struct iovec iov; in ReadUeventMessage() local
|
/ohos5.0/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() 114 struct iovec iov[IOV_CNT] = { in SendUdpSegment() local
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | data_receiver.cpp | 74 iovec iov = {buffer_, sizeof(buffer_)}; in ReceiveMessage() local
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | vpn_interface.cpp | 97 iovec iov = { in RecvMsgFromUnixServer() local
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | fwmark_client.cpp | 66 iovec iov; in Send() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/ |
H A D | netlink_listener.cpp | 34 struct iovec iov = { buffer, length }; in UeventKernelMulticastRecv() local
|
/ohos5.0/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
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_server.cpp | 118 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 D | fwmark_network.cpp | 141 iovec iov = {.iov_base = &fwmCmd, .iov_len = sizeof(fwmCmd)}; in SendMessage() local
|
H A D | netlink_socket_diag.cpp | 215 iovec iov; in SendSockDiagDumpRequest() local
|
H A D | clatd.cpp | 184 iovec iov; in ProcessV6Packet() local
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | ddk_uevent_handle.c | 131 struct iovec iov; in DdkReadUeventMsg() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | vpn_manager.cpp | 255 iovec iov; in SendVpnInterfaceFdToClient() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_regs.cpp | 86 struct iovec iov; in CreateRemoteRegs() local
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
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() 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 D | appspawn_client.c | 174 struct iovec iov = { in WriteMessage() local
|