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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_ether.h141 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */ macro
H A Din_arp.c250 if (rt->rt_flags & RTF_ANNOUNCE)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h38 #ifndef RTF_ANNOUNCE
39 #define RTF_ANNOUNCE RTF_PROTO2 macro
H A Dnd6.c1251 * In IPv4 code, we try to annonuce new RTF_ANNOUNCE entry here.
1270 if (rt->rt_flags & RTF_ANNOUNCE)
1362 } else if (rt->rt_flags & RTF_ANNOUNCE) {
1392 if ((rt->rt_flags & RTF_ANNOUNCE) != 0 &&
H A Dnd6_nbr.c220 if (rt && (rt->rt_flags & RTF_ANNOUNCE) != 0 &&

Completed in 39 milliseconds