Home
last modified time | relevance | path

Searched refs:SIMPLEQ_INSERT_HEAD (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.h200 #define SIMPLEQ_INSERT_HEAD STAILQ_INSERT_HEAD macro
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h88 #undef SIMPLEQ_INSERT_HEAD
382 #define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro