Home
last modified time | relevance | path

Searched refs:NX_IPv4_ICMP_PACKET (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv4_send_error_message.c170 …if (_nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &pkt_ptr, NX_IPv4_ICMP_PACKET, NX_NO_… in _nx_icmpv4_send_error_message()
Dnx_icmp_interface_ping.c171 … (ULONG)(NX_IPv4_ICMP_PACKET + data_offset + NX_ICMP_HEADER_SIZE), wait_option); in _nx_icmp_interface_ping()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_forward_icmp_small_header_test2.c219 size = 256 - NX_IPv4_ICMP_PACKET - NX_ICMP_HEADER_SIZE; in ntest_0_entry()
Dnetx_forward_icmp_small_header_test3.c219 size = 256 - NX_IPv4_ICMP_PACKET - NX_ICMP_HEADER_SIZE; in ntest_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h606 #define NX_IPv4_ICMP_PACKET (NX_IPv4_PACKET) macro
627 #define NX_ICMP_PACKET (NX_IPv4_ICMP_PACKET + NX_IPSEC_MAX_HEADER_SIZE)