HomeSort by relevance Sort by last modified time
    Searched refs:roaming_atomicio (Results 1 - 4 of 4) sorted by null

  /external/openssh/
roaming.h 36 size_t roaming_atomicio(ssize_t (*)(int, void *, size_t), int, void *, size_t);
roaming_common.c 183 roaming_atomicio(ssize_t(*f)(int, void*, size_t), int fd, void *buf, function
sshconnect.c 475 len = roaming_atomicio(read, connection_in, &buf[i], 1);
560 if (roaming_atomicio(vwrite, connection_out, buf, strlen(buf))
    [all...]
sshd.c 426 if (roaming_atomicio(vwrite, sock_out, server_version_string,
436 if (roaming_atomicio(read, sock_in, &buf[i], 1) != 1) {
    [all...]

Completed in 62 milliseconds