Searched refs:roaming_atomicio (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | roaming.h | 37 size_t roaming_atomicio(ssize_t (*)(int, void *, size_t), int, void *, size_t);
|
D | roaming_common.c | 183 roaming_atomicio(ssize_t(*f)(int, void*, size_t), int fd, void *buf, in roaming_atomicio() function
|
D | sshconnect.c | 532 if (roaming_atomicio(vwrite, connection_out, client_version_string, in send_client_banner() 592 len = roaming_atomicio(read, connection_in, &buf[i], 1); in ssh_exchange_identification()
|
D | sshd.c | 440 if (roaming_atomicio(vwrite, sock_out, server_version_string, in sshd_exchange_identification() 450 if (roaming_atomicio(read, sock_in, &buf[i], 1) != 1) { in sshd_exchange_identification()
|