Searched refs:IGMP_V2_MEMB_REPORT (Results 1 – 2 of 2) sorted by relevance
419 case IGMP_V2_MEMB_REPORT: in igmp_input()524 igmp_send(netif, group, IGMP_V2_MEMB_REPORT);717 igmp_send(netif, group, IGMP_V2_MEMB_REPORT);811 if (type == IGMP_V2_MEMB_REPORT) {822 if ((type == IGMP_V2_MEMB_REPORT) || (type == IGMP_LEAVE_GROUP)) {
60 #define IGMP_V2_MEMB_REPORT 0x16 /* Ver. 2 membership report */ macro