Searched refs:RTN_MULTICAST (Results 1 – 8 of 8) sorted by relevance
38 case RTN_MULTICAST: in rtnl_rtntype_n2a()74 res = RTN_MULTICAST; in rtnl_rtntype_a2n()
80 if (r->rtm_type != RTN_MULTICAST) { in print_mroute()
638 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()681 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()1207 req.r.rtm_type == RTN_MULTICAST || in iproute_modify()
61 __ADD(RTN_MULTICAST,multicast)
177 RTN_MULTICAST, /* Multicast route */ enumerator
206 RTN_MULTICAST, /* Multicast route */ enumerator
94 {"multicast", RTN_MULTICAST}, {"blackhole", RTN_BLACKHOLE},2006 else if (req.msg.rtm_type == RTN_BROADCAST||req.msg.rtm_type == RTN_MULTICAST in route_update()