Home
last modified time | relevance | path

Searched refs:NUD_PERMANENT (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/bridge/
Dfdb.c46 if (s & NUD_PERMANENT) in state_n2a()
303 req.ndm.ndm_state |= NUD_PERMANENT; in fdb_modify()
336 if (!(req.ndm.ndm_state&(NUD_PERMANENT|NUD_REACHABLE))) in fdb_modify()
337 req.ndm.ndm_state |= NUD_PERMANENT; in fdb_modify()
/external/iproute2/ip/
Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
59 *state = NUD_PERMANENT; in nud_state_a2n()
116 req.ndm.ndm_state = NUD_PERMANENT; in ipneigh_modify()
366 filter.state = ~(NUD_PERMANENT|NUD_NOARP); in do_show_or_flush()
/external/libnl/include/linux/
Dneighbour.h49 #define NUD_PERMANENT 0x80 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h58 #define NUD_PERMANENT 0x80 macro
/external/iproute2/include/linux/
Dneighbour.h58 #define NUD_PERMANENT 0x80 macro
/external/libnl/lib/route/
Dneigh.c504 .ndm_state = NUD_PERMANENT, in build_neigh_msg()
666 __ADD(NUD_PERMANENT, permanent)
/external/libnl/
DChangeLog164 o Assume neighbours to be permanent, set NUD_PERMANENT if not
/external/dhcpcd-6.8.2/
Dif-linux.c714 NUD_PERMANENT)) in link_neigh()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c8565 rtnl_neigh_set_state(rn, NUD_PERMANENT); in wpa_driver_br_add_ip_neigh()