Searched refs:accepts (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c188 * Remove `this' from the ctx->accepts list (zero or more times).
190 for (acc = HEAD(ctx->accepts), nxtacc = NULL;
196 UNLINK(ctx->accepts, acc, link);
272 APPEND(ctx->accepts, new, link);
H A Deventlib.c85 INIT_LIST(ctx->accepts);
231 if (!EMPTY(ctx->accepts)) {
234 new->u.accept.this = HEAD(ctx->accepts);
235 UNLINK(ctx->accepts, HEAD(ctx->accepts), link);
H A Deventlib_p.h221 LIST(evAccept) accepts; member in struct:__anon3880

Completed in 46 milliseconds