Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dsmtp_session.c74 enum smtp_command { enum
143 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