| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_max_payload_size_find_test.c | 181 status = nx_ip_max_payload_size_find(&ip_0, &dest_address, 0, 80, 80, NX_PROTOCOL_TCP, in ntest_0_entry() 193 status = nx_ip_max_payload_size_find(&ip_0, &dest_address, 1, 80, 80, NX_PROTOCOL_TCP, in ntest_0_entry() 206 status = nx_ip_max_payload_size_find(&ip_0, &dest_address, 3, 80, 80, NX_PROTOCOL_TCP, in ntest_0_entry() 218 status = nx_ip_max_payload_size_find(&ip_1, &dest_address, 0, 80, 80, NX_PROTOCOL_TCP, in ntest_0_entry() 231 status = nx_ip_max_payload_size_find(&ip_1, &dest_address, 1, 80, 80, NX_PROTOCOL_TCP, in ntest_0_entry() 266 status = nx_ip_max_payload_size_find(&ip_1, &dest_address, 3, 80, 80, NX_PROTOCOL_TCP, in ntest_0_entry()
|
| D | netx_checksum_test.c | 13 #define NX_PROTOCOL_TCP 6 macro 162 {pkt_tcp_37, sizeof(pkt_tcp_37), NX_PROTOCOL_TCP, 34}, 168 {pkt_tcp_32, sizeof(pkt_tcp_32), NX_PROTOCOL_TCP, 34} 302 if(checksum_test_seq[index].protocol == NX_PROTOCOL_TCP) in verify_checksum()
|
| D | netx_tcp_invalid_option_test.c | 337 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in my_tcp_packet_receive() 449 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in inject_invalid_option()
|
| D | netx_ip_nxe_api_test.c | 1464 …status = nx_ip_max_payload_size_find(NX_NULL, &dest_address, 0, 80, 80, NX_PROTOCOL_TCP, &start_of… in thread_0_entry() 1478 …status = nx_ip_max_payload_size_find(&invalid_ip, &dest_address, 0, 80, 80, NX_PROTOCOL_TCP, &star… in thread_0_entry() 1489 …status = nx_ip_max_payload_size_find(&ip_0, NX_NULL, 0, 80, 80, NX_PROTOCOL_TCP, &start_offset_ptr… in thread_0_entry() 1504 …status = nx_ip_max_payload_size_find(&ip_0, &dest_address, 0, 80, 80, NX_PROTOCOL_TCP, &start_offs… in thread_0_entry()
|
| D | netx_tcp_ipv6_basic_processing_test.c | 481 checksum = _nx_ip_checksum_compute(loopback_src_port, NX_PROTOCOL_TCP, in tcp_packet_receive() 510 checksum = _nx_ip_checksum_compute(broadcast_source, NX_PROTOCOL_TCP, in tcp_packet_receive()
|
| D | netx_ip_branch_test.c | 411 _nx_ip_max_payload_size_find(&ip_0, &dest_address, 0, 0, 0, NX_PROTOCOL_TCP, NX_NULL, NX_NULL); in thread_0_entry() 412 …ad_size_find(&ip_0, &dest_address, NX_MAX_PHYSICAL_INTERFACES, 0, 0, NX_PROTOCOL_TCP, NX_NULL, NX_… in thread_0_entry() 968 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_TCP); in thread_0_entry() 976 _nx_ip_dispatch_process(&ip_0, my_packet[0], NX_PROTOCOL_TCP); in thread_0_entry()
|
| D | netx_tcp_urgent_packet_test.c | 308 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in my_tcp_packet_receive()
|
| D | netx_tcp_mss_option_test.c | 407 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in tcp_checksum_compute()
|
| D | netx_2_17_test.c | 313 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in my_tcp_packet_receive_2_17()
|
| /NetX-Duo-v6.2.1/test/regression/nat_test/ |
| D | netx_nat_tcp_remove_oldest_udp_entry_test.c | 291 protocol= NX_PROTOCOL_TCP; in thread_client_entry() 317 protocol = NX_PROTOCOL_TCP; in thread_client_entry() 342 protocol = NX_PROTOCOL_TCP; in thread_client_entry() 363 protocol = NX_PROTOCOL_TCP; in thread_client_entry() 391 protocol = NX_PROTOCOL_TCP; in thread_client_entry() 456 search_entry.protocol = NX_PROTOCOL_TCP; in thread_client_entry()
|
| D | netx_nat_tcp_port_test.c | 315 …und_entry_tcp1, NX_NAT_LOCAL_HOST1, NX_NAT_START_TCP_PORT, NX_NAT_START_TCP_PORT, NX_PROTOCOL_TCP); in thread_0_entry() 326 …entry_tcp1, NX_NAT_LOCAL_HOST1, NX_NAT_START_TCP_PORT - 1, NX_NAT_START_TCP_PORT, NX_PROTOCOL_TCP); in thread_0_entry() 337 …entry_tcp2, NX_NAT_LOCAL_HOST1, NX_NAT_START_TCP_PORT - 1, NX_NAT_START_TCP_PORT, NX_PROTOCOL_TCP); in thread_0_entry()
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nxe_ip_max_payload_size_find.c | 124 (protocol != NX_PROTOCOL_TCP)) in _nxe_ip_max_payload_size_find()
|
| D | nx_tcp_packet_send_control.c | 315 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in _nx_tcp_packet_send_control() 351 …_nx_ipv6_packet_send(ip_ptr, packet_ptr, NX_PROTOCOL_TCP, packet_ptr -> nx_packet_length, ip_ptr -… in _nx_tcp_packet_send_control()
|
| D | nx_tcp_free_port_find.c | 151 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_free_port_find()
|
| D | nx_ip_packet_checksum_compute.c | 188 case NX_PROTOCOL_TCP: in _nx_ip_packet_checksum_compute() 196 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in _nx_ip_packet_checksum_compute()
|
| D | nx_tcp_socket_retransmit.c | 332 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in _nx_tcp_socket_retransmit() 410 _nx_ipv6_packet_send(ip_ptr, packet_ptr, NX_PROTOCOL_TCP, in _nx_tcp_socket_retransmit()
|
| D | nx_tcp_socket_driver_packet_receive.c | 159 NX_PROTOCOL_TCP, in _nx_tcp_socket_driver_packet_receive()
|
| D | nx_tcp_client_socket_bind.c | 141 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_client_socket_bind()
|
| D | nx_tcp_server_socket_listen.c | 158 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_server_socket_listen()
|
| D | nx_ip_checksum_compute.c | 103 (protocol == NX_PROTOCOL_TCP)) in _nx_ip_checksum_compute()
|
| D | nx_tcp_no_connection_reset.c | 201 … NX_PROTOCOL_TCP, /* protocol */ in _nx_tcp_no_connection_reset()
|
| D | nx_ip_max_payload_size_find.c | 182 if (protocol == NX_PROTOCOL_TCP) in _nx_ip_max_payload_size_find()
|
| D | nx_tcp_socket_send_internal.c | 144 NX_PROTOCOL_TCP, in _nx_tcp_socket_driver_send() 801 checksum = _nx_ip_checksum_compute(send_packet, NX_PROTOCOL_TCP, in _nx_tcp_socket_send_internal() 956 NX_PROTOCOL_TCP, in _nx_tcp_socket_send_internal()
|
| D | nx_tcp_packet_send_syn.c | 129 … NX_PROTOCOL_TCP, /* protocol */ in _nx_tcp_packet_send_syn()
|
| /NetX-Duo-v6.2.1/addons/nat/ |
| D | nx_nat.c | 1198 … ((protocol != NX_PROTOCOL_ICMP) && (protocol != NX_PROTOCOL_UDP) && (protocol != NX_PROTOCOL_TCP)) in _nx_nat_process_packet() 1432 case NX_PROTOCOL_TCP: in _nx_nat_process_inbound_packet() 2139 case NX_PROTOCOL_TCP: in _nx_nat_process_outbound_packet() 2954 if ((entry_ptr -> protocol == NX_PROTOCOL_TCP) || (entry_ptr -> protocol == NX_PROTOCOL_UDP)) in _nx_nat_inbound_entry_find() 3004 if (entry_ptr -> protocol == NX_PROTOCOL_TCP) in _nx_nat_inbound_entry_find() 3130 if ((entry_ptr -> protocol == NX_PROTOCOL_TCP) || (entry_ptr -> protocol == NX_PROTOCOL_UDP)) in _nx_nat_outbound_entry_find() 3158 if (entry_ptr -> protocol == NX_PROTOCOL_TCP) in _nx_nat_outbound_entry_find() 3314 …ntry_ptr -> translation_type == NX_NAT_STATIC_ENTRY) || (entry_ptr -> protocol == NX_PROTOCOL_TCP)) in _nx_nat_entry_create() 3888 if (protocol == NX_PROTOCOL_TCP) in _nx_nat_utility_get_destination_port() 3996 if (protocol == NX_PROTOCOL_TCP) in _nx_nat_utility_get_source_port() [all …]
|