Home
last modified time | relevance | path

Searched defs:pool_ptr (Results 1 – 25 of 73) sorted by relevance

123

/NetX-Duo-v6.4.1/common/src/
Dnx_packet_pool_cleanup.c80 NX_PACKET_POOL *pool_ptr; /* Working packet pool pointer */ in _nx_packet_pool_cleanup() local
85 pool_ptr = (NX_PACKET_POOL *)thread_ptr -> tx_thread_suspend_control_block; in _nx_packet_pool_cleanup() local
Dnx_packet_release.c77 NX_PACKET_POOL *pool_ptr; /* Pool pointer */ in _nx_packet_release() local
129 pool_ptr = packet_ptr -> nx_packet_pool_owner; in _nx_packet_release() local
Dnx_packet_pool_low_watermark_set.c69 UINT _nx_packet_pool_low_watermark_set(NX_PACKET_POOL *pool_ptr, ULONG low_watermark) in _nx_packet_pool_low_watermark_set()
Dnxe_packet_pool_delete.c76 UINT _nxe_packet_pool_delete(NX_PACKET_POOL *pool_ptr) in _nxe_packet_pool_delete()
Dnx_packet_pool_delete.c73 UINT _nx_packet_pool_delete(NX_PACKET_POOL *pool_ptr) in _nx_packet_pool_delete()
Dnxe_packet_pool_low_watermark_set.c79 UINT _nxe_packet_pool_low_watermark_set(NX_PACKET_POOL *pool_ptr, ULONG low_watermark) in _nxe_packet_pool_low_watermark_set()
Dnxe_packet_allocate.c80 UINT _nxe_packet_allocate(NX_PACKET_POOL *pool_ptr, NX_PACKET **packet_ptr, in _nxe_packet_allocate()
Dnxe_packet_copy.c80 NX_PACKET_POOL *pool_ptr, ULONG wait_option) in _nxe_packet_copy()
Dnx_packet_pool_info_get.c78 UINT _nx_packet_pool_info_get(NX_PACKET_POOL *pool_ptr, ULONG *total_packets, ULONG *free_packets, in _nx_packet_pool_info_get()
Dnxe_packet_data_append.c81 NX_PACKET_POOL *pool_ptr, ULONG wait_option) in _nxe_packet_data_append()
Dnxe_packet_pool_info_get.c83 UINT _nxe_packet_pool_info_get(NX_PACKET_POOL *pool_ptr, ULONG *total_packets, ULONG *free_packets, in _nxe_packet_pool_info_get()
Dnx_packet_allocate.c79 UINT _nx_packet_allocate(NX_PACKET_POOL *pool_ptr, NX_PACKET **packet_ptr, in _nx_packet_allocate()
Dnx_packet_debug_info_get.c76 UINT _nx_packet_debug_info_get(NX_PACKET_POOL *pool_ptr, UINT packet_index, NX_PACKET **packet_ppt… in _nx_packet_debug_info_get()
Dnx_http_proxy_client.c383 NX_PACKET_POOL *pool_ptr = ip_ptr -> nx_ip_default_packet_pool; in _nx_http_proxy_client_connect() local
573 NX_PACKET_POOL *pool_ptr = ip_ptr -> nx_ip_default_packet_pool; in _nx_http_proxy_client_connect_response_process() local
Dnx_packet_data_append.c79 NX_PACKET_POOL *pool_ptr, ULONG wait_option) in _nx_packet_data_append()
Dnx_packet_copy.c82 NX_PACKET_POOL *pool_ptr, ULONG wait_option) in _nx_packet_copy()
/NetX-Duo-v6.4.1/test/regression/ptp_test/
Dnetx_ptp_utility.c126 static VOID send_udp_data(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, in send_udp_data()
200 VOID send_announce(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, USHORT utc_offset) in send_announce()
212 VOID send_sync(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, NX_PTP_TIME *ts) in send_sync()
232 VOID send_follow_up(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, NX_PTP_TIME *ts) in send_follow_up()
243 VOID send_delay_response(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, in send_delay_response()
/NetX-Duo-v6.4.1/test/regression/azure_iot/
Dd2c_unit_test.c60 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry()
282 static UINT deplete_packets(NX_PACKET_POOL *pool_ptr, UINT remaining_packets) in deplete_packets()
293 static VOID release_packets(NX_PACKET_POOL *pool_ptr, UINT count) in release_packets()
Duser_agent_string_unit_test.c60 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry()
215 static UINT deplete_packets(NX_PACKET_POOL *pool_ptr, UINT remaining_packets) in deplete_packets()
226 static VOID release_packets(NX_PACKET_POOL *pool_ptr, UINT count) in release_packets()
Dconnection_non_block_ram_test.c336 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry()
441 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr) in mqtt_server_accept()
Dconnection_sas_expiry_ram_test.c338 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry()
462 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr) in mqtt_server_accept()
/NetX-Duo-v6.4.1/nx_secure/src/
Dnxe_secure_dtls_packet_allocate.c69 …NT _nxe_secure_dtls_packet_allocate(NX_SECURE_DTLS_SESSION *dtls_session, NX_PACKET_POOL *pool_ptr, in _nxe_secure_dtls_packet_allocate()
Dnxe_secure_tls_packet_allocate.c74 UINT _nxe_secure_tls_packet_allocate(NX_SECURE_TLS_SESSION *tls_session, NX_PACKET_POOL *pool_ptr, in _nxe_secure_tls_packet_allocate()
Dnx_secure_tls_packet_allocate.c80 UINT _nx_secure_tls_packet_allocate(NX_SECURE_TLS_SESSION *tls_session, NX_PACKET_POOL *pool_ptr, in _nx_secure_tls_packet_allocate()
Dnx_secure_dtls_packet_allocate.c76 UINT _nx_secure_dtls_packet_allocate(NX_SECURE_DTLS_SESSION *dtls_session, NX_PACKET_POOL *pool_ptr, in _nx_secure_dtls_packet_allocate()

123