Lines Matching refs:next
177 group = group->next;
227 struct igmp_group *next;
231 next = group->next;
236 igmp_group_list = next;
240 prev->next = next;
255 /* move to "next" */
256 group = next;
277 group = group->next;
298 group = group->next;
336 group->next = igmp_group_list;
361 igmp_group_list = group->next;
365 for (tmpGroup = igmp_group_list; tmpGroup != NULL; tmpGroup = tmpGroup->next) {
366 if (tmpGroup->next == group) {
367 tmpGroup->next = group->next;
455 groupref = groupref->next;
570 /* proceed to next network interface */
571 netif = netif->next;
643 /* proceed to next network interface */
644 netif = netif->next;
666 group = group->next;
731 * @param p the packet to send (p->payload points to the data, e.g. next