| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_icmpv6_process_echo_request.c | 213 … NX_PROTOCOL_ICMPV6, /* protocol */ in _nx_icmpv6_process_echo_request() 306 NX_PROTOCOL_ICMPV6, in _nx_icmpv6_process_echo_request() 362 _nx_ipv6_packet_send(ip_ptr, packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_process_echo_request()
|
| D | nx_icmpv6_send_error_message.c | 306 NX_PROTOCOL_ICMPV6, /* protocol */ in _nx_icmpv6_send_error_message() 352 checksum = _nx_ip_checksum_compute(pkt_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_send_error_message() 370 _nx_ipv6_packet_send(ip_ptr, pkt_ptr, NX_PROTOCOL_ICMPV6, pkt_ptr -> nx_packet_length, 255, in _nx_icmpv6_send_error_message()
|
| D | nx_icmp_interface_ping6.c | 154 … NX_PROTOCOL_ICMPV6, /* protocol */ in _nx_icmp_interface_ping6() 283 checksum = _nx_ip_checksum_compute(request_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmp_interface_ping6() 377 _nx_ipv6_packet_send(ip_ptr, request_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmp_interface_ping6()
|
| D | nx_icmpv6_send_rs.c | 192 checksum = _nx_ip_checksum_compute(pkt_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_send_rs() 212 _nx_ipv6_packet_send(ip_ptr, pkt_ptr, NX_PROTOCOL_ICMPV6, pkt_ptr -> nx_packet_length, 255, in _nx_icmpv6_send_rs()
|
| D | nx_icmpv6_send_ns.c | 252 …checksum = _nx_ip_checksum_compute(pkt_ptr, NX_PROTOCOL_ICMPV6, (UINT)pkt_ptr -> nx_packet_length,… in _nx_icmpv6_send_ns() 269 if (_nx_ipv6_header_add(ip_ptr, &pkt_ptr, NX_PROTOCOL_ICMPV6, pkt_ptr -> nx_packet_length, in _nx_icmpv6_send_ns()
|
| D | nx_ip_packet_checksum_compute.c | 329 case NX_PROTOCOL_ICMPV6: in _nx_ip_packet_checksum_compute() 337 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_ip_packet_checksum_compute()
|
| D | nx_icmpv6_process_ns.c | 459 _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_process_ns() 477 NX_PROTOCOL_ICMPV6, in _nx_icmpv6_process_ns()
|
| D | nx_icmpv6_packet_process.c | 159 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_packet_process()
|
| D | nx_ip_dispatch_process.c | 426 if (protocol == NX_PROTOCOL_ICMPV6) in _nx_ip_dispatch_process() 500 (protocol == NX_PROTOCOL_ICMPV6)) in _nx_ip_dispatch_process()
|
| D | nx_ip_checksum_compute.c | 101 (protocol == NX_PROTOCOL_ICMPV6) || in _nx_ip_checksum_compute()
|
| D | nx_ipv6_header_add.c | 209 if (!((protocol == NX_PROTOCOL_ICMPV6) && in _nx_ipv6_header_add()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_checksum_test.c | 15 #define NX_PROTOCOL_ICMPV6 58 macro 131 {pkt_icmpv6_32, sizeof(pkt_icmpv6_32), NX_PROTOCOL_ICMPV6, 54},
|
| D | netx_ipv6_hop_by_hop_option_error_test.c | 249 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in icmp_checksum_compute()
|
| D | netx_icmpv6_echo_reply_test.c | 259 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in icmp_checksum_compute()
|
| D | netx_icmpv6_echo_request_test.c | 260 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in icmp_checksum_compute()
|
| D | netx_icmp_interface2_ping6_test.c | 547 if(protocol == NX_PROTOCOL_ICMPV6) in check_checksum()
|
| D | netx_ipv6_branch_test.c | 718 … _nx_ipv6_header_add(&ip_0, &test_packet, NX_PROTOCOL_ICMPV6, 10, 10, NX_NULL, NX_NULL, NX_NULL); in thread_for_assert_entry()
|
| /NetX-Duo-v6.2.1/test/regression/test/ |
| D | nx_ram_network_driver_test_1500.c | 2410 case NX_PROTOCOL_ICMPV6: in _nx_ram_network_driver_calculate_checksum() 2428 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_ram_network_driver_calculate_checksum()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 950 #define NX_PROTOCOL_ICMPV6 58 macro
|