Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dnl_route_types.h97 #if defined(RTM_NEWRULE) || (defined(HAVE_DECL_RTM_NEWRULE) && HAVE_DECL_RTM_NEWRULE)
99 static_assert((RTM_NEWRULE) == (32), "RTM_NEWRULE != 32");
102 # define RTM_NEWRULE 32
393 XLAT(RTM_NEWRULE),
Dnl_route_types.in18 RTM_NEWRULE 32
/external/libnl/include/linux-private/linux/
Drtnetlink.h57 RTM_NEWRULE = 32, enumerator
58 #define RTM_NEWRULE RTM_NEWRULE macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h58 RTM_NEWRULE = 32, enumerator
59 #define RTM_NEWRULE RTM_NEWRULE macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h58 RTM_NEWRULE = 32, enumerator
59 #define RTM_NEWRULE RTM_NEWRULE macro
/external/iproute2/ip/
Diprule.c183 if (n->nlmsg_type != RTM_NEWRULE && n->nlmsg_type != RTM_DELRULE) in print_rule()
593 if (cmd == RTM_NEWRULE) { in iprule_modify()
766 if (!table_ok && cmd == RTM_NEWRULE) in iprule_modify()
788 return iprule_modify(RTM_NEWRULE, argc-1, argv+1); in do_iprule()
Dipmonitor.c120 if (n->nlmsg_type == RTM_NEWRULE || n->nlmsg_type == RTM_DELRULE) { in accept_msg()
/external/strace/
Dnetlink_route.c72 [RTM_NEWRULE - RTM_BASE] = decode_fib_rule_hdr,
/external/syzkaller/sys/linux/
Dsocket_netlink_route_ppc64le.const343 RTM_NEWRULE = 32
Dsocket_netlink_route_386.const343 RTM_NEWRULE = 32
Dsocket_netlink_route_arm64.const343 RTM_NEWRULE = 32
Dsocket_netlink_route_amd64.const343 RTM_NEWRULE = 32
Dsocket_netlink_route_arm.const343 RTM_NEWRULE = 32
Dsocket_netlink_route.txt49 ipv4_newrule netlink_msg[RTM_NEWRULE, fib_rule_hdr[AF_INET], fib4_rule_policy]
62 ipv6_newrule netlink_msg[RTM_NEWRULE, fib_rule_hdr[AF_INET6], fib6_rule_policy]
/external/libnl/lib/route/
Drule.c443 return build_rule_msg(tmpl, RTM_NEWRULE, NLM_F_CREATE | flags, in rtnl_rule_build_add_request()
736 { RTM_NEWRULE, NL_ACT_NEW, "new" },
/external/toybox/toys/pending/
Dip.c2076 int8_t idx, tflag = 0, opt = (*argv[-1] == 'a') ? RTM_NEWRULE : RTM_DELRULE; in ruleupdate()
2211 if (!tflag && opt == RTM_NEWRULE) request.msg.rtm_table = RT_TABLE_MAIN; in ruleupdate()
2226 if (mhdr->nlmsg_type != RTM_NEWRULE) return 0; in show_rules()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1323 RTM_NEWRULE = 0x20 const
Dzerrors_linux_mips64le.go1590 RTM_NEWRULE = 0x20 const
Dzerrors_linux_ppc64.go1646 RTM_NEWRULE = 0x20 const
Dzerrors_linux_arm.go1596 RTM_NEWRULE = 0x20 const
Dzerrors_linux_mips64.go1590 RTM_NEWRULE = 0x20 const
Dzerrors_linux_ppc64le.go1646 RTM_NEWRULE = 0x20 const
Dzerrors_linux_arm64.go1580 RTM_NEWRULE = 0x20 const
Dzerrors_linux_386.go1589 RTM_NEWRULE = 0x20 const
Dzerrors_linux_mips.go1590 RTM_NEWRULE = 0x20 const

12