Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c649 struct select_state *selstate, int ssflags);
651 struct select_state *selstate, int ssflags);
730 struct select_state *selstate, in start_connection() argument
852 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 …]