Home
last modified time | relevance | path

Searched refs:NX_PROTOCOL_ICMP (Results 1 – 18 of 18) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_checksum_test.c16 #define NX_PROTOCOL_ICMP 1 macro
138 {pkt_icmp_23, sizeof(pkt_icmp_23), NX_PROTOCOL_ICMP, 34},
144 {pkt_icmp_18, sizeof(pkt_icmp_18), NX_PROTOCOL_ICMP, 34},
312 else if(checksum_test_seq[index].protocol == NX_PROTOCOL_ICMP) in verify_checksum()
Dnetx_icmp_send_error_message_test_1.c181 if (protocol != NX_PROTOCOL_ICMP) in my_packet_process()
Dnetx_ip_raw_packet_filter_test.c13 #define PROTOCOL NX_PROTOCOL_ICMP
Dnetx_icmp_send_error_message_test.c292 if (protocol != NX_PROTOCOL_ICMP) in my_packet_process()
Dnetx_ipv4_option_process_test.c247 if((protocol == NX_PROTOCOL_ICMP) && (ip_ptr == &ip_0)) in my_packet_process()
Dnetx_ip_nxe_api_test.c1519 …status = nx_ip_max_payload_size_find(&ip_0, &dest_address, 0, 80, 80, NX_PROTOCOL_ICMP, &start_off… in thread_0_entry()
Dnetx_ip_branch_test.c413 _nx_ip_max_payload_size_find(&ip_0, &dest_address, 0, 0, 0, NX_PROTOCOL_ICMP, NX_NULL, NX_NULL); in thread_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv4_process_echo_request.c138NX_PROTOCOL_ICMP, /* protocol */ in _nx_icmpv4_process_echo_request()
Dnx_icmpv4_send_error_message.c264 NX_PROTOCOL_ICMP, /* protocol */ in _nx_icmpv4_send_error_message()
Dnx_icmp_interface_ping.c144NX_PROTOCOL_ICMP, /* protocol */ in _nx_icmp_interface_ping()
Dnx_ip_packet_checksum_compute.c251 case NX_PROTOCOL_ICMP: in _nx_ip_packet_checksum_compute()
Dnx_ip_dispatch_process.c521 (protocol == NX_PROTOCOL_ICMP)) in _nx_ip_dispatch_process()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1198 …if ((protocol != NX_PROTOCOL_ICMP) && (protocol != NX_PROTOCOL_UDP) && (protocol != NX_PROTOCOL_TC… in _nx_nat_process_packet()
1207 if (protocol == NX_PROTOCOL_ICMP) in _nx_nat_process_packet()
1440 case NX_PROTOCOL_ICMP: in _nx_nat_process_inbound_packet()
2149 case NX_PROTOCOL_ICMP: in _nx_nat_process_outbound_packet()
3908 else if (protocol == NX_PROTOCOL_ICMP) in _nx_nat_utility_get_destination_port()
4014 else if (protocol == NX_PROTOCOL_ICMP) in _nx_nat_utility_get_source_port()
4465 if (protocol == NX_PROTOCOL_ICMP) in _nx_nat_packet_is_icmp_error_message()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_nat.c365 …ry_create(&nat_server, &server_inbound_entry_icmp, NX_NAT_LOCAL_HOST1, 0, 0, NX_PROTOCOL_ICMP); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/nat_test/
Dnetx_nat_icmp_test.c438 …ry_create(&nat_server, &server_inbound_entry_icmp, NX_NAT_LOCAL_HOST1, 0, 0, NX_PROTOCOL_ICMP); in ntest_0_entry()
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c402 protocol = NX_PROTOCOL_ICMP; in thread_client_entry()
/NetX-Duo-v6.2.1/test/regression/test/
Dnx_ram_network_driver_test_1500.c2279 case NX_PROTOCOL_ICMP: in _nx_ram_network_driver_calculate_checksum()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h940 #define NX_PROTOCOL_ICMP 1 macro