Searched refs:NX_PROTOCOL_ICMP (Results 1 – 18 of 18) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_checksum_test.c | 16 #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()
|
| D | netx_icmp_send_error_message_test_1.c | 181 if (protocol != NX_PROTOCOL_ICMP) in my_packet_process()
|
| D | netx_ip_raw_packet_filter_test.c | 13 #define PROTOCOL NX_PROTOCOL_ICMP
|
| D | netx_icmp_send_error_message_test.c | 292 if (protocol != NX_PROTOCOL_ICMP) in my_packet_process()
|
| D | netx_ipv4_option_process_test.c | 247 if((protocol == NX_PROTOCOL_ICMP) && (ip_ptr == &ip_0)) in my_packet_process()
|
| D | netx_ip_nxe_api_test.c | 1519 …status = nx_ip_max_payload_size_find(&ip_0, &dest_address, 0, 80, 80, NX_PROTOCOL_ICMP, &start_off… in thread_0_entry()
|
| D | netx_ip_branch_test.c | 413 _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/ |
| D | nx_icmpv4_process_echo_request.c | 138 … NX_PROTOCOL_ICMP, /* protocol */ in _nx_icmpv4_process_echo_request()
|
| D | nx_icmpv4_send_error_message.c | 264 NX_PROTOCOL_ICMP, /* protocol */ in _nx_icmpv4_send_error_message()
|
| D | nx_icmp_interface_ping.c | 144 … NX_PROTOCOL_ICMP, /* protocol */ in _nx_icmp_interface_ping()
|
| D | nx_ip_packet_checksum_compute.c | 251 case NX_PROTOCOL_ICMP: in _nx_ip_packet_checksum_compute()
|
| D | nx_ip_dispatch_process.c | 521 (protocol == NX_PROTOCOL_ICMP)) in _nx_ip_dispatch_process()
|
| /NetX-Duo-v6.2.1/addons/nat/ |
| D | nx_nat.c | 1198 …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/ |
| D | demo_netx_nat.c | 365 …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/ |
| D | netx_nat_icmp_test.c | 438 …ry_create(&nat_server, &server_inbound_entry_icmp, NX_NAT_LOCAL_HOST1, 0, 0, NX_PROTOCOL_ICMP); in ntest_0_entry()
|
| D | netx_nat_tcp_remove_oldest_udp_entry_test.c | 402 protocol = NX_PROTOCOL_ICMP; in thread_client_entry()
|
| /NetX-Duo-v6.2.1/test/regression/test/ |
| D | nx_ram_network_driver_test_1500.c | 2279 case NX_PROTOCOL_ICMP: in _nx_ram_network_driver_calculate_checksum()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 940 #define NX_PROTOCOL_ICMP 1 macro
|