Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Digmp.c419 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)) {
/third_party/lwip/src/include/lwip/prot/
Digmp.h60 #define IGMP_V2_MEMB_REPORT 0x16 /* Ver. 2 membership report */ macro