Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 – 5 of 5) sorted by relevance

/hal_silabs-latest/wiseconnect/components/service/bsd_socket/si91x_socket/
Dsl_si91x_socket_support.h60 uint8_t dest_port[2]; ///< Destination port number used by the socket. member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/asynchronous_socket/src/
Dsl_si91x_socket.c426 request.dest_port = (si91x_socket->state == UDP_UNCONNECTED_READY || to_addr_len > 0) in sl_si91x_sendto_async()
539 socket_address->sin_port = response->dest_port; in sl_si91x_recvfrom()
547 ipv6_socket_address->sin6_port = response->dest_port; in sl_si91x_recvfrom()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_types.h63 uint16_t dest_port; ///< Two bytes. Port number of the device which sends data to the destination. member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_protocol_types.h663 uint16_t dest_port; ///< destination port member
690 uint16_t dest_port; member
768 uint8_t dest_port[2]; ///< Port number used by the destination member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c117 si91x_client_socket->remote_address.sin6_port = accept_response->dest_port; in handle_accept_response()