Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c109 void handle_accept_response(sli_si91x_socket_t *si91x_client_socket, const sl_si91x_rsp_ltcp_est_t … in handle_accept_response() argument
112 if (si91x_client_socket == NULL) in handle_accept_response()
115 si91x_client_socket->id = accept_response->socket_id; in handle_accept_response()
116 si91x_client_socket->local_address.sin6_port = accept_response->src_port_num; in handle_accept_response()
117 si91x_client_socket->remote_address.sin6_port = accept_response->dest_port; in handle_accept_response()
118 si91x_client_socket->mss = accept_response->mss; in handle_accept_response()
119 si91x_client_socket->state = CONNECTED; in handle_accept_response()
120si91x_client_socket->remote_address.sin6_family = accept_response->ip_version == SL_IPV6_ADDRESS_L… in handle_accept_response()
123 if (si91x_client_socket->remote_address.sin6_family == AF_INET6) { in handle_accept_response()
124 memcpy(si91x_client_socket->remote_address.sin6_addr.s6_addr, in handle_accept_response()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_utility.h210 void handle_accept_response(sli_si91x_socket_t *si91x_client_socket, const sl_si91x_rsp_ltcp_est_t …