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 93 #define dl_list_for_each_reverse(item, list, type, member) \ macro
edit.c 295 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) {
310 dl_list_for_each_reverse(h, &history_list, struct edit_history, list)
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 480 dl_list_for_each_reverse(bss, &wpa_s->bss, struct wpa_bss, list) {

Completed in 663 milliseconds