Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c109 …t_response(sli_si91x_socket_t *si91x_client_socket, const sl_si91x_rsp_ltcp_est_t *accept_response) in handle_accept_response() argument
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()
120 …si91x_client_socket->remote_address.sin6_family = accept_response->ip_version == SL_IPV6_ADDRESS_L… in handle_accept_response()
125 accept_response->dest_ip_addr.ipv6_address, in handle_accept_response()
130 accept_response->dest_ip_addr.ipv4_address, in handle_accept_response()
825 const sl_si91x_rsp_ltcp_est_t *accept_response = (sl_si91x_rsp_ltcp_est_t *)rx_packet->data; in si91x_socket_event_handler() local
826 …sli_si91x_socket_t *server_socket = sli_si91x_get_socket_from_port(accept_response->s… in si91x_socket_event_handler()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_utility.h210 …_response(sli_si91x_socket_t *si91x_client_socket, const sl_si91x_rsp_ltcp_est_t *accept_response);