Home
last modified time | relevance | path

Searched refs:RTM_F_NOTIFY (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Drouting_flags.h17 #if defined(RTM_F_NOTIFY) || (defined(HAVE_DECL_RTM_F_NOTIFY) && HAVE_DECL_RTM_F_NOTIFY)
18 XLAT(RTM_F_NOTIFY),
Drouting_flags.in1 RTM_F_NOTIFY
/external/strace/tests-mx32/
Dnlattr_rtmsg.c58 .rtm_flags = RTM_F_NOTIFY in init_rtmsg()
Dnetlink_route.c259 .rtm_flags = RTM_F_NOTIFY in test_rtnl_route()
/external/strace/tests-m32/
Dnlattr_rtmsg.c58 .rtm_flags = RTM_F_NOTIFY in init_rtmsg()
Dnetlink_route.c259 .rtm_flags = RTM_F_NOTIFY in test_rtnl_route()
/external/strace/tests/
Dnlattr_rtmsg.c58 .rtm_flags = RTM_F_NOTIFY in init_rtmsg()
Dnetlink_route.c259 .rtm_flags = RTM_F_NOTIFY in test_rtnl_route()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const327 RTM_F_NOTIFY = 256
Dsocket_netlink_route_arm.const327 RTM_F_NOTIFY = 256
Dsocket_netlink_route_386.const327 RTM_F_NOTIFY = 256
Dsocket_netlink_route_ppc64le.const327 RTM_F_NOTIFY = 256
Dsocket_netlink_route_arm64.const327 RTM_F_NOTIFY = 256
Dsocket_netlink_route.txt616 rtm_flags = RTM_F_NOTIFY, RTM_F_CLONED, RTM_F_EQUALIZE, RTM_F_PREFIX, RTM_F_LOOKUP_TABLE, RTM_F_FIB…
/external/libnl/include/linux-private/linux/
Drtnetlink.h248 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */ macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h280 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */ macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h292 #define RTM_F_NOTIFY 0x100 /* Notify user of route change */ macro
/external/iproute2/ip/
Diproute.c453 if (r->rtm_flags & RTM_F_NOTIFY) in print_route()
1725 req.r.rtm_flags |= RTM_F_NOTIFY; in iproute_get()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1289 RTM_F_NOTIFY = 0x100 const
Dzerrors_linux_mipsle.go1555 RTM_F_NOTIFY = 0x100 const
Dzerrors_linux_s390x.go1615 RTM_F_NOTIFY = 0x100 const
Dzerrors_linux_arm.go1561 RTM_F_NOTIFY = 0x100 const
Dzerrors_linux_ppc64le.go1611 RTM_F_NOTIFY = 0x100 const
Dzerrors_linux_mips64.go1555 RTM_F_NOTIFY = 0x100 const
Dzerrors_linux_ppc64.go1611 RTM_F_NOTIFY = 0x100 const

12