Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/inc/
Dsl_si91x_socket.h193 int sl_si91x_listen(int socket, int max_number_of_clients);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/src/
Dsl_si91x_socket.c81 int sl_si91x_listen(int socket, int max_number_of_clients) in sl_si91x_listen() argument
92 status = create_and_send_socket_request(socket, SI91X_SOCKET_TCP_SERVER, &max_number_of_clients); in sl_si91x_listen()