Searched refs:smtp_check_ehlo (Results 1 – 1 of 1) sorted by relevance
209 static int smtp_check_ehlo(struct smtp_session *, const char *);272 …{ CMD_EHLO, FILTER_EHLO, "EHLO", smtp_check_ehlo, smtp_proce…1292 if (!smtp_check_ehlo(s, args)) in smtp_command()1425 smtp_check_ehlo(struct smtp_session *s, const char *args) in smtp_check_ehlo() function