Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c136 sl_si91x_fd_set *readfds, in handle_select_response() argument
144 SLI_SI91X_NULL_SAFE_FD_ZERO(readfds); in handle_select_response()
157 if (readfds != NULL && (response->read_fds.fd_array[0] & (1 << socket->id))) { in handle_select_response()
158 SL_SI91X_FD_SET(host_socket_index, readfds); in handle_select_response()
1276 sl_si91x_fd_set *readfds, in sli_si91x_select() argument
1290 if ((readfds == NULL) && (writefds == NULL)) { in sli_si91x_select()
1311 && ((readfds != NULL && SL_SI91X_FD_ISSET(host_socket_index, readfds)) in sli_si91x_select()
1324 if ((readfds != NULL) && (SL_SI91X_FD_ISSET(host_socket_index, readfds))) { in sli_si91x_select()
1420 …handle_select_response(select_request_table[request.select_id].response_data, readfds, writefds, e… in sli_si91x_select()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_utility.h204 sl_si91x_fd_set *readfds,
213 sl_si91x_fd_set *readfds,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/inc/
Dsl_si91x_socket.h495 sl_si91x_fd_set *readfds,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/src/
Dsl_si91x_socket.c565 sl_si91x_fd_set *readfds, in sl_si91x_select() argument
571 return sli_si91x_select(nfds, readfds, writefds, exceptfds, timeout, callback); in sl_si91x_select()