Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dsmtp.h65 struct smtp_mail { struct
87 void smtp_sendmail(struct smtp_client *, struct smtp_mail *); argument
95 void smtp_done(void *, struct smtp_client *, struct smtp_mail *);
Dsmtpc.c43 static struct smtp_mail mail;
506 smtp_done(void *tag, struct smtp_client *proto, struct smtp_mail *mail) in smtp_done()
Dsmtp_client.c90 struct smtp_mail *mail;
202 smtp_sendmail(struct smtp_client *proto, struct smtp_mail *mail) in smtp_sendmail()