Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dmld6.c272 case ICMP6_TYPE_MLR: /* Multicast listener report. */ in mld6_input()
382 mld6_send(netif, group, ICMP6_TYPE_MLR); in mld6_joingroup_netif()
510 mld6_send(netif, group, ICMP6_TYPE_MLR); in mld6_tmr()
614 if (type == ICMP6_TYPE_MLR) { in mld6_send()
H A Dicmp6.c130 case ICMP6_TYPE_MLR: in icmp6_input()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/prot/
H A Dicmp6.h70 ICMP6_TYPE_MLR = 131, enumerator