HomeSort by relevance Sort by last modified time
    Searched defs:RTM_NEWROUTE (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 82 public static final short RTM_NEWROUTE = 24;
106 case RTM_NEWROUTE: return "RTM_NEWROUTE";
  /external/strace/xlat/
nl_route_types.h 23 #if !(defined(RTM_NEWROUTE) || (defined(HAVE_DECL_RTM_NEWROUTE) && HAVE_DECL_RTM_NEWROUTE))
24 # define RTM_NEWROUTE 24
171 XLAT(RTM_NEWROUTE),
  /kernel/tests/net/test/
iproute.py 41 RTM_NEWROUTE = 24
261 RTM_NEWROUTE command, attribute type 3 is the incoming interface and
563 if command == RTM_NEWROUTE and not table:
586 self._Route(version, RTPROT_STATIC, RTM_NEWROUTE, table, dest, prefixlen,
  /external/libnl/include/linux-private/linux/
rtnetlink.h 43 RTM_NEWROUTE = 24,
44 #define RTM_NEWROUTE RTM_NEWROUTE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 43 RTM_NEWROUTE = 24,
44 #define RTM_NEWROUTE RTM_NEWROUTE
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 46 RTM_NEWROUTE = 24,
47 #define RTM_NEWROUTE RTM_NEWROUTE
  /external/iproute2/include/uapi/linux/
rtnetlink.h 44 RTM_NEWROUTE = 24,
45 #define RTM_NEWROUTE RTM_NEWROUTE
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 44 RTM_NEWROUTE = 24,
45 #define RTM_NEWROUTE RTM_NEWROUTE
  /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...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-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...]

Completed in 1568 milliseconds

1 2