Searched refs:dl_list_first (Results 1 - 25 of 39) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h68 #define dl_list_first(list, type, member) \ macro
H A Deloop_none.c326 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
345 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
H A Dedit.c230 dl_list_first(&history_list, struct edit_history, list)) {
254 dl_list_first(&history_list, struct edit_history, list)) {
1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) {
H A Deloop_win.c480 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
521 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
H A Deloop.c731 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
773 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
/external/wpa_supplicant_8/src/utils/
H A Dlist.h68 #define dl_list_first(list, type, member) \ macro
H A Deloop_none.c326 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
345 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
H A Dedit.c230 dl_list_first(&history_list, struct edit_history, list)) {
254 dl_list_first(&history_list, struct edit_history, list)) {
1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) {
H A Deloop_win.c480 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
521 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
H A Deloop.c731 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
773 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h68 #define dl_list_first(list, type, member) \ macro
H A Deloop_none.c326 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
345 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
H A Dedit.c230 dl_list_first(&history_list, struct edit_history, list)) {
254 dl_list_first(&history_list, struct edit_history, list)) {
1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) {
H A Deloop_win.c480 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
521 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
H A Deloop.c731 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
773 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c189 iface = dl_list_first(&sm->interfaces,
320 iface = dl_list_first(&sm->interfaces,
422 iface = dl_list_first(&sm->interfaces,
476 iface = dl_list_first(&sm->interfaces,
1205 sa = dl_list_first(&s->addr_list, struct subscr_addr,
H A Dwps_upnp_event.c89 e = dl_list_first(&s->event_queue, struct wps_event_, list);
H A Dwps_upnp_ssdp.c135 iface = dl_list_first(&sm->interfaces,
586 iface = dl_list_first(
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c189 iface = dl_list_first(&sm->interfaces,
320 iface = dl_list_first(&sm->interfaces,
422 iface = dl_list_first(&sm->interfaces,
476 iface = dl_list_first(&sm->interfaces,
1205 sa = dl_list_first(&s->addr_list, struct subscr_addr,
H A Dwps_upnp_event.c89 e = dl_list_first(&s->event_queue, struct wps_event_, list);
H A Dwps_upnp_ssdp.c135 iface = dl_list_first(&sm->interfaces,
586 iface = dl_list_first(
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c189 iface = dl_list_first(&sm->interfaces,
320 iface = dl_list_first(&sm->interfaces,
422 iface = dl_list_first(&sm->interfaces,
476 iface = dl_list_first(&sm->interfaces,
1205 sa = dl_list_first(&s->addr_list, struct subscr_addr,
H A Dwps_upnp_event.c89 e = dl_list_first(&s->event_queue, struct wps_event_, list);
H A Dwps_upnp_ssdp.c135 iface = dl_list_first(&sm->interfaces,
586 iface = dl_list_first(
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c759 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
1221 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
1841 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
1877 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
1902 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
1988 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);
2122 bss = dl_list_first(&drv->bss, struct test_driver_bss, list);

Completed in 2489 milliseconds

12