mi_wr_cmd
ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_CONTINUE, NULL, 0);
ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_REPLYCODE,
ret = mi_wr_cmd(sd, timeout_ptr, r == SMFIS_REJECT ?
ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_DISCARD, NULL, 0);
ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_ACCEPT, NULL, 0);
ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_SKIP, NULL, 0);
ret = mi_wr_cmd(sd, timeout_ptr, SMFIC_OPTNEG,
ret = mi_wr_cmd(sd, timeout_ptr, SMFIR_CONTINUE, NULL,
extern int mi_wr_cmd __P((socket_t, struct timeval *, int, char *, size_t));
r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_ADDRCPT, rcpt, len);
return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_DELRCPT, rcpt, len);
if ((r = mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_REPLBODY,
r = mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_QUARANTINE, buf, len);
r = mi_wr_cmd(ctx->ctx_sd, &timeout, cmd, buf, len);
return mi_wr_cmd(ctx->ctx_sd, &timeout, SMFIR_PROGRESS, NULL, 0);