Searched refs:RTAX_HOPLIMIT (Results 1 – 20 of 20) sorted by relevance
/external/strace/xlat/ |
D | rtnl_rta_metrics_attrs.h | 76 #if defined(RTAX_HOPLIMIT) || (defined(HAVE_DECL_RTAX_HOPLIMIT) && HAVE_DECL_RTAX_HOPLIMIT) 78 static_assert((RTAX_HOPLIMIT) == (10), "RTAX_HOPLIMIT != 10"); 81 # define RTAX_HOPLIMIT 10 146 XLAT(RTAX_HOPLIMIT),
|
D | rtnl_rta_metrics_attrs.in | 11 RTAX_HOPLIMIT 10
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 365 RTAX_HOPLIMIT, enumerator 366 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 420 RTAX_HOPLIMIT, enumerator 421 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 435 RTAX_HOPLIMIT, enumerator 436 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
|
/external/libnl/lib/route/ |
D | route_utils.c | 153 __ADD(RTAX_HOPLIMIT, hoplimit)
|
/external/strace/ |
D | rtnl_route.c | 102 [RTAX_HOPLIMIT] = decode_nla_u32,
|
/external/iproute2/ip/ |
D | iproute.c | 52 [RTAX_HOPLIMIT] = "hoplimit", 583 if (i == RTAX_HOPLIMIT && (int)val == -1) in print_route() 983 mxlock |= (1<<RTAX_HOPLIMIT); in iproute_modify() 988 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1221 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_mips64le.go | 1458 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_ppc64.go | 1514 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_arm.go | 1464 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_mips64.go | 1458 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_ppc64le.go | 1514 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_arm64.go | 1448 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_386.go | 1457 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_mips.go | 1458 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_s390x.go | 1518 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_mipsle.go | 1458 RTAX_HOPLIMIT = 0xa const
|
D | zerrors_linux_amd64.go | 1458 RTAX_HOPLIMIT = 0xa const
|