Home
last modified time | relevance | path

Searched refs:NUD_FAILED (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/linux-private/linux/
Dneighbour.h45 #define NUD_FAILED 0x20 macro
/external/iproute2/include/linux/
Dneighbour.h54 #define NUD_FAILED 0x20 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h54 #define NUD_FAILED 0x20 macro
/external/iproute2/ip/
Dipneigh.c75 *state = NUD_FAILED; in nud_state_a2n()
435 filter.state &= ~NUD_FAILED; in do_show_or_flush()
/external/libnl/lib/route/
Dneigh.c736 __ADD(NUD_FAILED, failed)
/external/iproute2/misc/
Darpd.c400 if (ndm->ndm_state&NUD_FAILED) { in do_one_request()