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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmilter.c45 static char *milter_command __P((int, void *, ssize_t, int,
2196 milter_command(cmd, data, sz, stage, e, state, where, cmd_error) function
2212 sm_dprintf("milter_command: cmd %c len %ld\n",
3983 response = milter_command(SMFIC_CONNECT, buf, s, SMFIM_CONNECT,
4073 response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
4162 response = milter_command(SMFIC_MAIL, buf, s, SMFIM_ENVFROM,
4243 response = milter_command(SMFIC_RCPT, buf, s, SMFIM_ENVRCPT,
4269 return milter_command(SMFIC_DATA, NULL, 0, SMFIM_DATA,
4746 return milter_command(SMFIC_UNKNOWN, smtpcmd, strlen(smtpcmd) + 1,

Completed in 44 milliseconds