Searched refs:DL_LIST_HEAD_INIT (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/wpa/dist/src/utils/ | ||
| D | list.h | 20 #define DL_LIST_HEAD_INIT(l) { &(l), &(l) } macro |
| D | os_unix.c | 35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); |