Searched refs:NUD_PROBE (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Dneighbour.h44 #define NUD_PROBE 0x10 macro
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h51 #define NUD_PROBE 0x10 macro
/external/libnl/include/linux/
H A Dneighbour.h44 #define NUD_PROBE 0x10 macro
/external/iproute2/ip/
H A Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
72 *state = NUD_PROBE;
/external/iproute2/misc/
H A Darpd.c352 if (!(ndm->ndm_state&(NUD_PROBE|NUD_INCOMPLETE))) {
357 if (ndm->ndm_state&NUD_PROBE) {
/external/libnl/lib/route/
H A Dneigh.c27 * NUD_PROBE
663 __ADD(NUD_PROBE, probe)

Completed in 83 milliseconds