Home | History | Annotate | Download | only in openssh

Lines Matching refs:FD_SET

1401 	fd_set *rset, *wset;
1489 rset = (fd_set *)xmalloc(set_size);
1490 wset = (fd_set *)xmalloc(set_size);
1503 FD_SET(in, rset);
1507 FD_SET(out, wset);