Searched defs:dl_list_empty (Results 1 - 3 of 3) sorted by path

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \
/external/wpa_supplicant_8/src/utils/
H A Dlist.h49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \

Completed in 198 milliseconds