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

1 2

  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 91 public static final short RTM_NEWNDUSEROPT = 68;
115 case RTM_NEWNDUSEROPT: return "RTM_NEWNDUSEROPT";
  /external/strace/xlat/
nl_route_types.h 107 #if !(defined(RTM_NEWNDUSEROPT) || (defined(HAVE_DECL_RTM_NEWNDUSEROPT) && HAVE_DECL_RTM_NEWNDUSEROPT))
108 # define RTM_NEWNDUSEROPT 68
210 XLAT(RTM_NEWNDUSEROPT),
  /external/libnl/include/linux-private/linux/
rtnetlink.h 108 RTM_NEWNDUSEROPT = 68,
109 #define RTM_NEWNDUSEROPT RTM_NEWNDUSEROPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 108 RTM_NEWNDUSEROPT = 68,
109 #define RTM_NEWNDUSEROPT RTM_NEWNDUSEROPT
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 100 RTM_NEWNDUSEROPT = 68,
101 #define RTM_NEWNDUSEROPT RTM_NEWNDUSEROPT
  /external/iproute2/include/uapi/linux/
rtnetlink.h 109 RTM_NEWNDUSEROPT = 68,
110 #define RTM_NEWNDUSEROPT RTM_NEWNDUSEROPT
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 109 RTM_NEWNDUSEROPT = 68,
110 #define RTM_NEWNDUSEROPT RTM_NEWNDUSEROPT
  /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...]
zerrors_linux_mips64le.go     [all...]

Completed in 900 milliseconds

1 2