Home | History | Annotate | Download | only in openssh

Lines Matching refs:connection_in

441 	int connection_in = packet_get_connection_in();
450 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask);
460 FD_SET(connection_in, fdset);
461 rc = select(connection_in + 1, fdset, NULL,
475 len = roaming_atomicio(read, connection_in, &buf[i], 1);