HomeSort by: relevance | last modified time | path
    Searched refs:group_lentry (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/fst/
fst_group.h 23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry)
39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry);
fst_iface.h 25 struct dl_list group_lentry; member in struct:fst_iface
fst_group.c 474 list = &f->group_lentry;
476 dl_list_add(list, &i->group_lentry);
482 dl_list_del(&i->group_lentry);
fst_session.c 1326 s->data.old_iface = dl_list_entry(s->data.new_iface->group_lentry.next,
1327 struct fst_iface, group_lentry);

Completed in 18 milliseconds