Home
last modified time | relevance | path

Searched refs:NX_PROTOCOL_TCP (Results 1 – 25 of 71) sorted by relevance

123

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_max_payload_size_find_test.c181 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()
Dnetx_checksum_test.c13 #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()
Dnetx_tcp_invalid_option_test.c337 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()
Dnetx_ip_nxe_api_test.c1464 …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()
Dnetx_tcp_ipv6_basic_processing_test.c481 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()
Dnetx_ip_branch_test.c411 _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()
Dnetx_tcp_urgent_packet_test.c308 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in my_tcp_packet_receive()
Dnetx_tcp_mss_option_test.c407 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_TCP, in tcp_checksum_compute()
Dnetx_2_17_test.c313 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/
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c291 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()
Dnetx_nat_tcp_port_test.c315 …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/
Dnxe_ip_max_payload_size_find.c124 (protocol != NX_PROTOCOL_TCP)) in _nxe_ip_max_payload_size_find()
Dnx_tcp_packet_send_control.c315 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()
Dnx_tcp_free_port_find.c151 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_free_port_find()
Dnx_ip_packet_checksum_compute.c188 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()
Dnx_tcp_socket_retransmit.c332 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()
Dnx_tcp_socket_driver_packet_receive.c159 NX_PROTOCOL_TCP, in _nx_tcp_socket_driver_packet_receive()
Dnx_tcp_client_socket_bind.c141 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_client_socket_bind()
Dnx_tcp_server_socket_listen.c158 bound = (ip_ptr -> nx_ip_nat_port_verify)(ip_ptr, NX_PROTOCOL_TCP, port); in _nx_tcp_server_socket_listen()
Dnx_ip_checksum_compute.c103 (protocol == NX_PROTOCOL_TCP)) in _nx_ip_checksum_compute()
Dnx_tcp_no_connection_reset.c201NX_PROTOCOL_TCP, /* protocol */ in _nx_tcp_no_connection_reset()
Dnx_ip_max_payload_size_find.c182 if (protocol == NX_PROTOCOL_TCP) in _nx_ip_max_payload_size_find()
Dnx_tcp_socket_send_internal.c144 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()
Dnx_tcp_packet_send_syn.c129NX_PROTOCOL_TCP, /* protocol */ in _nx_tcp_packet_send_syn()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1198 … ((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 …]

123