Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dsmtp.h80 struct smtp_client;
83 struct smtp_client *smtp_connect(const struct smtp_params *, void *);
84 void smtp_cert_verified(struct smtp_client *, int);
85 void smtp_set_tls(struct smtp_client *, void *);
86 void smtp_quit(struct smtp_client *);
87 void smtp_sendmail(struct smtp_client *, struct smtp_mail *);
90 void smtp_require_tls(void *, struct smtp_client *);
91 void smtp_ready(void *, struct smtp_client *);
92 void smtp_failed(void *, struct smtp_client *, int, const char *);
93 void smtp_closed(void *, struct smtp_client *);
[all …]
H A Dsmtp_client.c77 struct smtp_client { struct
100 static void smtp_client_free(struct smtp_client *); argument
135 struct smtp_client *
138 struct smtp_client *proto; in smtp_connect()
187 smtp_set_tls(struct smtp_client *proto, void *ctx) in smtp_set_tls()
193 smtp_quit(struct smtp_client *proto) in smtp_quit()
212 smtp_client_free(struct smtp_client *proto) in smtp_client_free()
610 struct smtp_client *proto = arg; in smtp_client_io()
669 smtp_client_readline(struct smtp_client *proto) in smtp_client_readline()
829 smtp_client_sendbody(struct smtp_client *proto) in smtp_client_sendbody()
[all …]
H A Dsmtpc.c450 smtp_require_tls(void *tag, struct smtp_client *proto) in smtp_require_tls()
465 smtp_ready(void *tag, struct smtp_client *proto) in smtp_ready()
476 smtp_failed(void *tag, struct smtp_client *proto, int failure, const char *detail) in smtp_failed()
500 smtp_status(void *tag, struct smtp_client *proto, struct smtp_status *status) in smtp_status()
506 smtp_done(void *tag, struct smtp_client *proto, struct smtp_mail *mail) in smtp_done()
523 smtp_closed(void *tag, struct smtp_client *proto) in smtp_closed()
/openbsd/gnu/usr.bin/perl/cpan/libnet/t/
H A Dsmtp_ssl.t67 smtp_client($ssl);
72 sub smtp_client {
/openbsd/usr.sbin/smtpd/smtp/
H A DMakefile13 SRCS+= smtp_client.c