Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/prot/
H A Digmp.h61 #define IGMP_LEAVE_GROUP 0x17 /* Leave-group message */ macro
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Digmp.c612 igmp_send(netif, group, IGMP_LEAVE_GROUP); in igmp_leavegroup_netif()
779 if (type == IGMP_LEAVE_GROUP) { in igmp_send()
785 if ((type == IGMP_V2_MEMB_REPORT) || (type == IGMP_LEAVE_GROUP)) { in igmp_send()