| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_forward_link_local_address_test.c | 43 CHAR *pointer; in test_application_define() local 48 pointer = (CHAR *) first_unused_memory; in test_application_define() 52 pointer, DEMO_STACK_SIZE, in test_application_define() 54 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 60 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 61 pointer = pointer + 8192; in test_application_define() 67 … 0", IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00UL, &pool_0, _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 68 pointer = pointer + 2048; in test_application_define() 78 … 1", IP_ADDRESS(1, 2, 3, 5), 0xFFFFFF00UL, &pool_0, _nx_ram_network_driver_1500, pointer, 2048, 2); in test_application_define() 79 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_packet_payload_size_test.c | 54 CHAR *pointer; in test_application_define() local 62 pointer = (CHAR *) first_unused_memory; in test_application_define() 70 pointer, DEMO_STACK_SIZE, in test_application_define() 73 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 77 pointer, DEMO_STACK_SIZE, in test_application_define() 80 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 87 memset(pointer, 0, 8192); in test_application_define() 88 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 202, pointer, 8192); in test_application_define() 89 pointer = pointer + 8192; in test_application_define() 95 memset(pointer, 0, 8192); in test_application_define() [all …]
|
| D | netx_ip_fragmentation_time_exceeded_message_test.c | 63 CHAR *pointer; in test_application_define() local 68 pointer = (CHAR *) first_unused_memory; in test_application_define() 80 pointer, DEMO_STACK_SIZE, in test_application_define() 82 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 86 pointer, DEMO_STACK_SIZE, in test_application_define() 88 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 94 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 1536, pointer, 1536*20); in test_application_define() 95 pointer = pointer + 1536*20; in test_application_define() 103 pointer, 2048, 1); in test_application_define() 104 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_icmp_invalid_source_test.c | 42 CHAR *pointer; in test_application_define() local 47 pointer = (CHAR *) first_unused_memory; in test_application_define() 51 pointer, DEMO_STACK_SIZE, in test_application_define() 53 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 59 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 60 pointer = pointer + 8192; in test_application_define() 67 pointer, 2048, 1); in test_application_define() 68 pointer = pointer + 2048; in test_application_define() 72 pointer, 2048, 2); in test_application_define() 73 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_4_17_test.c | 43 CHAR *pointer; in test_application_define() local 47 pointer = (CHAR *) first_unused_memory; in test_application_define() 53 pointer, DEMO_STACK_SIZE, in test_application_define() 56 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 62 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 1536, pointer, 1536 * 16); in test_application_define() 63 pointer = pointer + 1536 * 16; in test_application_define() 70 pointer, 2048, 1); in test_application_define() 71 pointer = pointer + 2048; in test_application_define() 75 pointer, 2048, 1); in test_application_define() 76 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_rarp_packet_allocate_fail_test.c | 48 CHAR *pointer; in test_application_define() local 55 pointer = (CHAR *) first_unused_memory; in test_application_define() 61 pointer, DEMO_STACK_SIZE, in test_application_define() 63 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 69 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 70 pointer = pointer + 8192; in test_application_define() 78 …pointer = (CHAR *)(((ALIGN_TYPE)pointer + NX_PACKET_ALIGNMENT - 1) / NX_PACKET_ALIGNMENT * NX_PACK… in test_application_define() 80 …status = nx_packet_pool_create(&no_packet_pool_0, "NetX Auxiliary Packet Pool", 256, pointer, (25… in test_application_define() 81 pointer = pointer + 256 + header_size; in test_application_define() 87 …status = nx_packet_pool_create(&no_packet_pool_1, "NetX No Packet Pool", 256, pointer, (256 + hea… in test_application_define() [all …]
|
| D | netx_tcp_receive_under_interface_detach_test.c | 50 CHAR *pointer; in test_application_define() local 55 pointer = (CHAR *) first_unused_memory; in test_application_define() 59 pointer, DEMO_STACK_SIZE, in test_application_define() 61 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 65 pointer, DEMO_STACK_SIZE, in test_application_define() 67 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 71 pointer, DEMO_STACK_SIZE, in test_application_define() 73 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 79 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 80 pointer = pointer + 8192; in test_application_define() [all …]
|
| D | netx_forward_icmp_small_header_test.c | 46 CHAR *pointer; in test_application_define() local 51 pointer = (CHAR *) first_unused_memory; in test_application_define() 55 pointer, DEMO_STACK_SIZE, in test_application_define() 57 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 63 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 64 pointer = pointer + 8192; in test_application_define() 70 … 0", IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00UL, &pool_0, _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 71 pointer = pointer + 2048; in test_application_define() 81 … 1", IP_ADDRESS(1, 2, 3, 5), 0xFFFFFF00UL, &pool_0, _nx_ram_network_driver_1500, pointer, 2048, 2); in test_application_define() 82 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_forward_udp_fragment_test3.c | 56 CHAR *pointer; in test_application_define() local 61 pointer = (CHAR *) first_unused_memory; in test_application_define() 70 pointer, DEMO_STACK_SIZE, in test_application_define() 72 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 76 pointer, DEMO_STACK_SIZE, in test_application_define() 78 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 84 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 256 * 10); in test_application_define() 85 pointer = pointer + 256 * 10; in test_application_define() 92 status = nx_packet_pool_create(&pool_1, "NetX Main Packet Pool", 1500, pointer, 1500 * 10); in test_application_define() 93 pointer = pointer + 1500 * 10; in test_application_define() [all …]
|
| D | netx_tcp_fin_wait_recv_test.c | 54 CHAR *pointer; in test_application_define() local 60 pointer = (CHAR *) first_unused_memory; in test_application_define() 68 pointer, DEMO_STACK_SIZE, in test_application_define() 71 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 75 pointer, DEMO_STACK_SIZE, in test_application_define() 78 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 82 pointer, DEMO_STACK_SIZE, in test_application_define() 85 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 93 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, pool_size); in test_application_define() 94 pointer = pointer + pool_size; in test_application_define() [all …]
|
| D | netx_tcp_receive_under_interface_detach_test2.c | 50 CHAR *pointer; in test_application_define() local 55 pointer = (CHAR *) first_unused_memory; in test_application_define() 59 pointer, DEMO_STACK_SIZE, in test_application_define() 61 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 65 pointer, DEMO_STACK_SIZE, in test_application_define() 67 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 71 pointer, DEMO_STACK_SIZE, in test_application_define() 73 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 79 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 80 pointer = pointer + 8192; in test_application_define() [all …]
|
| D | netx_forward_multicast_test.c | 44 CHAR *pointer; in test_application_define() local 49 pointer = (CHAR *) first_unused_memory; in test_application_define() 53 pointer, DEMO_STACK_SIZE, in test_application_define() 55 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 61 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 62 pointer = pointer + 8192; in test_application_define() 68 … 0", IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00UL, &pool_0, _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 69 pointer = pointer + 2048; in test_application_define() 79 … 1", IP_ADDRESS(1, 2, 3, 5), 0xFFFFFF00UL, &pool_0, _nx_ram_network_driver_1500, pointer, 2048, 2); in test_application_define() 80 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_tcp_time_wait_to_close_test.c | 46 CHAR *pointer; in test_application_define() local 51 pointer = (CHAR *) first_unused_memory; in test_application_define() 57 pointer, DEMO_STACK_SIZE, in test_application_define() 60 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 64 pointer, DEMO_STACK_SIZE, in test_application_define() 67 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 73 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 74 pointer = pointer + 8192; in test_application_define() 81 pointer, 2048, 1); in test_application_define() 82 pointer = pointer + 2048; in test_application_define() [all …]
|
| D | netx_icmp_multiple_ping_test1.c | 57 CHAR *pointer; in test_application_define() local 62 pointer = (CHAR *) first_unused_memory; in test_application_define() 69 pointer, DEMO_STACK_SIZE, in test_application_define() 71 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 75 pointer, DEMO_STACK_SIZE, in test_application_define() 77 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 83 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 2048); in test_application_define() 84 pointer = pointer + 2048; in test_application_define() 91 pointer, 2048, 1); in test_application_define() 92 pointer = pointer + 2048; in test_application_define() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_http_demo_test.c | 69 CHAR *pointer; in test_application_define() local 74 pointer = (CHAR *) first_unused_memory; in test_application_define() 78 pointer, DEMO_STACK_SIZE, in test_application_define() 80 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 86 nx_packet_pool_create(&pool_0, "NetX Packet Pool 0", 640, pointer, 8192); in test_application_define() 87 pointer = pointer + 8192; in test_application_define() 92 pointer, 4096, 1); in test_application_define() 93 pointer = pointer + 4096; in test_application_define() 96 nx_packet_pool_create(&pool_1, "NetX Packet Pool 1", 640, pointer, 8192); in test_application_define() 97 pointer = pointer + 8192; in test_application_define() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_multiple_answers_test.c | 45 static CHAR *pointer; variable 67 pointer = (CHAR *) first_unused_memory; in test_application_define() 74 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 1536, pointer, 8192); in test_application_define() 75 pointer = pointer + 8192; in test_application_define() 82 _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 83 pointer = pointer + 2048; in test_application_define() 90 status = nx_arp_enable(&ip_0, (void *) pointer, 1024); in test_application_define() 91 pointer = pointer + 1024; in test_application_define() 110 pointer, DEMO_STACK_SIZE, in test_application_define() 112 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() [all …]
|
| D | netx_mdns_one_shot_query_test.c | 69 static CHAR *pointer; variable 90 pointer = (CHAR *) first_unused_memory; in test_application_define() 97 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 512, pointer, 8192); in test_application_define() 98 pointer = pointer + 8192; in test_application_define() 105 _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 106 pointer = pointer + 2048; in test_application_define() 113 status = nx_arp_enable(&ip_0, (void *) pointer, 1024); in test_application_define() 114 pointer = pointer + 1024; in test_application_define() 133 pointer, DEMO_STACK_SIZE, in test_application_define() 135 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() [all …]
|
| D | netx_mdns_response_with_question_test.c | 47 static CHAR *pointer; variable 70 pointer = (CHAR *) first_unused_memory; in test_application_define() 78 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 512, pointer, 8192); in test_application_define() 79 pointer = pointer + 8192; in test_application_define() 86 _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 87 pointer = pointer + 2048; in test_application_define() 94 status = nx_arp_enable(&ip_0, (void *) pointer, 1024); in test_application_define() 95 pointer = pointer + 1024; in test_application_define() 114 pointer, DEMO_STACK_SIZE, in test_application_define() 116 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() [all …]
|
| D | netx_mdns_ttl_test.c | 32 static CHAR *pointer; variable 54 pointer = (CHAR *) first_unused_memory; in test_application_define() 62 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 512, pointer, 8192); in test_application_define() 63 pointer = pointer + 8192; in test_application_define() 70 _nx_ram_network_driver_1500, pointer, 2048, 1); in test_application_define() 71 pointer = pointer + 2048; in test_application_define() 78 status = nx_arp_enable(&ip_0, (void *) pointer, 1024); in test_application_define() 79 pointer = pointer + 1024; in test_application_define() 98 pointer, DEMO_STACK_SIZE, in test_application_define() 100 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_tls_branch_test.c | 25 static CHAR *pointer; variable 44 pointer = (CHAR *) first_unused_memory; in test_application_define() 49 pointer, DEMO_STACK_SIZE, in test_application_define() 52 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 58 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 8192); in test_application_define() 59 pointer = pointer + 8192; in test_application_define() 66 pointer, 2048, 1); in test_application_define() 67 pointer = pointer + 2048; in test_application_define() 73 status = nx_arp_enable(&ip_0, (void *) pointer, ARP_AREA_SIZE); in test_application_define() 74 pointer = pointer + ARP_AREA_SIZE; in test_application_define() [all …]
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_auto_ip.c | 62 CHAR *pointer; in tx_application_define() local 67 pointer = (CHAR *) first_unused_memory; in tx_application_define() 71 pointer, DEMO_STACK_SIZE, in tx_application_define() 74 pointer = pointer + DEMO_STACK_SIZE; in tx_application_define() 78 pointer, DEMO_STACK_SIZE, in tx_application_define() 80 pointer = pointer + DEMO_STACK_SIZE; in tx_application_define() 86 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 256, pointer, 4096); in tx_application_define() 87 pointer = pointer + 4096; in tx_application_define() 94 pointer, 4096, 1); in tx_application_define() 95 pointer = pointer + 4096; in tx_application_define() [all …]
|
| D | demo_netxduo_dhcp.c | 55 CHAR *pointer; variable 89 pointer = (CHAR *) first_unused_memory; in tx_application_define() 93 pointer, DEMO_STACK_SIZE, in tx_application_define() 95 pointer = pointer + DEMO_STACK_SIZE; in tx_application_define() 99 pointer, DEMO_STACK_SIZE, in tx_application_define() 101 pointer = pointer + DEMO_STACK_SIZE; in tx_application_define() 107 …status = nx_packet_pool_create(&client_pool, "NetX Main Packet Pool", 1024, pointer, NX_PACKET_POO… in tx_application_define() 108 pointer = pointer + NX_PACKET_POOL_SIZE; in tx_application_define() 115 …status = nx_packet_pool_create(&server_pool, "NetX Main Packet Pool", 1024, pointer, NX_PACKET_POO… in tx_application_define() 116 pointer = pointer + NX_PACKET_POOL_SIZE; in tx_application_define() [all …]
|
| D | demo_netx_nat.c | 93 UCHAR *pointer; in tx_application_define() local 99 pointer = (UCHAR *) first_unused_memory; in tx_application_define() 103 pointer, DEMO_STACK_SIZE, in tx_application_define() 105 pointer = pointer + DEMO_STACK_SIZE; in tx_application_define() 109 NX_NAT_PACKET_SIZE, pointer, in tx_application_define() 113 pointer = pointer + NX_NAT_PACKET_POOL_SIZE; in tx_application_define() 121 &nat_packet_pool, _nx_ram_network_driver, pointer, in tx_application_define() 125 pointer = pointer + NX_NAT_IP_THREAD_STACK_SIZE; in tx_application_define() 146 &nat_packet_pool, _nx_ram_network_driver, pointer, in tx_application_define() 150 pointer = pointer + NX_NAT_IP_THREAD_STACK_SIZE; in tx_application_define() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_03_05_01_test.c | 43 static CHAR *pointer; variable 69 pointer = (CHAR *) first_unused_memory; in test_application_define() 73 pointer, DEMO_STACK_SIZE, in test_application_define() 75 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 79 pointer, DEMO_STACK_SIZE, in test_application_define() 81 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 87 …status = nx_packet_pool_create(&client_pool, "NetX Main Packet Pool", 1024, pointer, NX_PACKET_PO… in test_application_define() 88 pointer = pointer + NX_PACKET_POOL_SIZE; in test_application_define() 95 …status = nx_packet_pool_create(&server_pool, "NetX Main Packet Pool", 1024, pointer, NX_PACKET_PO… in test_application_define() 96 pointer = pointer + NX_PACKET_POOL_SIZE; in test_application_define() [all …]
|
| D | netx_dhcp_04_01_01_test.c | 44 static CHAR *pointer; variable 71 pointer = (CHAR *) first_unused_memory; in test_application_define() 75 pointer, DEMO_STACK_SIZE, in test_application_define() 77 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 81 pointer, DEMO_STACK_SIZE, in test_application_define() 83 pointer = pointer + DEMO_STACK_SIZE; in test_application_define() 89 …status = nx_packet_pool_create(&client_pool, "NetX Main Packet Pool", 1024, pointer, NX_PACKET_PO… in test_application_define() 90 pointer = pointer + NX_PACKET_POOL_SIZE; in test_application_define() 97 …status = nx_packet_pool_create(&server_pool, "NetX Main Packet Pool", 1024, pointer, NX_PACKET_PO… in test_application_define() 98 pointer = pointer + NX_PACKET_POOL_SIZE; in test_application_define() [all …]
|