Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_types.h200LISTEN, // (TCP ONLY STATE) Socket attains this state when listen() has been executed success… enumerator
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c662 SET_ERRNO_AND_RETURN_IF_TRUE(si91x_server_socket->state != LISTEN, EINVAL); in sli_si91x_accept()
756 int close_request_type = (si91x_socket->state == LISTEN) ? SHUTDOWN_BY_PORT : how; in sli_si91x_shutdown()
852 … if (socket == NULL || remote_socket_closure->socket_id != socket->id || socket->state == LISTEN) in si91x_socket_event_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c1300 socket = sli_si91x_get_socket_from_id(socket_id, LISTEN, -1);
1677 return sli_si91x_get_socket_from_id(socket_id, LISTEN, -1);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/src/
Dsl_si91x_socket.c95 si91x_socket->state = LISTEN; in sl_si91x_listen()