Home
last modified time | relevance | path

Searched refs:ctx_sd (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c72 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
215 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
278 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
396 return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_ADDRCPT, rcpt, len);
425 return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_DELRCPT, rcpt, len);
463 if ((r = mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_REPLBODY,
504 r = mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_QUARANTINE, buf, len);
861 return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_PROGRESS, NULL, 0);
H A Dworker.c370 ctx->ctx_sd,
445 pfd[nfd].fd = ctx->ctx_sd;
533 ctx->ctx_sd , WAIT_FD(i)));
535 if (ctx->ctx_sd == pfd[i].fd)
H A Dengine.c264 sd = ctx->ctx_sd;
803 if (ValidSocket(ctx->ctx_sd))
805 (void) closesocket(ctx->ctx_sd);
806 ctx->ctx_sd = INVALID_SOCKET;
1604 sd = g->a_ctx->ctx_sd;
H A Dlibmilter.h73 socket_t ctx_sd; /* socket descriptor */ member
H A Dlistener.c913 ctx->ctx_sd = connfd;