netxduo
+
0
/2 examples
SourceVu will show references to
NXD_ADDRESS
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
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
NXD_ADDRESS
NXD_ADDRESS struct
Syntax
Show:
Summary
Declaration
from
nx_api.h:1405
typedef
struct
NXD_ADDRESS_STRUCT
{
ULONG
nxd_ip_version
;
union
{
#ifndef
NX_DISABLE_IPV4
ULONG
v4
;
#endif
#ifdef
FEATURE_NX_IPV6
ULONG
v6
[
4
]
;
#endif
}
nxd_ip_address
;
}
NXD_ADDRESS
;
Fields
Field
Declared as
NXD_ADDRESS_STRUCT::nxd_ip_version
ULONG
NXD_ADDRESS_STRUCT::nxd_ip_address
union
{
#ifndef
NX_DISABLE_IPV4
ULONG
v4
;
#endif
#ifdef
FEATURE_NX_IPV6
ULONG
v6
[
4
]
;
#endif
}
Related Functions
Found 85 other functions taking a
NXD_ADDRESS_STRUCT
argument:
Function
_nxd_udp_socket_send()
_nxd_tcp_socket_peer_info_get()
_nxd_ip_raw_packet_source_send()
_nxd_tcp_client_socket_connect()
_nxd_udp_packet_info_extract()
_nxd_sntp_client_initialize_broadcast()
_nxd_udp_socket_source_send()
_nxd_udp_source_extract()
_nx_ip_max_payload_size_find()
_nxd_icmp_ping()
_nxd_icmp_source_ping()
_nxde_mqtt_client_secure_connect()
_nx_dns_server_remove_internal()
_nx_dns_server_get_internal()
_nx_dns_host_by_address_get_internal()
_nx_dns_server_add_internal()
_nxd_mqtt_client_connect()
_nxd_sntp_client_initialize_unicast()
_nxde_udp_socket_send()
_nxde_udp_socket_source_send()
_nxde_udp_source_extract()
_nxde_udp_packet_info_extract()
_nxde_icmp_ping()
_nxde_icmp_source_ping()
_nxde_tcp_client_socket_connect()
_nxde_tcp_socket_peer_info_get()
_nxe_ip_max_payload_size_find()
_nxde_ipv6_address_get()
_nxde_ipv6_address_set()
_nxde_ipv6_default_router_add()
_nxde_ipv6_default_router_delete()
_nxde_ipv6_default_router_entry_get()
_nxde_ipv6_default_router_get()
_nxde_ipv6_multicast_interface_join()
_nxde_ipv6_multicast_interface_leave()
_nxde_ip_raw_packet_send()
_nxde_ip_raw_packet_source_send()
_nxd_ip_raw_packet_send()
_nxd_ipv6_multicast_interface_leave()
_nxd_ipv6_address_get()
_nxd_ipv6_address_set()
_nxd_ipv6_default_router_add()
_nxd_ipv6_default_router_delete()
_nxd_ipv6_default_router_entry_get()
_nxd_ipv6_default_router_get()
_nxd_ipv6_multicast_interface_join()
_nxd_nd_cache_hardware_address_find()
_nxd_nd_cache_ip_address_find()
_nxde_dns_server_get()
_nxde_dns_host_by_address_get()
_nxde_dns_host_by_name_get()
_nxde_dns_server_add()
_nxde_dns_server_remove()
_nxde_mqtt_client_connect()
_nxd_dns_host_by_name_get()
_nxd_dns_server_remove()
_nxd_dns_server_get()
_nx_dns_send_query_get_rdata_by_name()
_nx_dns_send_query_by_address()
_nxd_dns_host_by_address_get()
_nxd_dns_server_add()
_nxd_mqtt_client_secure_connect()
_nxde_sntp_client_initialize_broadcast()
_nxde_sntp_client_initialize_unicast()
_nxde_nd_cache_hardware_address_find()
_nxde_nd_cache_ip_address_find()
COPY_NXD_ADDRESS()
_nx_secure_dtls_session_client_info_get()
_nx_secure_dtls_session_send()
_nx_secure_dtls_client_session_start()
_nxe_secure_dtls_session_send()
_nxe_secure_dtls_client_session_start()
_nxe_secure_dtls_session_client_info_get()
_nxe_dhcpv6_add_client_ia()
_nx_dhcpv6_add_client_ia()
_nxe_dhcpv6_client_set_destination_address()
_nx_dhcpv6_client_set_destination_address()
_nxe_dhcpv6_get_IP_address()
_nx_dhcpv6_get_IP_address()
_nxe_dhcpv6_get_DNS_server_address()
_nx_dhcpv6_get_DNS_server_address()
_nxe_dhcpv6_get_time_server_address()
_nx_dhcpv6_get_time_server_address()
_nxe_dhcpv6_get_valid_ip_address_lease_time()
_nx_dhcpv6_get_valid_ip_address_lease_time()
Examples
NXD_ADDRESS
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