/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_util.cpp | 53 struct iovec iovec = {}; in SocketSendFd() local 58 (void)memset_s(&iovec, sizeof(iovec), 0, sizeof(iovec)); in SocketSendFd() 69 iovec.iov_base = const_cast<void *>(static_cast<const void *>(buf)); in SocketSendFd() 70 iovec.iov_len = len; in SocketSendFd() 72 msghdr.msg_iov = &iovec; in SocketSendFd()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | socket_app.h | 46 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount); 47 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount); 71 struct iovec { struct 79 struct iovec *msg_iov;
|
/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() 109 mh.msg_iov = (struct iovec *)iov; in SocketSendEx()
|
/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() 92 mh.msg_iov = (struct iovec *)iov; in SocketSendEx() 114 struct iovec iov[IOV_CNT] = { in SendUdpSegment()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | clatd.cpp | 184 iovec iov; in ProcessV6Packet() 228 std::vector<iovec> iovPackets(CLATD_MAX); in ProcessV6Packet() 268 std::vector<iovec> iovPackets(CLATD_MAX); in ProcessV4Packet() 297 readLen = read(tunFd_, reinterpret_cast<iovec *>(&readBuf), sizeof(readBuf)); in ReadV4Packet() 312 void Clatd::SendV6OnRawSocket(int fd, std::vector<iovec> &iovPackets, int effectivePos) in SendV6OnRawSocket()
|
H A D | netlink_socket.cpp | 47 struct iovec ioVector;
in SendNetlinkMsgToKernel()
|
H A D | netlink_socket_diag.cpp | 213 iovec iov; in SendSockDiagDumpRequest() 222 ssize_t writeLen = writev(dumpSock_, &iov, (sizeof(iov) / sizeof(iovec))); in SendSockDiagDumpRequest()
|
H A D | fwmark_network.cpp | 141 iovec iov = {.iov_base = &fwmCmd, .iov_len = sizeof(fwmCmd)}; in SendMessage()
|
/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() 123 struct iovec iovRecv; in RecvNetlinkResponse()
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | clatd.h | 49 void SendV6OnRawSocket(int fd, std::vector<iovec> &iovPackets, int effectivePos);
|
H A D | clat_utils.h | 71 typedef iovec ClatdPacket[CLATD_MAX];
|
H A D | clatd_packet_converter.h | 44 void GetConvertedPacket(std::vector<iovec> &iovPackets, int &effectivePos);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_socket.h | 47 int32_t SocketSendEx(const Socket *socket, uint16_t mss, const struct iovec *iov, uint32_t cnt);
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | clatd_packet_converter_test.cpp | 192 bool IsTranslatedPacketCorrect(std::vector<iovec> iovPackets, const uint8_t *packet); 207 bool ClatdPacketConverterTest::IsTranslatedPacketCorrect(std::vector<iovec> iovPackets, const uint8_t *packet) in IsTranslatedPacketCorrect() 235 std::vector<iovec> iovPackets(CLATD_MAX); in HWTEST_F() 254 std::vector<iovec> iovPackets(CLATD_MAX); in HWTEST_F() 273 std::vector<iovec> iovPackets(CLATD_MAX); in HWTEST_F() 292 std::vector<iovec> iovPackets(CLATD_MAX); in HWTEST_F() 311 std::vector<iovec> iovPackets(CLATD_MAX); in HWTEST_F() 330 std::vector<iovec> iovPackets(CLATD_MAX); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | fwmark_client.cpp | 66 iovec iov; in Send()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | data_receiver.cpp | 74 iovec iov = {buffer_, sizeof(buffer_)}; in ReceiveMessage()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | net.h | 82 struct iovec sendIov[UDP_MAX_SEG];
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | check_gso_support.c | 45 struct iovec iov[IOV_CNT] = { in SendUdpSegment()
|
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ |
H A D | vpn_interface.cpp | 97 iovec iov = { in RecvMsgFromUnixServer()
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/ |
H A D | netlink_listener.cpp | 34 struct iovec iov = { buffer, length }; in UeventKernelMulticastRecv()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 175 * @param[in] iov A pointer which points to an array of iovec structures. 179 extern FILLP_INT DLL_API FtWritev(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount); 188 * @param[in] iov A pointer which points to an array of iovec structures. 193 extern FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_app.c | 218 struct iovec msgIov; in SockSendFrame() 250 struct iovec *iov = FILLP_NULL_PTR; in SocketMsgGetLen() 560 struct iovec msgIov; in SockRecv() 783 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockWritev() 798 msg.msg_iov = (struct iovec *)iov; in SockWritev() 804 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockReadv() 819 msg.msg_iov = (struct iovec *)iov; in SockReadv()
|
H A D | api.c | 167 * iov: A pointer which points to an array of iovec structures. 172 FILLP_INT DLL_API FtWritev(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount) in FtWritev() 180 * iov: A pointer which points to an array of iovec structures. 185 FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount) in FtReadv()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | vpn_manager.cpp | 255 iovec iov; in SendVpnInterfaceFdToClient()
|
/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()
|