Home
last modified time | relevance | path

Searched refs:NETNATIVE_LOGW (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp48 NETNATIVE_LOGW("NetManagerNative pointer is null"); in ClatStart()
57 NETNATIVE_LOGW("Fail to get source addresses for clat"); in ClatStart()
65 NETNATIVE_LOGW("Fail to create and configure tun interface for clat"); in ClatStart()
88 NETNATIVE_LOGW("Add route on %{public}s failed", tunIface.c_str()); in ClatStart()
140 NETNATIVE_LOGW("no IPv4 addresses were available for clat"); in GenerateClatSrcAddr()
150 NETNATIVE_LOGW("no IPv6 addresses were available for clat"); in GenerateClatSrcAddr()
187 NETNATIVE_LOGW("Set MTU on %{public}s failed", tunIface.c_str()); in CreateAndConfigureTunIface()
217 NETNATIVE_LOGW("Open packet socket failed"); in CreateAndConfigureClatSocket()
224 NETNATIVE_LOGW("Open raw socket failed"); in CreateAndConfigureClatSocket()
240 NETNATIVE_LOGW("Configure write sockopt failed"); in CreateAndConfigureClatSocket()
[all …]
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclat_utils.cpp115 NETNATIVE_LOGW("No free IPv4 address in %{public}s/%{public}d", in SelectIpv4Address()
237 NETNATIVE_LOGW("fail to generate ipv6 address, prefix invalid"); in GenerateIpv6Address()
281 NETNATIVE_LOGW("ioctl(TUNSETIFF) failed"); in CreateTunInterface()
292 NETNATIVE_LOGW("packet socket failed"); in OpenPacketSocket()
298 NETNATIVE_LOGW("packet socket auxdata enablement failed"); in OpenPacketSocket()
304 NETNATIVE_LOGW("packet socket vnet_hdr enablement failed"); in OpenPacketSocket()
315 NETNATIVE_LOGW("raw socket failed"); in OpenRawSocket6()
320 NETNATIVE_LOGW("could not set mark on raw socket"); in OpenRawSocket6()
331 NETNATIVE_LOGW("Invalid file descriptor"); in ConfigureWriteSocket()
386 NETNATIVE_LOGW("Invalid file descriptor"); in ConfigureReadSocket()
[all …]
H A Dclatd.cpp68NETNATIVE_LOGW("fail to start clatd, clatd for %{public}s is already running", v6Iface_.c_str()); in Start()
79 NETNATIVE_LOGW("fail to stop clatd, clatd for %{public}s is not running", v6Iface_.c_str()); in Stop()
142 NETNATIVE_LOGW("event_loop/poll returned an error, errno: %{public}d", errno); in RunLoop()
219 NETNATIVE_LOGW("skip csum for packet which length is %{public}zd", readLen); in ProcessV6Packet()
254 NETNATIVE_LOGW("unknown packet type = 0x%{public}x", tunProtocol); in ProcessV4Packet()
259 NETNATIVE_LOGW("unexpected flags = %{public}d", readBuf.tunProtocolInfo.flags); in ProcessV4Packet()
281 NETNATIVE_LOGW("recvmsg failed: %{public}s", strerror(errno)); in ReadV6Packet()
285 NETNATIVE_LOGW("recvmsg failed: socket closed"); in ReadV6Packet()
300 NETNATIVE_LOGW("read failed: %{public}s", strerror(errno)); in ReadV4Packet()
303 NETNATIVE_LOGW("read failed: socket closed"); in ReadV4Packet()
[all …]
H A Dclatd_packet_converter.cpp61 NETNATIVE_LOGW("fail to convert ipv4 packet"); in ConvertPacket()
66 NETNATIVE_LOGW("fail to convert ipv6 packet"); in ConvertPacket()
71 NETNATIVE_LOGW("invalid convert type"); in ConvertPacket()
147 NETNATIVE_LOGW("unknown transport protocol"); in ConvertV4TpPacket()
225 NETNATIVE_LOGW("unknown transport protocol"); in ConvertV6TpPacket()
237 NETNATIVE_LOGW("Invalid ipv4 packet, input packet size too small"); in IsV4PacketValid()
258 NETNATIVE_LOGW("Invalid ipv6 packet, input packet size too small"); in IsV6PacketValid()
263 NETNATIVE_LOGW("Invalid ipv6 packet, destination address is multicast"); in IsV6PacketValid()
272 NETNATIVE_LOGW("Invalid ipv6 packet, unknown source/destination address"); in IsV6PacketValid()
616 NETNATIVE_LOGW("Invalid tcp packet, packet length is too small"); in IsTcpPacketValid()
[all …]
H A Dvirtual_network.cpp73NETNATIVE_LOGW("Failed to add interface %{public}s to netId_ %{public}u", interfaceName.c_str(), n… in AddInterface()
96NETNATIVE_LOGW("Failed to remove interface %{public}s to netId_ %{public}u", interfaceName.c_str()… in RemoveInterface()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetnative_log_wrapper.h38 #define NETNATIVE_LOGW(fmt, ...) PRINT_NATIVE_LOG(WARN, fmt, ##__VA_ARGS__) macro
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp218 NETNATIVE_LOGW("InsertIp6SegBitmap GetIp6AndMask fail ret=%{public}d", ret); in InsertIp6SegBitmap()
303 NETNATIVE_LOGW("BuildMarkBitmap InsertIpBitmap remoteIps fail ret=%{public}d", ret); in BuildMarkBitmap()
308 NETNATIVE_LOGW("BuildMarkBitmap InsertIpBitmap localIps fail ret=%{public}d", ret); in BuildMarkBitmap()
649 NETNATIVE_LOGW("GetIp6AndMask fail ret=%{public}d", ret); in GetIp6AndMask()
676 NETNATIVE_LOGW("GetIp6AndMask off equal 128"); in GetIp6AndMask()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp250NETNATIVE_LOGW("Netlink message type is unexpected as : %{public}d\n", hdrMsg->nlmsg_type); in DecodeBinary()
412NETNATIVE_LOGW("The interface index %{public}d in %{public}s is unknown", ifAddr->ifa_index, msgTy… in InterpreteIFaceAddr()
H A Dwrapper_distributor.cpp162 NETNATIVE_LOGW("No interface name in event message"); in HandleSubSysQlog()