Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dneigh.c118 nl_flags |= NTF_STICKY; in lle_flags_to_nl_flags()
395 const uint16_t supported_flags = NTF_PROXY | NTF_STICKY; in rtnl_handle_newneigh()
421 if (attrs.ndm_flags & NTF_STICKY) in rtnl_handle_newneigh()
428 if (attrs.ndm_flags & NTF_STICKY) in rtnl_handle_newneigh()
H A Dneigh.h85 #define NTF_STICKY 0x0040 /* permanent entry */ macro
/freebsd/usr.sbin/arp/
H A Darp_netlink.c407 nl_flags |= NTF_STICKY; in set_nl()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c494 uint8_t nl_flags = NTF_STICKY; in set_nl()