Home
last modified time | relevance | path

Searched refs:NX_PROTOCOL_ICMPV6 (Results 1 – 19 of 19) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_process_echo_request.c213NX_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()
Dnx_icmpv6_send_error_message.c306 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()
Dnx_icmp_interface_ping6.c154NX_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()
Dnx_icmpv6_send_rs.c192 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()
Dnx_icmpv6_send_ns.c252 …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()
Dnx_ip_packet_checksum_compute.c329 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()
Dnx_icmpv6_process_ns.c459 _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_process_ns()
477 NX_PROTOCOL_ICMPV6, in _nx_icmpv6_process_ns()
Dnx_icmpv6_packet_process.c159 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in _nx_icmpv6_packet_process()
Dnx_ip_dispatch_process.c426 if (protocol == NX_PROTOCOL_ICMPV6) in _nx_ip_dispatch_process()
500 (protocol == NX_PROTOCOL_ICMPV6)) in _nx_ip_dispatch_process()
Dnx_ip_checksum_compute.c101 (protocol == NX_PROTOCOL_ICMPV6) || in _nx_ip_checksum_compute()
Dnx_ipv6_header_add.c209 if (!((protocol == NX_PROTOCOL_ICMPV6) && in _nx_ipv6_header_add()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_checksum_test.c15 #define NX_PROTOCOL_ICMPV6 58 macro
131 {pkt_icmpv6_32, sizeof(pkt_icmpv6_32), NX_PROTOCOL_ICMPV6, 54},
Dnetx_ipv6_hop_by_hop_option_error_test.c249 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in icmp_checksum_compute()
Dnetx_icmpv6_echo_reply_test.c259 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in icmp_checksum_compute()
Dnetx_icmpv6_echo_request_test.c260 checksum = _nx_ip_checksum_compute(packet_ptr, NX_PROTOCOL_ICMPV6, in icmp_checksum_compute()
Dnetx_icmp_interface2_ping6_test.c547 if(protocol == NX_PROTOCOL_ICMPV6) in check_checksum()
Dnetx_ipv6_branch_test.c718 … _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/
Dnx_ram_network_driver_test_1500.c2410 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/
Dnx_api.h950 #define NX_PROTOCOL_ICMPV6 58 macro