Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
63 *state = NUD_NOARP; in nud_state_a2n()
366 filter.state = ~(NUD_PERMANENT|NUD_NOARP); in do_show_or_flush()
368 filter.state = 0xFF & ~NUD_NOARP; in do_show_or_flush()
398 state &= ~NUD_NOARP; in do_show_or_flush()
/external/libnl/include/linux-private/linux/
Dneighbour.h48 #define NUD_NOARP 0x40 macro
/external/iproute2/include/linux/
Dneighbour.h57 #define NUD_NOARP 0x40 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h57 #define NUD_NOARP 0x40 macro
/external/iproute2/bridge/
Dfdb.c49 if (s & NUD_NOARP) in state_n2a()
259 req.ndm.ndm_state = NUD_NOARP; in fdb_modify()
/external/libnl/lib/route/
Dneigh.c737 __ADD(NUD_NOARP, norarp)
/external/iproute2/misc/
Darpd.c331 !(ndm->ndm_state&~NUD_NOARP)) in do_one_request()