HomeSort by relevance Sort by last modified time
    Searched refs:ndm_updated (Results 1 - 13 of 13) sorted by null

  /frameworks/base/services/net/java/android/net/netlink/
StructNdaCacheInfo.java 49 struct.ndm_updated = byteBuffer.getInt();
71 * ndm_updated = jiffies_to_clock_t(now - neigh->updated);
87 * ndm_updated: the time when the current NUD state was entered
91 public int ndm_updated; field in class:StructNdaCacheInfo
105 return ticksToMilliSeconds(ndm_updated);
113 + "ndm_updated{" + lastUpdated() + "}, "
  /external/strace/tests/
nlattr_ndmsg.c 102 .ndm_updated = 0xcdbadeda,
111 PRINT_FIELD_U(", ", ci, ndm_updated);
  /external/strace/tests-m32/
nlattr_ndmsg.c 102 .ndm_updated = 0xcdbadeda,
111 PRINT_FIELD_U(", ", ci, ndm_updated);
  /external/strace/tests-mx32/
nlattr_ndmsg.c 102 .ndm_updated = 0xcdbadeda,
111 PRINT_FIELD_U(", ", ci, ndm_updated);
  /bionic/libc/kernel/uapi/linux/
neighbour.h 67 __u32 ndm_updated; member in struct:nda_cacheinfo
  /external/iproute2/include/uapi/linux/
neighbour.h 72 __u32 ndm_updated; member in struct:nda_cacheinfo
  /external/kernel-headers/original/uapi/linux/
neighbour.h 72 __u32 ndm_updated; member in struct:nda_cacheinfo
  /external/libnl/include/linux-private/linux/
neighbour.h 60 __u32 ndm_updated; member in struct:nda_cacheinfo
  /external/strace/
rtnl_neigh.c 71 PRINT_FIELD_U(", ", ci, ndm_updated);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 60 __u32 ndm_updated; member in struct:nda_cacheinfo
  /external/iproute2/bridge/
fdb.c 248 ci->ndm_updated/hz);
251 ci->ndm_updated/hz);
  /external/iproute2/ip/
ipneigh.c 302 ci->ndm_confirmed/hz, ci->ndm_updated/hz);
  /external/libnl/lib/route/
neigh.c 391 neigh->n_cacheinfo.nci_updated = ci->ndm_updated;

Completed in 476 milliseconds