Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1822 static int stored_fd; in packet_set_fds() local
1824 if (stored_fd == 0 && restore == 0) { in packet_set_fds()
1827 stored_fd = connection_in; in packet_set_fds()
1835 debug3("restoring %d to connection_in/out", stored_fd); in packet_set_fds()
1836 connection_in = connection_out = stored_fd; in packet_set_fds()