HomeSort by relevance Sort by last modified time
    Searched refs:RTM_NEWRULE (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 88 public static final short RTM_NEWRULE = 32;
112 case RTM_NEWRULE: return "RTM_NEWRULE";
  /external/strace/xlat/
nl_route_types.h 41 #if !(defined(RTM_NEWRULE) || (defined(HAVE_DECL_RTM_NEWRULE) && HAVE_DECL_RTM_NEWRULE))
42 # define RTM_NEWRULE 32
179 XLAT(RTM_NEWRULE),
  /system/netd/server/
RouteController.cpp 302 uint16_t flags = (action == RTM_NEWRULE) ? NETLINK_RULE_CREATE_FLAGS : NETLINK_REQUEST_FLAGS;
462 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_VPN_OUTPUT_TO_LOCAL,
491 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority, table, fwmark.intValue,
513 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority, table, fwmark.intValue,
539 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_EXPLICIT_NETWORK, table,
560 if (int ret = modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_VPN_OVERRIDE_OIF,
567 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_OUTPUT_INTERFACE, table,
589 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_IMPLICIT_NETWORK, table,
632 if (int ret = modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LEGACY_SYSTEM, ROUTE_TABLE_LEGACY_SYSTEM,
636 if (int ret = modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LEGACY_NETWORK
    [all...]
  /external/libnl/include/linux-private/linux/
rtnetlink.h 57 RTM_NEWRULE = 32,
58 #define RTM_NEWRULE RTM_NEWRULE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 57 RTM_NEWRULE = 32,
58 #define RTM_NEWRULE RTM_NEWRULE
  /external/strace/
netlink_route.c 72 [RTM_NEWRULE - RTM_BASE] = decode_fib_rule_hdr,
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 58 RTM_NEWRULE = 32,
59 #define RTM_NEWRULE RTM_NEWRULE
  /external/iproute2/include/uapi/linux/
rtnetlink.h 58 RTM_NEWRULE = 32,
59 #define RTM_NEWRULE RTM_NEWRULE
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 58 RTM_NEWRULE = 32,
59 #define RTM_NEWRULE RTM_NEWRULE
  /external/iproute2/ip/
iprule.c 183 if (n->nlmsg_type != RTM_NEWRULE && n->nlmsg_type != RTM_DELRULE)
593 if (cmd == RTM_NEWRULE) {
766 if (!table_ok && cmd == RTM_NEWRULE)
788 return iprule_modify(RTM_NEWRULE, argc-1, argv+1);
ipmonitor.c 120 if (n->nlmsg_type == RTM_NEWRULE || n->nlmsg_type == RTM_DELRULE) {
  /external/libnl/lib/route/
rule.c 443 return build_rule_msg(tmpl, RTM_NEWRULE, NLM_F_CREATE | flags,
736 { RTM_NEWRULE, NL_ACT_NEW, "new" },
  /kernel/tests/net/test/
iproute.py 47 RTM_NEWRULE = 32
254 RTM_NEWRULE command) are decoded to Python integers, strings, etc. Values
262 is an integer, but for a RTM_NEWRULE command, attribute type 3 is the
391 command = RTM_NEWRULE if is_add else RTM_DELRULE
  /external/toybox/toys/pending/
ip.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]

Completed in 426 milliseconds

1 2