Home
last modified time | relevance | path

Searched refs:RTNH_F_UNRESOLVED (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Droute_nexthop_flags.h41 #if defined(RTNH_F_UNRESOLVED) || (defined(HAVE_DECL_RTNH_F_UNRESOLVED) && HAVE_DECL_RTNH_F_UNRESOL…
43 static_assert((RTNH_F_UNRESOLVED) == (32), "RTNH_F_UNRESOLVED != 32");
46 # define RTNH_F_UNRESOLVED 32
64 XLAT(RTNH_F_UNRESOLVED),
Droute_nexthop_flags.in6 RTNH_F_UNRESOLVED 32
/external/iproute2/ip/
Dipmroute.c163 r->rtm_flags & RTNH_F_UNRESOLVED ? "unresolved" : "resolved"); in print_mroute()
Diproute.c457 if (r->rtm_flags & RTNH_F_UNRESOLVED) in print_route()
/external/iproute2/include/uapi/linux/
Drtnetlink.h361 #define RTNH_F_UNRESOLVED 32 /* The entry is unresolved (ipmr) */ macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h376 #define RTNH_F_UNRESOLVED 32 /* The entry is unresolved (ipmr) */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1606 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_s390x.go1666 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_arm.go1612 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_ppc64le.go1662 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_mips64.go1606 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_ppc64.go1662 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_amd64.go1606 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_mips64le.go1606 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_386.go1605 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_mips.go1606 RTNH_F_UNRESOLVED = 0x20 const
Dzerrors_linux_arm64.go1596 RTNH_F_UNRESOLVED = 0x20 const