Searched refs:SECONDARY_INTERFACE (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/samples/ |
D | demo_netx_duo_multihome_udp.c | 104 #define SECONDARY_INTERFACE 1 macro 399 …status = nxd_ipv6_address_set(&ip_0, SECONDARY_INTERFACE, NX_NULL, 10, &ip0_secondary_linklocal_ad… in thread_0_entry() 406 …status = nxd_ipv6_address_set(&ip_1, SECONDARY_INTERFACE, NX_NULL, 10, &ip1_secondary_linklocal_ad… in thread_0_entry() 421 …status = nxd_ipv6_address_set(&ip_0, SECONDARY_INTERFACE, &ip_address, 64, &ip0_secondary_global_a… in thread_0_entry() 435 …status = nxd_ipv6_address_set(&ip_1, SECONDARY_INTERFACE, &ip_address, 64, &ip1_secondary_global_a… in thread_0_entry() 526 …p_socket_source_send(&socket_0, my_packet, &ip1_secondary_ipv4_address, 0x89, SECONDARY_INTERFACE); in thread_0_entry()
|
D | demo_netx_duo_multihome_tcp.c | 104 #define SECONDARY_INTERFACE 1 macro 388 …status = nxd_ipv6_address_set(&ip_0, SECONDARY_INTERFACE, NX_NULL, 10, &ip0_secondary_linklocal_ad… in thread_0_entry() 395 …status = nxd_ipv6_address_set(&ip_1, SECONDARY_INTERFACE, NX_NULL, 10, &ip1_secondary_linklocal_ad… in thread_0_entry() 410 …status = nxd_ipv6_address_set(&ip_0, SECONDARY_INTERFACE, &ip_address, 64, &ip0_secondary_global_a… in thread_0_entry() 424 …status = nxd_ipv6_address_set(&ip_1, SECONDARY_INTERFACE, &ip_address, 64, &ip1_secondary_global_a… in thread_0_entry()
|