Home | History | Annotate | Download | only in openssh

Lines Matching refs:tvp

1143 	struct timeval *tvp = NULL;
1359 prepare_select(&readsetp, &writesetp, &max_fd, &nalloc, &tvp);
1360 result = select(max_fd + 1, readsetp, writesetp, NULL, tvp);