Searched refs:send_remote_command (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dma/ |
H A D | net.c | 78 send_remote_command(int fd, const char* fmt, ...) in send_remote_command() function 289 send_remote_command(fd, "AUTH LOGIN"); in smtp_login() 304 send_remote_command(fd, "%s", temp); in smtp_login() 317 send_remote_command(fd, "%s", temp); in smtp_login() 393 send_remote_command(fd, "EHLO %s", hostname()); in perform_server_greeting() 571 send_remote_command(fd, "MAIL FROM:<%s>", it->sender); in deliver_to_host() 582 send_remote_command(fd, "RCPT TO:<%s>", to_addr); in deliver_to_host() 587 send_remote_command(fd, "DATA"); in deliver_to_host() 612 if (send_remote_command(fd, "%s", line) != (ssize_t)linelen+1) { in deliver_to_host() 619 send_remote_command(fd, "."); in deliver_to_host() [all …]
|
H A D | crypto.c | 151 send_remote_command(fd, "STARTTLS"); in smtp_init_crypto() 309 send_remote_command(fd, "AUTH CRAM-MD5"); in smtp_auth_md5() 341 send_remote_command(fd, "%s", temp); in smtp_auth_md5()
|
H A D | dma.h | 209 ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__pr…
|