Home
last modified time | relevance | path

Searched refs:NX_ICMP_PACKET (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_icmpv6_send_rs.c104 …if (_nx_packet_allocate(ip_ptr -> nx_ip_auxiliary_packet_pool, &pkt_ptr, (NX_ICMP_PACKET + sizeof(… in _nx_icmpv6_send_rs()
110 … &pkt_ptr, (NX_ICMP_PACKET + sizeof(NX_ICMPV6_RS) + 8), NX_NO_WAIT)) in _nx_icmpv6_send_rs()
Dnx_icmp_interface_ping6.c182 NX_ICMP_PACKET + sizeof(NX_ICMPV6_ECHO), wait_option); in _nx_icmp_interface_ping6()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h615 #define NX_ICMP_PACKET (NX_IPv6_ICMP_PACKET + NX_IPSEC_MAX_HEADER_SIZE) macro
621 #define NX_ICMP_PACKET (NX_IPv4_ICMP_PACKET + NX_IPSEC_MAX_HEADER_SIZE) macro