Searched refs:smtp_command (Results 1 – 1 of 1) sorted by relevance
74 enum smtp_command { enum143 enum smtp_command last_cmd;179 static void smtp_command(struct smtp_session *, char *);1181 smtp_command(s, line); in smtp_io()1230 smtp_command(struct smtp_session *s, char *line) in smtp_command() function