Home
last modified time | relevance | path

Searched refs:RTPROT_BOOT (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Drouting_protocols.h27 #if defined(RTPROT_BOOT) || (defined(HAVE_DECL_RTPROT_BOOT) && HAVE_DECL_RTPROT_BOOT)
29 static_assert((RTPROT_BOOT) == (3), "RTPROT_BOOT != 3");
32 # define RTPROT_BOOT 3
168 XLAT(RTPROT_BOOT),
Drouting_protocols.in5 RTPROT_BOOT 3
/external/libnl/lib/route/
Droute_utils.c109 add_proto_name(RTPROT_BOOT, "boot"); in init_proto_names()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const359 RTPROT_BOOT = 3
Dsocket_netlink_route_arm.const359 RTPROT_BOOT = 3
Dsocket_netlink_route_386.const359 RTPROT_BOOT = 3
Dsocket_netlink_route_ppc64le.const359 RTPROT_BOOT = 3
Dsocket_netlink_route_arm64.const359 RTPROT_BOOT = 3
Dsocket_netlink_route.txt614 rtm_protocol = RTPROT_UNSPEC, RTPROT_REDIRECT, RTPROT_KERNEL, RTPROT_BOOT, RTPROT_STATIC
/external/libnl/include/linux-private/linux/
Drtnetlink.h206 #define RTPROT_BOOT 3 /* Route installed during boot */ macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h236 #define RTPROT_BOOT 3 /* Route installed during boot */ macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h243 #define RTPROT_BOOT 3 /* Route installed during boot */ macro
/external/iproute2/lib/
Drt_names.c125 [RTPROT_BOOT] = "boot",
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso.c397 rt->rtm_protocol = RTPROT_BOOT; in set_route_mtu()
/external/iproute2/ip/
Diprule.c588 .r.rtm_protocol = RTPROT_BOOT, in iprule_modify()
Diproute.c431 if ((r->rtm_protocol != RTPROT_BOOT || show_details > 0) && filter.protocolmask != -1) in print_route()
873 req.r.rtm_protocol = RTPROT_BOOT; in iproute_modify()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1342 RTPROT_BOOT = 0x3 const
Dzerrors_linux_mipsle.go1610 RTPROT_BOOT = 0x3 const
Dzerrors_linux_s390x.go1670 RTPROT_BOOT = 0x3 const
Dzerrors_linux_arm.go1616 RTPROT_BOOT = 0x3 const
Dzerrors_linux_ppc64le.go1666 RTPROT_BOOT = 0x3 const
Dzerrors_linux_mips64.go1610 RTPROT_BOOT = 0x3 const
Dzerrors_linux_ppc64.go1666 RTPROT_BOOT = 0x3 const
Dzerrors_linux_amd64.go1610 RTPROT_BOOT = 0x3 const
Dzerrors_linux_mips64le.go1610 RTPROT_BOOT = 0x3 const

12