Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dpacket.h39 void packet_set_fds(int fd, int restore);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c1115 packet_set_fds(inetd == 1 ? -1 : newsock, 0); in altprivsep_start_and_do_monitor()
1117 packet_set_fds(0, 1); in altprivsep_start_and_do_monitor()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1820 packet_set_fds(int fd, int restore) in packet_set_fds() function