Home
last modified time | relevance | path

Searched refs:IGMPV3_HOST_MEMBERSHIP_REPORT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Digmp.h90 #define IGMPV3_HOST_MEMBERSHIP_REPORT 0x22 /* V3 version of 0x12 */ macro
/linux-4.1.27/net/ipv4/
Digmp.c382 pig->type = IGMPV3_HOST_MEMBERSHIP_REPORT; in igmpv3_newpack()
679 if (type == IGMPV3_HOST_MEMBERSHIP_REPORT) in igmp_send_report()
784 igmp_send_report(in_dev, im, IGMPV3_HOST_MEMBERSHIP_REPORT); in igmp_timer_expire()
1012 case IGMPV3_HOST_MEMBERSHIP_REPORT: in igmp_rcv()
1365 type = IGMPV3_HOST_MEMBERSHIP_REPORT; in ip_mc_rejoin_groups()
/linux-4.1.27/net/bridge/
Dbr_multicast.c1634 case IGMPV3_HOST_MEMBERSHIP_REPORT: in br_multicast_ipv4_rcv()