Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_multihome_udp.c126 NXD_ADDRESS ip1_secondary_linklocal_address; variable
460 ip1_secondary_linklocal_address.nxd_ip_version = NX_IP_VERSION_V6; in thread_0_entry()
461 ip1_secondary_linklocal_address.nxd_ip_address.v6[0] = server_ipv6_ptr -> nxd_ipv6_address[0]; in thread_0_entry()
462 ip1_secondary_linklocal_address.nxd_ip_address.v6[1] = server_ipv6_ptr -> nxd_ipv6_address[1]; in thread_0_entry()
463 ip1_secondary_linklocal_address.nxd_ip_address.v6[2] = server_ipv6_ptr -> nxd_ipv6_address[2]; in thread_0_entry()
464 ip1_secondary_linklocal_address.nxd_ip_address.v6[3] = server_ipv6_ptr -> nxd_ipv6_address[3]; in thread_0_entry()
533 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_linklocal_address, 0x89,… in thread_0_entry()
554 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_linklocal_address, 0x89,… in thread_0_entry()