Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dma/
H A Dnet.c77 send_remote_command(int fd, const char* fmt, ...) in send_remote_command() function
270 send_remote_command(fd, "AUTH LOGIN"); in smtp_login()
285 send_remote_command(fd, "%s", temp); in smtp_login()
298 send_remote_command(fd, "%s", temp); in smtp_login()
407 send_remote_command(fd, "EHLO %s", hostname()); in deliver_to_host()
442 send_remote_command(fd, "MAIL FROM:<%s>", it->sender); in deliver_to_host()
446 send_remote_command(fd, "RCPT TO:<%s>", it->addr); in deliver_to_host()
449 send_remote_command(fd, "DATA"); in deliver_to_host()
474 if (send_remote_command(fd, "%s", line) != (ssize_t)linelen+1) { in deliver_to_host()
481 send_remote_command(fd, "."); in deliver_to_host()
[all …]
H A Dcrypto.c127 send_remote_command(fd, "EHLO %s", hostname()); in smtp_init_crypto()
129 send_remote_command(fd, "STARTTLS"); in smtp_init_crypto()
277 send_remote_command(fd, "AUTH CRAM-MD5"); in smtp_auth_md5()
309 send_remote_command(fd, "%s", temp); in smtp_auth_md5()
H A Ddma.h198 ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__pr…