Home
last modified time | relevance | path

Searched refs:NUD_NOARP (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
62 *state = NUD_NOARP; in nud_state_a2n()
330 filter.state = ~(NUD_PERMANENT|NUD_NOARP); in do_show_or_flush()
332 filter.state = 0xFF & ~NUD_NOARP; in do_show_or_flush()
354 state &= ~NUD_NOARP; in do_show_or_flush()
/external/iproute2/include/linux/
Dneighbour.h50 #define NUD_NOARP 0x40 macro
/external/kernel-headers/original/linux/
Dneighbour.h50 #define NUD_NOARP 0x40 macro
/external/iproute2/misc/
Darpd.c328 !(ndm->ndm_state&~NUD_NOARP)) in do_one_request()