Searched refs:tmpGroup (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dmld6.c213 struct mld_group *tmpGroup; local
214 for (tmpGroup = mld_group_list; tmpGroup != NULL; tmpGroup = tmpGroup->next) {
215 if (tmpGroup->next == group) {
216 tmpGroup->next = group->next;
221 if (tmpGroup == NULL)
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Digmp.c364 struct igmp_group *tmpGroup; local
365 for (tmpGroup = igmp_group_list; tmpGroup != NULL; tmpGroup = tmpGroup->next) {
366 if (tmpGroup->next == group) {
367 tmpGroup->next = group->next;
372 if (tmpGroup == NULL)

Completed in 265 milliseconds