Searched refs:group_lentry (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/fst/
H A Dfst_group.h23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry)
39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry);
H A Dfst_iface.h25 struct dl_list group_lentry; member in struct:fst_iface
H A Dfst_group.c470 list = &f->group_lentry;
472 dl_list_add(list, &i->group_lentry);
478 dl_list_del(&i->group_lentry);
H A Dfst_session.c1328 s->data.old_iface = dl_list_entry(s->data.new_iface->group_lentry.next,
1329 struct fst_iface, group_lentry);

Completed in 109 milliseconds