Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dneigh.h95 #define NUD_PROBE 0x10 /* has lladdr, is stale, probes sent */ macro
H A Dneigh.c86 return (NUD_PROBE); in lle_state_to_nl_state()
100 return (NUD_PROBE); in lle_state_to_nl_state()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c281 case NUD_PROBE: in print_entry()
/freebsd/sbin/route/
H A Droute_netlink.c646 #define NUD_PROBE 0x10 /* has lladdr, is stale, probes sent */ macro