HomeSort by relevance Sort by last modified time
    Searched refs:dl_list_for_each_reverse (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/utils/
list.h 87 #define dl_list_for_each_reverse(item, list, type, member) \ macro
edit.c 303 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) {
318 dl_list_for_each_reverse(h, &history_list, struct edit_history, list)
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 529 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) {
542 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) {

Completed in 128 milliseconds