Searched refs:NX_IP_ICMP (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_icmpv4_send_error_message.c | 311 checksum = _nx_ip_checksum_compute(pkt_ptr, NX_IP_ICMP, in _nx_icmpv4_send_error_message() 332 NX_IP_NORMAL, 255, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address); in _nx_icmpv4_send_error_message()
|
| D | nx_icmp_interface_ping.c | 260 checksum = _nx_ip_checksum_compute(request_ptr, NX_IP_ICMP, in _nx_icmp_interface_ping() 361 … NX_IP_NORMAL, NX_IP_TIME_TO_LIVE, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address); in _nx_icmp_interface_ping()
|
| D | nx_icmpv4_packet_process.c | 124 checksum = _nx_ip_checksum_compute(packet_ptr, NX_IP_ICMP, in _nx_icmpv4_packet_process()
|
| D | nx_icmpv4_process_echo_request.c | 264 … NX_IP_NORMAL, NX_IP_TIME_TO_LIVE, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address); in _nx_icmpv4_process_echo_request()
|
| D | nx_ip_packet_checksum_compute.c | 259 checksum = _nx_ip_checksum_compute(packet_ptr, NX_IP_ICMP, in _nx_ip_packet_checksum_compute()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_fragmentation_wrong_protocol_field_test2.c | 323 ip_header_ptr -> nx_ip_header_word_2 |= NX_IP_ICMP; in my_packet_process() 359 ip_header_ptr -> nx_ip_header_word_2 |= NX_IP_ICMP; in my_packet_process()
|
| D | netx_ip_branch_test.c | 806 ip_header_ptr -> nx_ip_header_word_2 = ((0x80 << NX_IP_TIME_TO_LIVE_SHIFT) | NX_IP_ICMP); in thread_0_entry() 827 ip_header_ptr -> nx_ip_header_word_2 = ((0x80 << NX_IP_TIME_TO_LIVE_SHIFT) | NX_IP_ICMP); in thread_0_entry() 887 ip_header_ptr -> nx_ip_header_word_2 = ((0x80 << NX_IP_TIME_TO_LIVE_SHIFT) | NX_IP_ICMP); in thread_0_entry() 911 ip_header_ptr -> nx_ip_header_word_2 = ((0x80 << NX_IP_TIME_TO_LIVE_SHIFT) | NX_IP_ICMP); in thread_0_entry() 1014 ip_header_ptr -> nx_ip_header_word_2 = ((0x80 << NX_IP_TIME_TO_LIVE_SHIFT) | NX_IP_ICMP); in thread_0_entry()
|
| D | netx_ip_fragmentation_wrong_protocol_field_test.c | 323 ip_header_ptr -> nx_ip_header_word_2 |= NX_IP_ICMP; in my_packet_process()
|
| /NetX-Duo-v6.2.1/test/regression/test/ |
| D | nx_ram_network_driver_test_1500.c | 2297 checksum = _nx_ip_checksum_compute(packet_ptr, NX_IP_ICMP, in _nx_ram_network_driver_calculate_checksum()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 957 #define NX_IP_ICMP ((ULONG)0x00010000) /* ICMP Protocol Type … macro
|