OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ISC_LIST
usr.bin/dig/lib/isc/include/isc/list.h
23
#define ISC_LIST(type) struct { type *head, *tail; }
usr.bin/dig/lib/isc/result.c
105
static ISC_LIST(resulttable) tables;