Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dneigh.h92 #define NUD_REACHABLE 0x02 /* reachable & recently resolved */ macro
H A Dneigh.c83 return (NUD_REACHABLE); in lle_state_to_nl_state()
93 return (NUD_REACHABLE); in lle_state_to_nl_state()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c272 case NUD_REACHABLE: in print_entry()
/freebsd/sbin/route/
H A Droute_netlink.c703 #define NUD_REACHABLE 0x02 /* reachable & recently resolved */ macro