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

  /external/wpa_supplicant_8/src/utils/
list.h 20 #define DL_LIST_HEAD_INIT(l) { &(l), &(l) }
os_unix.c 37 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list);

Completed in 57 milliseconds