Searched refs:NX_ICMP_PACKET (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_icmpv6_send_rs.c | 103 …if (_nx_packet_allocate(ip_ptr -> nx_ip_auxiliary_packet_pool, &pkt_ptr, (NX_ICMP_PACKET + sizeof(… in _nx_icmpv6_send_rs() 109 … &pkt_ptr, (NX_ICMP_PACKET + sizeof(NX_ICMPV6_RS) + 8), NX_NO_WAIT)) in _nx_icmpv6_send_rs()
|
| D | nx_icmp_interface_ping6.c | 181 NX_ICMP_PACKET + sizeof(NX_ICMPV6_ECHO), wait_option); in _nx_icmp_interface_ping6()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ipv6_stateless_address_autoconfig_test.c | 327 status = nx_packet_allocate(&pool_0, &my_packet, NX_ICMP_PACKET, NX_WAIT_FOREVER); in thread_0_entry() 428 status = nx_packet_allocate(&pool_0, &my_packet, NX_ICMP_PACKET, NX_WAIT_FOREVER); in my_packet_process()
|
| D | netx_tcp_connection_reset_test.c | 202 status = nx_packet_allocate(&pool_0, &my_packet, NX_ICMP_PACKET, NX_WAIT_FOREVER); in thread_0_entry()
|
| D | netx_icmp_ping_test.c | 202 status = nx_packet_allocate(&pool_0, &packet_ptr[i], NX_ICMP_PACKET, 10); in ntest_0_entry()
|
| D | netx_icmp_ping6_test.c | 204 status = nx_packet_allocate(&pool_0, &packet_ptr[i], NX_ICMP_PACKET, 1); in ntest_0_entry()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 621 #define NX_ICMP_PACKET (NX_IPv6_ICMP_PACKET + NX_IPSEC_MAX_HEADER_SIZE) macro 627 #define NX_ICMP_PACKET (NX_IPv4_ICMP_PACKET + NX_IPSEC_MAX_HEADER_SIZE) macro
|