Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_auxiliary_packet_pool_set.c76 UINT _nx_ip_auxiliary_packet_pool_set(NX_IP *ip_ptr, NX_PACKET_POOL *auxiliary_pool) in _nx_ip_auxiliary_packet_pool_set() argument
87 …if (auxiliary_pool -> nx_packet_pool_payload_size > ip_ptr -> nx_ip_default_packet_pool -> nx_pack… in _nx_ip_auxiliary_packet_pool_set()
89 ip_ptr -> nx_ip_default_packet_pool = auxiliary_pool; in _nx_ip_auxiliary_packet_pool_set()
93 ip_ptr -> nx_ip_auxiliary_packet_pool = auxiliary_pool; in _nx_ip_auxiliary_packet_pool_set()
104 NX_PARAMETER_NOT_USED(auxiliary_pool); in _nx_ip_auxiliary_packet_pool_set()
Dnxe_ip_auxiliary_packet_pool_set.c82 UINT _nxe_ip_auxiliary_packet_pool_set(NX_IP *ip_ptr, NX_PACKET_POOL *auxiliary_pool) in _nxe_ip_auxiliary_packet_pool_set() argument
95 if ((auxiliary_pool == NX_NULL) || (auxiliary_pool -> nx_packet_pool_id != NX_PACKET_POOL_ID)) in _nxe_ip_auxiliary_packet_pool_set()
104 status = _nx_ip_auxiliary_packet_pool_set(ip_ptr, auxiliary_pool); in _nxe_ip_auxiliary_packet_pool_set()
111 NX_PARAMETER_NOT_USED(auxiliary_pool); in _nxe_ip_auxiliary_packet_pool_set()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ipv6_stateless_address_autoconfig_test.c24 static NX_PACKET_POOL auxiliary_pool; variable
122 … status = nx_packet_pool_create(&auxiliary_pool, "NetX Main Auxiliary Pool", 256, pointer, 256*16); in test_application_define()
230 packet_counter_1 = auxiliary_pool.nx_packet_pool_available; in thread_0_entry()
237 …status = nx_packet_allocate(&auxiliary_pool, &tmp_auxiliary_packet[i], NX_UDP_PACKET, TX_WAIT_FOR… in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ip.h109 UINT _nx_ip_auxiliary_packet_pool_set(NX_IP *ip_ptr, NX_PACKET_POOL *auxiliary_pool);
188 UINT _nxe_ip_auxiliary_packet_pool_set(NX_IP *ip_ptr, NX_PACKET_POOL *auxiliary_pool);
Dnx_api.h3631 UINT nx_ip_auxiliary_packet_pool_set(NX_IP *ip_ptr, NX_PACKET_POOL *auxiliary_pool);