Searched refs:RTM_GETRULE (Results 1 - 14 of 14) sorted by relevance

/external/strace/xlat/
H A Dnl_route_types.h47 #if !(defined(RTM_GETRULE) || (defined(HAVE_DECL_RTM_GETRULE) && HAVE_DECL_RTM_GETRULE))
48 # define RTM_GETRULE 34 macro
181 XLAT(RTM_GETRULE),
/external/strace/tests/
H A Dnlattr_fib_rule_hdr.c49 .nlmsg_type = RTM_GETRULE,
66 printf("{len=%u, type=RTM_GETRULE, flags=NLM_F_DUMP"
H A Dnetlink_route.c289 TEST_NL_ROUTE(fd, nlh0, RTM_GETRULE, msg,
/external/strace/tests-m32/
H A Dnlattr_fib_rule_hdr.c49 .nlmsg_type = RTM_GETRULE,
66 printf("{len=%u, type=RTM_GETRULE, flags=NLM_F_DUMP"
H A Dnetlink_route.c289 TEST_NL_ROUTE(fd, nlh0, RTM_GETRULE, msg,
/external/strace/tests-mx32/
H A Dnlattr_fib_rule_hdr.c49 .nlmsg_type = RTM_GETRULE,
66 printf("{len=%u, type=RTM_GETRULE, flags=NLM_F_DUMP"
H A Dnetlink_route.c289 TEST_NL_ROUTE(fd, nlh0, RTM_GETRULE, msg,
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h61 RTM_GETRULE, enumerator in enum:__anon12145
62 #define RTM_GETRULE RTM_GETRULE macro
/external/strace/
H A Dnetlink_route.c71 [RTM_GETRULE - RTM_BASE] = decode_fib_rule_hdr,
/external/iproute2/include/uapi/linux/
H A Drtnetlink.h62 RTM_GETRULE, enumerator in enum:__anon8698
63 #define RTM_GETRULE RTM_GETRULE macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h62 RTM_GETRULE, enumerator in enum:__anon9918
63 #define RTM_GETRULE RTM_GETRULE macro
/external/libnl/lib/route/
H A Drule.c187 return nl_rtgen_request(h, RTM_GETRULE, AF_UNSPEC, NLM_F_DUMP);
738 { RTM_GETRULE, NL_ACT_GET, "get" },
/external/iproute2/ip/
H A Diprule.c515 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
/external/toybox/toys/pending/
H A Dip.c2292 send_nlmesg(RTM_GETRULE, NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST,

Completed in 279 milliseconds