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

  /external/strace/xlat/
neighbor_cache_entry_states.h 29 #if defined(NUD_NOARP) || (defined(HAVE_DECL_NUD_NOARP) && HAVE_DECL_NUD_NOARP)
30 XLAT(NUD_NOARP),
  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 43 public static final short NUD_NOARP = 0x40;
55 case NUD_NOARP: return "NUD_NOARP";
63 return ((nudState & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)) != 0);
  /bionic/libc/kernel/uapi/linux/
neighbour.h 61 #define NUD_NOARP 0x40
  /external/iproute2/include/uapi/linux/
neighbour.h 60 #define NUD_NOARP 0x40
64 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
  /external/kernel-headers/original/uapi/linux/
neighbour.h 60 #define NUD_NOARP 0x40
64 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
  /external/libnl/include/linux-private/linux/
neighbour.h 48 #define NUD_NOARP 0x40
52 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 48 #define NUD_NOARP 0x40
52 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
  /external/iproute2/ip/
ipneigh.c 28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
65 *state = NUD_NOARP;
364 filter.state = ~(NUD_PERMANENT|NUD_NOARP);
366 filter.state = 0xFF & ~NUD_NOARP;
409 state &= ~NUD_NOARP;
  /external/iproute2/bridge/
fdb.c 54 if (s & NUD_NOARP)
72 *s = NUD_NOARP;
413 .ndm.ndm_state = NUD_NOARP,
474 req.ndm.ndm_state &= ~NUD_NOARP;
  /external/iproute2/misc/
arpd.c 325 !(ndm->ndm_state&~NUD_NOARP))
  /external/libnl/lib/route/
neigh.c 29 * NUD_NOARP
737 __ADD(NUD_NOARP, norarp)

Completed in 165 milliseconds