Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c1462 mux_client_read(int fd, struct sshbuf *b, size_t need, int timeout_ms) in mux_client_read() function
1567 if (mux_client_read(fd, queue, 4, timeout_ms) != 0) { in mux_client_read_packet_timeout()
1576 if (mux_client_read(fd, queue, need, timeout_ms) != 0) { in mux_client_read_packet_timeout()