Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Digmp.c298 struct igmp_group *tmp_group; in igmp_remove_group() local
301 for (tmp_group = netif_igmp_data(netif); tmp_group != NULL; tmp_group = tmp_group->next) { in igmp_remove_group()
302 if (tmp_group->next == group) { in igmp_remove_group()
303 tmp_group->next = group->next; in igmp_remove_group()
308 if (tmp_group == NULL) { in igmp_remove_group()