Home
last modified time | relevance | path

Searched refs:IFLA_RTA (Results 76 – 100 of 113) sorted by relevance

12345

/dports/emulators/qemu/qemu-6.2.0/linux-user/
H A Dfd-trans.c1067 host_to_target_link_rtattr(IFLA_RTA(ifi), in host_to_target_data_route()
1228 target_to_host_link_rtattr(IFLA_RTA(ifi), nlh->nlmsg_len - in target_to_host_data_route()
/dports/emulators/qemu60/qemu-6.0.0/linux-user/
H A Dfd-trans.c1064 host_to_target_link_rtattr(IFLA_RTA(ifi), in host_to_target_data_route()
1225 target_to_host_link_rtattr(IFLA_RTA(ifi), nlh->nlmsg_len - in target_to_host_data_route()
/dports/emulators/qemu5/qemu-5.2.0/linux-user/
H A Dfd-trans.c1064 host_to_target_link_rtattr(IFLA_RTA(ifi), in host_to_target_data_route()
1225 target_to_host_link_rtattr(IFLA_RTA(ifi), nlh->nlmsg_len - in target_to_host_data_route()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/
H A Dfd-trans.c1056 host_to_target_link_rtattr(IFLA_RTA(ifi), in host_to_target_data_route()
1209 target_to_host_link_rtattr(IFLA_RTA(ifi), nlh->nlmsg_len - in target_to_host_data_route()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/
H A Dfd-trans.c1067 host_to_target_link_rtattr(IFLA_RTA(ifi), in host_to_target_data_route()
1228 target_to_host_link_rtattr(IFLA_RTA(ifi), nlh->nlmsg_len - in target_to_host_data_route()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/
H A Dfd-trans.c1056 host_to_target_link_rtattr(IFLA_RTA(ifi), in host_to_target_data_route()
1209 target_to_host_link_rtattr(IFLA_RTA(ifi), nlh->nlmsg_len - in target_to_host_data_route()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libsysutils/src/
H A DNetlinkEvent.cpp136 for (rta = IFLA_RTA(ifi); RTA_OK(rta, len); rta = RTA_NEXT(rta, len)) { in parseIfInfoMessage()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libsysutils/src/
H A DNetlinkEvent.cpp139 for (rta = IFLA_RTA(ifi); RTA_OK(rta, len); rta = RTA_NEXT(rta, len)) { in parseIfInfoMessage()
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/
H A DLinuxNetLink.cpp468 struct rtattr *rtap = (struct rtattr *)IFLA_RTA(ifip); in _linkAdded()
506 struct rtattr *rtap = (struct rtattr *)IFLA_RTA(ifip); in _linkDeleted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/qbone/platform/
H A Dnetlink.cc109 for (rta = IFLA_RTA(interface_info); RTA_OK(rta, payload_length); in Run()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/etherlike-mib/data_access/
H A Ddot3stats_linux.c301 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len); in get_nlmsg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/qbone/platform/
H A Dnetlink.cc109 for (rta = IFLA_RTA(interface_info); RTA_OK(rta, payload_length); in Run()
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/daemon/
H A Dnetlink.c331 for (attribute = IFLA_RTA(ifi); in netlink_parse_link()
/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Dipaddress.c118 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len); in print_linkinfo()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drt_netlink.c559 netlink_parse_rtattr (tb, IFLA_MAX, IFLA_RTA (ifi), len); in netlink_interface()
1156 netlink_parse_rtattr (tb, IFLA_MAX, IFLA_RTA (ifi), len); in netlink_link_change()
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-linux-context-manager.c512 rt_attr = IFLA_RTA (NLMSG_DATA (header)); in extract_link_message_info()
/dports/x11/waybar/Waybar-0.9.12/src/modules/
H A Dnetwork.cpp424 struct rtattr *ifla = IFLA_RTA(ifi); in handleEvents()
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dif-linux.c130 #undef IFLA_RTA
131 #define IFLA_RTA(r) ((struct rtattr *)(void *)(((char *)(r)) \ macro
/dports/net/babeld/babeld-babeld-1.10/
H A Dkernel_netlink.c1330 struct rtattr *rta = IFLA_RTA(info); in parse_ifname_rta()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Denum_net.cpp320 auto const* rta_ptr = reinterpret_cast<rtattr const*>(IFLA_RTA(if_msg)); in parse_nl_link()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Denum_net.cpp320 auto const* rta_ptr = reinterpret_cast<rtattr const*>(IFLA_RTA(if_msg)); in parse_nl_link()
/dports/net/py-avahi/avahi-0.8/docs/
H A DNEWS167 …* avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Clos…
466 * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer
/dports/net/avahi-header/avahi-0.8/docs/
H A DNEWS167 …* avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Clos…
466 * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer
/dports/net/avahi-libdns/avahi-0.8/docs/
H A DNEWS167 …* avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Clos…
466 * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer
/dports/net/avahi-app/avahi-0.8/docs/
H A DNEWS167 …* avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Clos…
466 * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer

12345