SiWx91x Socket information query.
Public Attributes#
uint8_t
Identifier for the socket.
uint8_t
Type of the socket (TCP, UDP, etc.).
uint8_t
Port number used by the source.
uint8_t
Port number used by the destination.
uint8_t
IPv4 address of the remote host.
uint8_t
IPv6 address of the remote host.
union sl_si91x_sock_info_query_t::@1
IP address of the destination host.
Public Attribute Documentation#
sock_id#
uint8_t sl_si91x_sock_info_query_t::sock_id[2]
Identifier for the socket.
Definition at line
46
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h
sock_type#
uint8_t sl_si91x_sock_info_query_t::sock_type[2]
Type of the socket (TCP, UDP, etc.).
Definition at line
48
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h
source_port#
uint8_t sl_si91x_sock_info_query_t::source_port[2]
Port number used by the source.
Definition at line
50
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h
dest_port#
uint8_t sl_si91x_sock_info_query_t::dest_port[2]
Port number used by the destination.
Definition at line
52
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h
ipv4_address#
uint8_t sl_si91x_sock_info_query_t::ipv4_address[4]
IPv4 address of the remote host.
Definition at line
55
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h
ipv6_address#
uint8_t sl_si91x_sock_info_query_t::ipv6_address[16]
IPv6 address of the remote host.
Definition at line
57
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h
dest_ip_address#
union sl_si91x_sock_info_query_t::@1 sl_si91x_sock_info_query_t::dest_ip_address
IP address of the destination host.
Definition at line
59
of file components/service/bsd_socket/si91x_socket/sl_si91x_socket_support.h