Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_packet_allocate.c94 packet_type = NX_IPv6_TCP_PACKET; in _nx_secure_tls_packet_allocate()
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c698 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_items_get()
976 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_item_size_get()
1253 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_item_get()
1740 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_mail_item_delete()
1965 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_quit()
2843 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_apop()
3065 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_user_pass()
3177 packet_type = NX_IPv6_TCP_PACKET; in _nx_pop3_client_user_pass()
/NetX-Duo-v6.2.1/common/src/
Dnx_http_proxy_client.c410 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.c1219 NX_IPv6_TCP_PACKET, wait_option); in _nxd_http_client_get_start_extended()
2462 NX_IPv6_TCP_PACKET, wait_option); in _nxd_http_client_put_start_extended()
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.c583 NX_IPv6_TCP_PACKET, wait_option); in _nx_websocket_client_connect_internal()
2466 NX_IPv6_TCP_PACKET, wait_option); in _nx_websocket_client_packet_allocate()
/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.c3599 packet_type = NX_IPv6_TCP_PACKET; in _nx_smtp_utility_send_to_server()
3732 packet_type = NX_IPv6_TCP_PACKET; in _nx_smtp_utility_send_header_to_server()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h602 #define NX_IPv6_TCP_PACKET (NX_IPv6_PACKET + 20) /* IPv6 header plus 20 bytes */ macro
610 #define NX_TCP_PACKET (NX_IPv6_TCP_PACKET + NX_IPSEC_MAX_HEADER_SIZE)
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c5798 header_size = NX_IPv6_TCP_PACKET; in _nxe_web_http_client_put_packet()
8122 NX_IPv6_TCP_PACKET, wait_option); in _nx_web_http_client_request_packet_allocate()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_client.c4912 packet_type = NX_IPv6_TCP_PACKET; in _nx_ftp_client_packet_allocate()
Dnxd_ftp_server.c5672 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.c577 …= nx_packet_allocate(client_ptr -> nxd_mqtt_client_packet_pool_ptr, packet_ptr, NX_IPv6_TCP_PACKET, in _nxd_mqtt_packet_allocate()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c3191 packet_type = NX_IPv6_TCP_PACKET; in nx_bsd_send_internal()