Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dma/
H A Dcrypto.c128 if (read_remote(fd, 0, NULL) == 2) { in smtp_init_crypto()
130 if (read_remote(fd, 0, NULL) != 2) { in smtp_init_crypto()
278 if (read_remote(fd, sizeof(buffer), buffer) != 3) { in smtp_auth_md5()
311 if (read_remote(fd, 0, NULL) != 2) { in smtp_auth_md5()
H A Dnet.c122 read_remote(int fd, int extbufsize, char *extbuf) in read_remote() function
271 if (read_remote(fd, 0, NULL) != 3) { in smtp_login()
287 res = read_remote(fd, 0, NULL); in smtp_login()
300 res = read_remote(fd, 0, NULL); in smtp_login()
370 res = read_remote(fd, 0, NULL); \ in deliver_to_host()
485 if (read_remote(fd, 0, NULL) != 2) in deliver_to_host()
H A Ddma.h197 int read_remote(int, int, char *);