netxduo
NX_IP_VERSION_V6
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_IP_VERSION_V6
NX_IP_VERSION_V6 macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:1373
#define
NX_IP_VERSION_V6
0x6
Examples
References
from
examples
Code
Location
#define
NX_IP_VERSION_V6
0x6
nx_api.h:1373
(
(
*
packet_ptr
)
->
nx_packet_ip_version
==
NX_IP_VERSION_V6
)
)
/* It is IPv6 packet */
nx_udp_socket_receive.c:283
(
server_address
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxd_dns.c:831
if
(
server_address
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:838
else
if
(
dns_ptr
->
nx_dns_server_ip_array
[
i
]
.
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:1026
if
(
server_address
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:1069
(
server_address
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxd_dns.c:1297
if
(
server_address
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:1304
if
(
DNSserver_array
[
i
]
.
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:1480
if
(
DNSserver_array
[
i
+
1
]
.
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:1573
else
if
(
dns_ptr
->
nx_dns_server_ip_array
[
index
]
.
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:2204
if
(
(
lookup_type
==
NX_IP_VERSION_V6
)
||
(
lookup_type
==
0
)
)
nxd_dns.c:2506
(
host_address_ptr
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxd_dns.c:7666
if
(
host_address_ptr
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:7672
if
(
host_address_ptr
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_dns.c:7737
if
(
(
broadcast_server_address
!=
NX_NULL
)
&&
(
broadcast_server_address
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
)
nxd_sntp_client.c:1440
if
(
client_ptr
->
nx_sntp_server_ip_address
.
nxd_ip_version
==
NX_IP_VERSION_V6
)
nxd_sntp_client.c:2330
if
(
(
receive_packet
->
nx_packet_ip_version
==
NX_IP_VERSION_V6
)
&&
nxd_sntp_client.c:2535
(
client_ptr
->
nx_sntp_server_ip_address
.
nxd_ip_version
==
NX_IP_VERSION_V6
)
)
nxd_sntp_client.c:2536
(
ip_address
->
nxd_ip_version
==
NX_IP_VERSION_V6
)
)
nxd_udp_socket_send.c:540
(
ip_address
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxde_icmp_ping.c:105
(
ip_address
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxde_icmp_source_ping.c:107
if
(
!
destination_ip
||
(
(
destination_ip
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
&&
nxde_ip_raw_packet_send.c:119
(
destination_ip
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxde_ip_raw_packet_source_send.c:107
(
server_ip
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxde_tcp_client_socket_connect.c:114
(
ip_address
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxde_udp_socket_send.c:128
(
dest_address
->
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxe_ip_max_payload_size_find.c:119
(
tls_session
->
nx_secure_tls_tcp_socket
->
nx_tcp_socket_connect_ip
.
nxd_ip_version
!=
NX_IP_VERSION_V6
)
)
nxe_secure_tls_packet_allocate.c:95
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