Home
last modified time | relevance | path

Searched refs:iov_base (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_client.cpp43 …vec[0].iov_base = header; // 0 : index of hos log hea… in WriteLogMessage()
45 vec[1].iov_base = reinterpret_cast<void*>(const_cast<char*>(tag)); // 1 : index of log tag in WriteLogMessage()
47 … vec[2].iov_base = reinterpret_cast<void*>(const_cast<char*>(fmt)); // 2 : index of log content in WriteLogMessage()
H A Ddgram_socket_server.cpp39 iov.iov_base = buffer.data(); in RecvPacket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_nlmsg.c74 .iov_base = &nlh, in SendNetlinkRequest()
78 .iov_base = req, in SendNetlinkRequest()
126 iovRecv.iov_base = NULL; in RecvNetlinkResponse()
138 iovRecv.iov_base = buf; in RecvNetlinkResponse()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c66 vec[0].iov_base = header; // 0 : index of hos log header in SendMessage()
68 vec[1].iov_base = (void *)((char *)(tag)); // 1 : index of log tag in SendMessage()
70 vec[2].iov_base = (void *)((char *)(fmt)); // 2 : index of log content in SendMessage()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_socket.cpp158 .iov_base = msgBuffer, in RecvMsgFromSocket()
212 .iov_base = &data, in RecvMsgCredFromSocket()
254 iov.iov_base = iovBase; in SendMsgIovToSocket()
279 .iov_base = reinterpret_cast<void *>(iovBase), in SendMsgCtlToSocket()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dclatd_packet_converter_test.cpp147 if (memcmp(iovPackets[CLATD_IPHDR].iov_base, packet, iovPackets[CLATD_IPHDR].iov_len) != 0) { in IsTranslatedPacketCorrect()
151 if (memcmp(iovPackets[CLATD_TPHDR].iov_base, packet, iovPackets[CLATD_TPHDR].iov_len) != 0) { in IsTranslatedPacketCorrect()
155 … if (memcmp(iovPackets[CLATD_PAYLOAD].iov_base, packet, iovPackets[CLATD_PAYLOAD].iov_len) != 0) { in IsTranslatedPacketCorrect()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.c121 iov[0].iov_base = data; in RecvFileDescriptor()
131 iov[0].iov_base = &version; in RecvFileDescriptor()
191 (message->msg_iov[0]).iov_base = revMsg; in InitSockMsg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c47 .iov_base = buf, in SendUdpSegment()
51 .iov_base = buf, in SendUdpSegment()
/ohos5.0/base/startup/init/services/init/standard/
H A Dfd_holder_service.c74 .iov_base = errBuffer, in SendErrorInfo()
124 .iov_base = buffer, in HandlerFdHolder()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Dsocket_app.h72 void *iov_base; member
117 (iovIter) = (msg)->msg_iov[index].iov_base; \
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c116 .iov_base = buf, in SendUdpSegment()
120 .iov_base = buf, in SendUdpSegment()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp362 .iov_base = &reinterpret_cast<uint8_t*>(data)[totalRead], in ReadProcMemByPid()
370 RemoteIovs[iovecsIndex].iov_base = reinterpret_cast<void*>(cur); in ReadProcMemByPid()
390 dataIov.iov_base = &reinterpret_cast<uint8_t*>(data)[totalRead]; in ReadProcMemByPid()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c81 iov[0].iov_base = base; in SendFileDescriptor()
100 iov[0].iov_base = &fd; in SendFileDescriptor()
H A Dtee_ca_auth.c109 message.msg_iov[0].iov_base = caInfo; in RecvCaMsg()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_socket.c74 iov.iov_base = buffer; in ReadUeventMessage()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_util.cpp69 iovec.iov_base = const_cast<void *>(static_cast<const void *>(buf)); in SocketSendFd()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd.cpp185 iov.iov_base = &readBuf; in ProcessV6Packet()
322 sin6.sin6_addr = reinterpret_cast<struct ip6_hdr *>(iovPackets[CLATD_TPHDR].iov_base)->ip6_dst; in SendV6OnRawSocket()
H A Dnetlink_socket.cpp48 ioVector.iov_base = msg; in SendNetlinkMsgToKernel()
H A Dfwmark_network.cpp141 iovec iov = {.iov_base = &fwmCmd, .iov_len = sizeof(fwmCmd)}; in SendMessage()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c134 … ret = spcb->fpcb.sendFunc(conn, conn->sendIov[i].iov_base, conn->sendIov[i].iov_len, spcb); in SpungePcbSendmsgInner()
186 conn->sendIov[conn->iovCount].iov_base = (void *)buf; in SpungePcbSendmsg()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp120 iov.iov_base = buffer; in InitMsgh()
241 .iov_base = nullptr, in ReceiveMsg()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dfwmark_client.cpp67 iov.iov_base = data; in Send()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp98 .iov_base = buf, in RecvMsgFromUnixServer()
/ohos5.0/base/startup/init/interfaces/innerkits/fd_holder/
H A Dfd_holder.c91 iovec.iov_base = sendBuffer; in ServiceSendFds()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c132 iov.iov_base = buffer; in DdkReadUeventMsg()

12