Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dmilter.c45 static char *milter_command __P((int, void *, ssize_t, int,
2198 milter_command(cmd, data, sz, stage, e, state, where, cmd_error) in milter_command() function
3968 response = milter_command(SMFIC_CONNECT, buf, s, SMFIM_CONNECT,
4058 response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
4147 response = milter_command(SMFIC_MAIL, buf, s, SMFIM_ENVFROM,
4228 response = milter_command(SMFIC_RCPT, buf, s, SMFIM_ENVRCPT,
4254 return milter_command(SMFIC_DATA, NULL, 0, SMFIM_DATA,
4732 return milter_command(SMFIC_UNKNOWN, smtpcmd, strlen(smtpcmd) + 1,