Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c111 #define IGMP_V2_MEMB_REPORT 0x16 /* Ver. 2 membership report */ macro
485 case IGMP_V2_MEMB_REPORT: { in igmp_input()
553 igmp_send(group, IGMP_V2_MEMB_REPORT); in igmp_joingroup()
687 igmp_send(group, IGMP_V2_MEMB_REPORT); in igmp_timeout()
790 if (type == IGMP_V2_MEMB_REPORT) { in igmp_send()
801 if ((type == IGMP_V2_MEMB_REPORT) || (type == IGMP_LEAVE_GROUP)) { in igmp_send()