Home
last modified time | relevance | path

Searched refs:RT_SCOPE_UNIVERSE (Results 1 – 25 of 43) sorted by relevance

12

/external/strace/xlat/
Drouting_scopes.h6 #if defined(RT_SCOPE_UNIVERSE) || (defined(HAVE_DECL_RT_SCOPE_UNIVERSE) && HAVE_DECL_RT_SCOPE_UNIVE…
8 static_assert((RT_SCOPE_UNIVERSE) == (0), "RT_SCOPE_UNIVERSE != 0");
11 # define RT_SCOPE_UNIVERSE 0
47 XLAT(RT_SCOPE_UNIVERSE),
Drouting_scopes.in1 RT_SCOPE_UNIVERSE 0
/external/libnl/src/
Dnl-fib-lookup.c36 int table = RT_TABLE_UNSPEC, scope = RT_SCOPE_UNIVERSE; in main()
/external/strace/tests-mx32/
Dnetlink_route.c233 .ifa_scope = RT_SCOPE_UNIVERSE, in test_rtnl_addr()
257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
Dnlattr_ifaddrmsg.c64 .ifa_scope = RT_SCOPE_UNIVERSE, in init_ifaddrmsg()
Dnlattr_rtmsg.c56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
/external/strace/tests/
Dnetlink_route.c233 .ifa_scope = RT_SCOPE_UNIVERSE, in test_rtnl_addr()
257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
Dnlattr_ifaddrmsg.c64 .ifa_scope = RT_SCOPE_UNIVERSE, in init_ifaddrmsg()
Dnlattr_rtmsg.c56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
/external/strace/tests-m32/
Dnetlink_route.c233 .ifa_scope = RT_SCOPE_UNIVERSE, in test_rtnl_addr()
257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
Dnlattr_ifaddrmsg.c64 .ifa_scope = RT_SCOPE_UNIVERSE, in init_ifaddrmsg()
Dnlattr_rtmsg.c56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
/external/android-clat/
Dgetaddr.c56 if (ifa_p->ifa_scope != RT_SCOPE_UNIVERSE) return NL_OK; in getaddr_cb()
Dsetif.c63 ifa.ifa_scope = RT_SCOPE_UNIVERSE; in add_address()
/external/libnl/lib/fib_lookup/
Dlookup.c224 fr.fl_scope = scope >= 0 ? scope : RT_SCOPE_UNIVERSE; in flnl_lookup_build_request()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_ppc64le.const368 RT_SCOPE_UNIVERSE = 0
Dsocket_netlink_route_386.const368 RT_SCOPE_UNIVERSE = 0
Dsocket_netlink_route_arm64.const368 RT_SCOPE_UNIVERSE = 0
Dsocket_netlink_route_amd64.const368 RT_SCOPE_UNIVERSE = 0
Dsocket_netlink_route_arm.const368 RT_SCOPE_UNIVERSE = 0
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go435 RT_SCOPE_UNIVERSE = 0x0 const
/external/libnl/include/linux-private/linux/
Drtnetlink.h238 RT_SCOPE_UNIVERSE=0, enumerator
/external/iproute2/include/uapi/linux/
Drtnetlink.h270 RT_SCOPE_UNIVERSE=0, enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h282 RT_SCOPE_UNIVERSE=0, enumerator
/external/iproute2/lib/
Drt_names.c227 [RT_SCOPE_UNIVERSE] = "global",

12