Home
last modified time | relevance | path

Searched defs:LIST_HEAD (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sbin/isakmpd/
H A Dsa.c83 static LIST_HEAD(sa_list, sa) *sa_tab; in LIST_HEAD() function
H A Dconf.c86 LIST_HEAD(conf_bindings, conf_binding) conf_bindings[256]; in LIST_HEAD() function
H A Dexchange.c81 LIST_HEAD(exchange_list, exchange) *exchange_tab; in LIST_HEAD() function
/openbsd-src/sys/sys/
H A Dqueue.h167 #define LIST_HEAD(name, type) \ macro