Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dif_ether.h142 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */ macro
H A Din_arp.c934 if (rt->rt_flags & RTF_ANNOUNCE) { in arp_rtrequest()
/xnu-12377.81.4/bsd/netinet6/
H A Dnd6.h69 #ifndef RTF_ANNOUNCE
70 #define RTF_ANNOUNCE RTF_PROTO2 macro
H A Dnd6.c3023 } else if (rt->rt_flags & RTF_ANNOUNCE) { in nd6_rtrequest()
3059 if ((rt->rt_flags & RTF_ANNOUNCE) && in nd6_rtrequest()
H A Dnd6_nbr.c414 if ((rt->rt_flags & RTF_ANNOUNCE) != 0 && in nd6_ns_input()