Searched refs:RTN_MULTICAST (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/ip/
H A Drtm_map.c38 case RTN_MULTICAST:
74 res = RTN_MULTICAST;
H A Dipmroute.c80 if (r->rtm_type != RTN_MULTICAST) {
H A Diproute.c638 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
681 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
1207 req.r.rtm_type == RTN_MULTICAST ||
/external/libnl/lib/route/
H A Drtnl.c61 __ADD(RTN_MULTICAST,multicast)
/external/libnl/include/linux/
H A Drtnetlink.h177 RTN_MULTICAST, /* Multicast route */ enumerator in enum:__anon10534
/external/iproute2/include/linux/
H A Drtnetlink.h206 RTN_MULTICAST, /* Multicast route */ enumerator in enum:__anon7186
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h206 RTN_MULTICAST, /* Multicast route */ enumerator in enum:__anon8240
/external/toybox/toys/pending/
H A Dip.c94 {"multicast", RTN_MULTICAST}, {"blackhole", RTN_BLACKHOLE},
2006 else if (req.msg.rtm_type == RTN_BROADCAST||req.msg.rtm_type == RTN_MULTICAST

Completed in 152 milliseconds