/external/strace/xlat/ |
D | nl_route_types.h | 97 #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),
|
D | nl_route_types.in | 18 RTM_NEWRULE 32
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 57 RTM_NEWRULE = 32, enumerator 58 #define RTM_NEWRULE RTM_NEWRULE macro
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 58 RTM_NEWRULE = 32, enumerator 59 #define RTM_NEWRULE RTM_NEWRULE macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 58 RTM_NEWRULE = 32, enumerator 59 #define RTM_NEWRULE RTM_NEWRULE macro
|
/external/iproute2/ip/ |
D | iprule.c | 183 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()
|
D | ipmonitor.c | 120 if (n->nlmsg_type == RTM_NEWRULE || n->nlmsg_type == RTM_DELRULE) { in accept_msg()
|
/external/strace/ |
D | netlink_route.c | 72 [RTM_NEWRULE - RTM_BASE] = decode_fib_rule_hdr,
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_ppc64le.const | 343 RTM_NEWRULE = 32
|
D | socket_netlink_route_386.const | 343 RTM_NEWRULE = 32
|
D | socket_netlink_route_arm64.const | 343 RTM_NEWRULE = 32
|
D | socket_netlink_route_amd64.const | 343 RTM_NEWRULE = 32
|
D | socket_netlink_route_arm.const | 343 RTM_NEWRULE = 32
|
D | socket_netlink_route.txt | 49 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/ |
D | rule.c | 443 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/ |
D | ip.c | 2076 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/ |
D | zerrors_linux_sparc64.go | 1323 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_mips64le.go | 1590 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_ppc64.go | 1646 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_arm.go | 1596 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_mips64.go | 1590 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_ppc64le.go | 1646 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_arm64.go | 1580 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_386.go | 1589 RTM_NEWRULE = 0x20 const
|
D | zerrors_linux_mips.go | 1590 RTM_NEWRULE = 0x20 const
|