RTF_ANNOUNCE
flags |= RTF_ANNOUNCE;
{ RTF_ANNOUNCE, 'p' },
static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST |
rtm->rtm_flags |= RTF_ANNOUNCE;
if ((rtm_flags & RTF_ANNOUNCE))
if (rt->rt_flags & RTF_ANNOUNCE) {
} else if (rt->rt_flags & RTF_ANNOUNCE) {
if ((rt->rt_flags & RTF_ANNOUNCE) != 0 &&
if (rt->rt_flags & RTF_ANNOUNCE)
if (rt && (rt->rt_flags & RTF_ANNOUNCE) != 0 &&
flags |= RTF_ANNOUNCE;
flags |= RTF_ANNOUNCE;
if (rtm->rtm_flags & RTF_ANNOUNCE)
if (rtm->rtm_flags & RTF_ANNOUNCE) {