Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.h70 int waitrfd(int, int *, volatile sig_atomic_t *);
H A Dssh_namespace.h1026 #define waitrfd Fssh_waitrfd macro
H A Dkex.c1297 r = waitrfd(ssh_packet_get_connection_in(ssh), in kex_exchange_identification()
H A Dmux.c1483 if (waitrfd(fd, &timeout_ms, in mux_client_read()
H A Dmisc.c388 waitrfd(int fd, int *timeoutp, volatile sig_atomic_t *stop) { in waitrfd() function