Searched refs:socket_0 (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/samples/ |
D | demo_netx_duo_multihome_udp.c | 82 NX_UDP_SOCKET socket_0; variable 482 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 491 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry() 523 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_ipv4_address, 0x89, PRIMAR… in thread_0_entry() 526 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_ipv4_address, 0x89, SECO… in thread_0_entry() 530 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_linklocal_address, 0x89, i… in thread_0_entry() 533 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_linklocal_address, 0x89,… in thread_0_entry() 536 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_primary_global_address, 0x89, ip0_… in thread_0_entry() 539 …status = nxd_udp_socket_source_send(&socket_0, my_packet, &ip1_secondary_global_address, 0x89, ip… in thread_0_entry() 542 status = nxd_udp_socket_send(&socket_0, my_packet, &ip1_primary_global_address, 0x89); in thread_0_entry() [all …]
|
D | demo_netx_duo_udp.c | 24 NX_UDP_SOCKET socket_0; variable 245 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 255 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry() 265 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry() 293 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv4_address, 0x89); in thread_0_entry() 298 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv6_address, 0x89); in thread_0_entry() 301 status = nxd_udp_socket_send(&socket_0, my_packet, &ipv4_address, 0x89); in thread_0_entry()
|
D | demo_netx_auto_ip.c | 20 NX_UDP_SOCKET socket_0; variable 175 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 185 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry() 195 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry() 219 status = nx_udp_socket_send(&socket_0, my_packet, ip_1.nx_ip_address, 0x89); in thread_0_entry()
|
D | demo_netx_ppp.c | 31 NX_UDP_SOCKET socket_0; variable 204 …status = nx_udp_socket_create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry() 214 status = nx_udp_socket_bind(&socket_0, 0x88, TX_WAIT_FOREVER); in thread_0_entry() 224 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry() 243 status = nx_udp_socket_send(&socket_0, my_packet, IP_ADDRESS(1, 2, 3, 5), 0x89); in thread_0_entry()
|