Searched refs:selstate (Results 1 – 1 of 1) sorted by relevance
649 struct select_state *selstate, int ssflags);651 struct select_state *selstate, int ssflags);730 struct select_state *selstate, in start_connection() argument852 FD_SET(state->fd, &selstate->rfds); in start_connection()854 FD_SET(state->fd, &selstate->wfds); in start_connection()855 FD_SET(state->fd, &selstate->xfds); in start_connection()856 if (selstate->max <= state->fd) in start_connection()857 selstate->max = state->fd + 1; in start_connection()858 selstate->nfds++; in start_connection()863 &selstate->rfds, &selstate->wfds, &selstate->xfds, selstate->max); in start_connection()[all …]