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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c74 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
217 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
280 r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
398 return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_ADDRCPT, rcpt, len);
427 return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_DELRCPT, rcpt, len);
465 if ((r = mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_REPLBODY,
506 r = mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_QUARANTINE, buf, len);
863 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 Dlibmilter.h73 socket_t ctx_sd; /* socket descriptor */ member in struct:smfi_str
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 Dlistener.c913 ctx->ctx_sd = connfd;

Completed in 66 milliseconds