UNLINK
case UNLINK:
UNLINK(ctx->wtran, tran, wlink);
UNLINK(ctx->tran, tran, link);
UNLINK(ctx->sess, sess, link);
UNLINK(ctx->accepts, acc, link);
UNLINK(ctx->accepts, HEAD(ctx->accepts), link);
UNLINK(nsrr->addrs, arr, link);
UNLINK(*nsrrsp, nsrr, link);
UNLINK(zgrps, zptr, z_link);
#define DEQUEUE(list, elt, link) UNLINK(list, elt, link)