Searched refs:ipmd_next (Results 1 – 2 of 2) sorted by relevance
138 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }624 for (d = a->ac_doing; d != NULL; d = d->ipmd_next)639 a->ac_doing = d->ipmd_next;741 for (d = a->ac_doing; d != NULL; d = d->ipmd_next) {828 for (d1 = a->ac_doing; d1 != NULL; d1 = d1->ipmd_next) {
45 struct ipmon_doing_s *ipmd_next; member