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

1 2 3 4 5

  /kernel/tests/net/test/
iproute.py 144 NdMsg = cstruct.Struct(
145 "NdMsg", "=BxxxiHBB",
385 "NEIGH": NdMsg,
498 ndmsg = NdMsg((self._AddressFamily(version), 0, 0, 0, 0))
499 return [(m, r) for (m, r) in self._Dump(RTM_GETROUTE, ndmsg, NdMsg, "")
513 ndmsg = NdMsg((family, dev, state, 0, RTN_UNICAST)).Pack()
514 ndmsg += self._NlAttrIPAddress(NDA_DST, family, addr
    [all...]
  /bionic/libc/kernel/uapi/linux/
neighbour.h 23 struct ndmsg { struct
  /development/ndk/platforms/android-21/include/linux/
neighbour.h 24 struct ndmsg { struct
  /external/iproute2/include/linux/
neighbour.h 7 struct ndmsg { struct
  /external/kernel-headers/original/uapi/linux/
neighbour.h 7 struct ndmsg { struct
  /external/libnl/include/linux-private/linux/
neighbour.h 7 struct ndmsg { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
neighbour.h 7 struct ndmsg struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 7 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
neighbour.h 24 struct ndmsg { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
neighbour.h 24 struct ndmsg { struct

Completed in 148 milliseconds

1 2 3 4 5