Searched refs:NX_IPv6_TCP_PACKET (Results 1 – 12 of 12) sorted by relevance
/NetX-Duo-v6.2.1/nx_secure/src/ |
D | nx_secure_tls_packet_allocate.c | 94 packet_type = NX_IPv6_TCP_PACKET; in _nx_secure_tls_packet_allocate()
|
/NetX-Duo-v6.2.1/addons/pop3/ |
D | nxd_pop3_client.c | 698 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/ |
D | nx_http_proxy_client.c | 410 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/ |
D | nxd_http_client.c | 1219 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/ |
D | nx_websocket_client.c | 583 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/ |
D | nxd_smtp_client.c | 3599 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/ |
D | nx_api.h | 602 #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/ |
D | nx_web_http_client.c | 5798 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/ |
D | nxd_ftp_client.c | 4912 packet_type = NX_IPv6_TCP_PACKET; in _nx_ftp_client_packet_allocate()
|
D | nxd_ftp_server.c | 5672 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/ |
D | nxd_mqtt_client.c | 577 …= 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/ |
D | nxd_bsd.c | 3191 packet_type = NX_IPv6_TCP_PACKET; in nx_bsd_send_internal()
|