Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dneigh.h93 #define NUD_STALE 0x04 /* has lladdr but it's stale */ macro
H A Dneigh.c96 return (NUD_STALE); in lle_state_to_nl_state()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c275 case NUD_STALE: in print_entry()
/freebsd/sbin/route/
H A Droute_netlink.c644 #define NUD_STALE 0x04 /* has lladdr but it's stale */ macro