netxduo
+
0
/2 examples
SourceVu will show references to
NX_UDP_SOCKET
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_UDP_SOCKET
NX_UDP_SOCKET struct
Syntax
Show:
Summary
Declaration
from
nx_api.h:1739
typedef
struct
NX_UDP_SOCKET_STRUCT
{
ULONG
nx_udp_socket_id
;
CHAR
*
nx_udp_socket_name
;
UINT
nx_udp_socket_port
;
struct
NX_IP_STRUCT
*
nx_udp_socket_ip_ptr
;
ULONG
nx_udp_socket_packets_sent
;
ULONG
nx_udp_socket_bytes_sent
;
ULONG
nx_udp_socket_packets_received
;
ULONG
nx_udp_socket_bytes_received
;
ULONG
nx_udp_socket_invalid_packets
;
ULONG
nx_udp_socket_packets_dropped
;
ULONG
nx_udp_socket_checksum_errors
;
ULONG
nx_udp_socket_type_of_service
;
UINT
nx_udp_socket_time_to_live
;
ULONG
nx_udp_socket_fragment_enable
;
UINT
nx_udp_socket_disable_checksum
;
ULONG
nx_udp_socket_receive_count
;
ULONG
nx_udp_socket_queue_maximum
;
NX_PACKET
*
nx_udp_socket_receive_head
,
*
nx_udp_socket_receive_tail
;
struct
NX_UDP_SOCKET_STRUCT
*
nx_udp_socket_bound_next
,
*
nx_udp_socket_bound_previous
;
TX_THREAD
*
nx_udp_socket_bind_in_progress
;
TX_THREAD
*
nx_udp_socket_receive_suspension_list
;
ULONG
nx_udp_socket_receive_suspended_count
;
TX_THREAD
*
nx_udp_socket_bind_suspension_list
;
ULONG
nx_udp_socket_bind_suspended_count
;
struct
NX_UDP_SOCKET_STRUCT
*
nx_udp_socket_created_next
,
*
nx_udp_socket_created_previous
;
VOID
(
*
nx_udp_receive_callback
)
(
struct
NX_UDP_SOCKET_STRUCT
*
socket_ptr
)
;
void
*
nx_udp_socket_reserved_ptr
;
#ifdef
NX_ENABLE_TCPIP_OFFLOAD
VOID
*
nx_udp_socket_tcpip_offload_context
;
#endif
NX_UDP_SOCKET_MODULE_EXTENSION
}
NX_UDP_SOCKET
;
Fields
Field
Declared as
NX_UDP_SOCKET_STRUCT::nx_udp_socket_id
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_name
CHAR
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_port
UINT
NX_UDP_SOCKET_STRUCT::nx_udp_socket_ip_ptr
struct
NX_IP_STRUCT
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_sent
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bytes_sent
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_received
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bytes_received
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_invalid_packets
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_packets_dropped
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_checksum_errors
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_type_of_service
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_time_to_live
UINT
NX_UDP_SOCKET_STRUCT::nx_udp_socket_fragment_enable
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_disable_checksum
UINT
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_count
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_queue_maximum
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_head
NX_PACKET
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_tail
NX_PACKET
*
nx_udp_socket_receive_head
,
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bound_next
struct
NX_UDP_SOCKET_STRUCT
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bound_previous
struct
NX_UDP_SOCKET_STRUCT
*
nx_udp_socket_bound_next
,
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bind_in_progress
TX_THREAD
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_suspension_list
TX_THREAD
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_suspended_count
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bind_suspension_list
TX_THREAD
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bind_suspended_count
ULONG
NX_UDP_SOCKET_STRUCT::nx_udp_socket_created_next
struct
NX_UDP_SOCKET_STRUCT
*
NX_UDP_SOCKET_STRUCT::nx_udp_socket_created_previous
struct
NX_UDP_SOCKET_STRUCT
*
nx_udp_socket_created_next
,
*
NX_UDP_SOCKET_STRUCT::nx_udp_receive_callback
VOID
(
*
)
(
struct
NX_UDP_SOCKET_STRUCT
*
socket_ptr
)
NX_UDP_SOCKET_STRUCT::nx_udp_socket_reserved_ptr
void
*
Related Functions
Found 37 other functions taking a
NX_UDP_SOCKET_STRUCT
argument:
Function
_nx_udp_socket_unbind()
_nx_udp_socket_delete()
_nxd_udp_socket_send()
_nx_udp_socket_bind()
_nx_udp_socket_create()
_nx_udp_socket_receive()
_nx_udp_socket_receive_notify()
_nxe_udp_socket_receive()
_nxe_udp_socket_send()
_nxe_udp_socket_bind()
_nxe_udp_socket_create()
_nx_udp_socket_send()
_nx_udp_socket_source_send()
_nxe_udp_socket_unbind()
_nxe_udp_socket_delete()
_nx_udp_socket_bytes_available()
_nx_udp_socket_checksum_disable()
_nx_udp_socket_checksum_enable()
_nx_udp_socket_info_get()
_nxd_udp_socket_source_send()
_nx_udp_socket_port_get()
_nxe_udp_socket_info_get()
_nxe_udp_socket_port_get()
_nxe_udp_socket_receive_notify()
_nxde_udp_socket_send()
_nxde_udp_socket_source_send()
_nxe_udp_socket_source_send()
_nxe_udp_socket_bytes_available()
_nxe_udp_socket_checksum_disable()
_nxe_udp_socket_checksum_enable()
_nx_dhcp_udp_receive_notify()
_nx_secure_dtls_receive_callback()
_nx_sntp_client_receive_notify()
_nx_secure_dtls_session_start()
_nx_secure_dtls_client_session_start()
_nxe_secure_dtls_session_start()
_nxe_secure_dtls_client_session_start()
Examples
NX_UDP_SOCKET
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out