Home
last modified time | relevance | path

Searched refs:NX_IPv6_TCP_PACKET (Results 1 – 15 of 15) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_unit_test.c181 NX_IPv6_TCP_PACKET)); in test_nx_azure_iot_publish_packet_get()
203 NX_IPv6_TCP_PACKET)); in test_nx_azure_iot_publish_packet_get()
230 NX_IPv6_TCP_PACKET)); in test_nx_azure_iot_publish_packet_get()
256 NX_IPv6_TCP_PACKET)); in test_nx_azure_iot_publish_packet_get()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_packet_allocate.c93 packet_type = NX_IPv6_TCP_PACKET; in _nx_secure_tls_packet_allocate()
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c697 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_items_get()
975 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_item_size_get()
1252 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_item_get()
1739 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_item_delete()
1964 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_quit()
2842 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_apop()
3064 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_user_pass()
3176 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_user_pass()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_ipv6_interface2_mss_test.c223 status = nx_packet_allocate(&pool_0, &my_packet1, NX_IPv6_TCP_PACKET, NX_WAIT_FOREVER); in thread_0_entry()
Dnetx_tcp_ipv6_basic_processing_test.c222 status = nx_packet_allocate(&pool_0, &my_packet, NX_IPv6_TCP_PACKET, NX_WAIT_FOREVER); in thread_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_http_proxy_client.c409 status = _nx_packet_allocate(pool_ptr, &packet_ptr, NX_IPv6_TCP_PACKET, NX_NO_WAIT); in _nx_http_proxy_client_connect()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.c1218 NX_IPv6_TCP_PACKET, wait_option); in _nxd_http_client_get_start_extended()
2461 NX_IPv6_TCP_PACKET, wait_option); in _nxd_http_client_put_start_extended()
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.c582 NX_IPv6_TCP_PACKET, wait_option); in _nx_websocket_client_connect_internal()
2465 NX_IPv6_TCP_PACKET, wait_option); in _nx_websocket_client_packet_allocate()
/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.c3602 packet_type = NX_IPv6_TCP_PACKET; in _nx_smtp_utility_send_to_server()
3735 packet_type = NX_IPv6_TCP_PACKET; in _nx_smtp_utility_send_header_to_server()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h611 #define NX_IPv6_TCP_PACKET (NX_IPv6_PACKET + 20) /* IPv6 header plus 20 bytes */ macro
619 #define NX_TCP_PACKET (NX_IPv6_TCP_PACKET + NX_IPSEC_MAX_HEADER_SIZE)
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c5797 header_size = NX_IPv6_TCP_PACKET; in _nxe_web_http_client_put_packet()
8121 NX_IPv6_TCP_PACKET, wait_option); in _nx_web_http_client_request_packet_allocate()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_client.c4915 packet_type = NX_IPv6_TCP_PACKET; in _nx_ftp_client_packet_allocate()
Dnxd_ftp_server.c5735 status = nx_packet_allocate(pool_ptr, packet_ptr, NX_IPv6_TCP_PACKET, wait_option); in _nx_ftp_packet_allocate()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c581 …= nx_packet_allocate(client_ptr -> nxd_mqtt_client_packet_pool_ptr, packet_ptr, NX_IPv6_TCP_PACKET, in _nxd_mqtt_client_packet_allocate()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c3247 packet_type = NX_IPv6_TCP_PACKET; in nx_bsd_send_internal()