Home
last modified time | relevance | path

Searched refs:RTF_ANNOUNCE (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Dif_ether.h142 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */ macro
H A Din_arp.c948 if (rt->rt_flags & RTF_ANNOUNCE) { in arp_rtrequest()
/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.h63 #ifndef RTF_ANNOUNCE
64 #define RTF_ANNOUNCE RTF_PROTO2 macro
H A Dnd6.c3004 } else if (rt->rt_flags & RTF_ANNOUNCE) { in nd6_rtrequest()
3040 if ((rt->rt_flags & RTF_ANNOUNCE) && in nd6_rtrequest()
H A Dnd6_nbr.c407 if ((rt->rt_flags & RTF_ANNOUNCE) != 0 && in nd6_ns_input()