/NetX-Duo-v6.4.1/addons/ftp/ |
D | nxd_ftp_client.h | 293 …NX_FTP_CLIENT *ftp_client_ptr, ULONG server_ip, CHAR *username, CHAR *password, ULONG wait_option); 294 …ENT *ftp_client_ptr, NXD_ADDRESS *server_ipduo, CHAR *username, CHAR *password, ULONG wait_option); 297 …tp_client_directory_create(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_name, ULONG wait_option); 298 …ient_directory_default_set(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_path, ULONG wait_option); 299 …tp_client_directory_delete(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_name, ULONG wait_option); 300 …et(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_path, NX_PACKET **packet_ptr, ULONG wait_option); 301 …rectory_listing_continue(NX_FTP_CLIENT *ftp_client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 302 UINT nx_ftp_client_disconnect(NX_FTP_CLIENT *ftp_client_ptr, ULONG wait_option); 303 UINT nx_ftp_client_file_close(NX_FTP_CLIENT *ftp_client_ptr, ULONG wait_option); 304 … nx_ftp_client_file_delete(NX_FTP_CLIENT *ftp_client_ptr, CHAR *file_name, ULONG wait_option); [all …]
|
D | nxd_ftp_client.c | 101 CHAR *password, ULONG wait_option) in _nxe_ftp_client_connect() argument 120 status = _nx_ftp_client_connect(ftp_client_ptr, server_ip, username, password, wait_option); in _nxe_ftp_client_connect() 129 NX_PARAMETER_NOT_USED(wait_option); in _nxe_ftp_client_connect() 185 CHAR *password, ULONG wait_option) in _nx_ftp_client_connect() argument 197 … (_nx_ftp_client_connect_internal(ftp_client_ptr, &server_ipduo, username, password, wait_option)); in _nx_ftp_client_connect() 203 NX_PARAMETER_NOT_USED(wait_option); in _nx_ftp_client_connect() 257 CHAR *password, ULONG wait_option) in _nxde_ftp_client_connect() argument 275 … status = _nxd_ftp_client_connect(ftp_client_ptr, server_ipduo, username, password, wait_option); in _nxde_ftp_client_connect() 329 CHAR *password, ULONG wait_option) in _nxd_ftp_client_connect() argument 333 …_nx_ftp_client_connect_internal(ftp_client_ptr, server_ipduo, username, password, wait_option)); in _nxd_ftp_client_connect() [all …]
|
/NetX-Duo-v6.4.1/addons/telnet/ |
D | nxd_telnet_client.c | 87 UINT server_port, ULONG wait_option) in _nxde_telnet_client_connect() argument 109 status = _nxd_telnet_client_connect(client_ptr, server_ip_address, server_port, wait_option); in _nxde_telnet_client_connect() 162 UINT server_port, ULONG wait_option) in _nxd_telnet_client_connect() argument 178 …s = nx_tcp_client_socket_bind(&(client_ptr -> nx_telnet_client_socket), NX_ANY_PORT, wait_option); in _nxd_telnet_client_connect() 191 server_ip_address, server_port, wait_option); in _nxd_telnet_client_connect() 253 …_client_connect(NX_TELNET_CLIENT *client_ptr, ULONG server_ip, UINT server_port, ULONG wait_option) in _nxe_telnet_client_connect() argument 272 status = _nx_telnet_client_connect(client_ptr, server_ip, server_port, wait_option); in _nxe_telnet_client_connect() 280 NX_PARAMETER_NOT_USED(wait_option); in _nxe_telnet_client_connect() 337 UINT server_port, ULONG wait_option) in _nx_telnet_client_connect() argument 347 … return (_nxd_telnet_client_connect(client_ptr, &server_ipduo_address, server_port, wait_option)); in _nx_telnet_client_connect() [all …]
|
D | nxd_telnet_client.h | 153 …(NX_TELNET_CLIENT *my_client, NXD_ADDRESS *server_ip_address, UINT server_port, ULONG wait_option); 154 …onnect(NX_TELNET_CLIENT *client_ptr, ULONG server_ip_address, UINT server_port, ULONG wait_option); 157 UINT nx_telnet_client_disconnect(NX_TELNET_CLIENT *client_ptr, ULONG wait_option); 158 …net_client_packet_receive(NX_TELNET_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 159 …_telnet_client_packet_send(NX_TELNET_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG wait_option); 165 …(NX_TELNET_CLIENT *my_client, NXD_ADDRESS *server_ip_address, UINT server_port, ULONG wait_option); 166 …(NX_TELNET_CLIENT *my_client, NXD_ADDRESS *server_ip_address, UINT server_port, ULONG wait_option); 168 …onnect(NX_TELNET_CLIENT *client_ptr, ULONG server_ip_address, UINT server_port, ULONG wait_option); 169 …onnect(NX_TELNET_CLIENT *client_ptr, ULONG server_ip_address, UINT server_port, ULONG wait_option); 174 UINT _nxe_telnet_client_disconnect(NX_TELNET_CLIENT *client_ptr, ULONG wait_option); [all …]
|
/NetX-Duo-v6.4.1/addons/web/ |
D | nx_web_http_client.c | 458 …p_client_content_type_header_add(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *resource, ULONG wait_option) in _nx_web_http_client_content_type_header_add() argument 465 _nx_web_http_client_request_header_add(client_ptr, "Content-Type", 12, string1, j, wait_option); in _nx_web_http_client_content_type_header_add() 518 …ent_content_length_header_add(NX_WEB_HTTP_CLIENT *client_ptr, ULONG total_bytes, ULONG wait_option) in _nx_web_http_client_content_length_header_add() argument 525 … _nx_web_http_client_request_header_add(client_ptr, "Content-Length", 14, string1, j, wait_option); in _nx_web_http_client_content_length_header_add() 580 ULONG wait_option) in _nxe_web_http_client_get_start() argument 596 host, username, password, wait_option); in _nxe_web_http_client_get_start() 655 CHAR *username, CHAR *password, ULONG wait_option) in _nx_web_http_client_get_start() argument 683 wait_option)); in _nx_web_http_client_get_start() 743 UINT password_length, ULONG wait_option) in _nxe_web_http_client_get_start_extended() argument 761 wait_option); in _nxe_web_http_client_get_start_extended() [all …]
|
D | nx_web_http_client.h | 257 …lient_response_body_get(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 258 …b_http_client_put_packet(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG wait_option); 259 …, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG wait_option); 261 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option); 262 … CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option); 264 … UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_option); 265 … CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option); 267 … UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_option); 268 …, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG wait_option); 270 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option); [all …]
|
/NetX-Duo-v6.4.1/addons/http/ |
D | nxd_http_client.h | 239 …AR *resource, CHAR *input_ptr, UINT input_size, CHAR *username, CHAR *password, ULONG wait_option); 240 …ze, CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option); 241 … nx_http_client_get_packet(NX_HTTP_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 242 … ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option); 243 … UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_option); 244 … nx_http_client_put_packet(NX_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG wait_option); 246 …AR *resource, CHAR *input_ptr, UINT input_size, CHAR *username, CHAR *password, ULONG wait_option); 247 …ze, CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option); 248 …*ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option); 249 … UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_option); [all …]
|
D | nxd_http_client.c | 512 UINT input_size, CHAR *username, CHAR *password, ULONG wait_option) in _nxe_http_client_get_start() argument 528 username, password, wait_option); in _nxe_http_client_get_start() 540 NX_PARAMETER_NOT_USED(wait_option); in _nxe_http_client_get_start() 598 CHAR *password, UINT password_length, ULONG wait_option) in _nxe_http_client_get_start_extended() argument 615 password, password_length, wait_option); in _nxe_http_client_get_start_extended() 630 NX_PARAMETER_NOT_USED(wait_option); in _nxe_http_client_get_start_extended() 687 UINT input_size, CHAR *username, CHAR *password, ULONG wait_option) in _nx_http_client_get_start() argument 700 username, password, wait_option); in _nx_http_client_get_start() 711 NX_PARAMETER_NOT_USED(wait_option); in _nx_http_client_get_start() 775 CHAR *password, UINT password_length, ULONG wait_option) in _nx_http_client_get_start_extended() argument [all …]
|
/NetX-Duo-v6.4.1/addons/websocket/ |
D | nx_websocket_client.h | 263 …client_packet_allocate(NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 267 UCHAR *protocol, UINT protocol_length,UINT wait_option); 272 UCHAR *protocol, UINT protocol_length,UINT wait_option); 274 UINT nx_websocket_client_disconnect(NX_WEBSOCKET_CLIENT *client_ptr, UINT wait_option); 275 …X_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option); 276 …ent_receive(NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET **packet_ptr, UINT *code, UINT wait_option); 288 …client_packet_allocate(NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 289 …client_packet_allocate(NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option); 293 UCHAR *protocol, UINT protocol_length,UINT wait_option); 297 UCHAR *protocol, UINT protocol_length,UINT wait_option); [all …]
|
D | nx_websocket_client.c | 353 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nxe_websocket_client_connect() argument 370 … socket_ptr, host, host_length, uri_path, uri_path_length, protocol, protocol_length, wait_option); in _nxe_websocket_client_connect() 426 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nx_websocket_client_connect() argument 465 …(client_ptr, host, host_length, resource, resource_length, protocol, protocol_length, wait_option); in _nx_websocket_client_connect() 531 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nx_websocket_client_connect_internal() argument 576 NX_IPv4_TCP_PACKET, wait_option); in _nx_websocket_client_connect_internal() 582 NX_IPv6_TCP_PACKET, wait_option); in _nx_websocket_client_connect_internal() 609 …t_ptr, "GET ", sizeof("GET ") - 1, client_ptr -> nx_websocket_client_packet_pool_ptr, wait_option); in _nx_websocket_client_connect_internal() 610 …et_ptr, uri_path, uri_path_length, client_ptr -> nx_websocket_client_packet_pool_ptr, wait_option); in _nx_websocket_client_connect_internal() 611 …TTP/1.1", sizeof(" HTTP/1.1") - 1, client_ptr -> nx_websocket_client_packet_pool_ptr, wait_option); in _nx_websocket_client_connect_internal() [all …]
|
/NetX-Duo-v6.4.1/nx_secure/src/ |
D | nx_secure_tls_1_3_server_handshake.c | 118 UINT data_length, ULONG wait_option) in _nx_secure_tls_1_3_server_handshake() argument 354 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_server_handshake() 368 …ecure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_SERVER_HELLO, wait_option); in _nx_secure_tls_1_3_server_handshake() 401 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_server_handshake() 415 …s_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_ENCRYPTED_EXTENSIONS, wait_option); in _nx_secure_tls_1_3_server_handshake() 426 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_server_handshake() 437 …ls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_REQUEST, wait_option); in _nx_secure_tls_1_3_server_handshake() 457 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_server_handshake() 464 _nx_secure_tls_send_certificate(tls_session, send_packet, wait_option); in _nx_secure_tls_1_3_server_handshake() 465 …re_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_MSG, wait_option); in _nx_secure_tls_1_3_server_handshake() [all …]
|
D | nx_secure_tls_server_handshake.c | 117 UINT data_length, ULONG wait_option) in _nx_secure_tls_server_handshake() argument 261 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_server_handshake() 275 …ecure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_SERVER_HELLO, wait_option); in _nx_secure_tls_server_handshake() 289 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_server_handshake() 296 _nx_secure_tls_send_certificate(tls_session, send_packet, wait_option); in _nx_secure_tls_server_handshake() 297 …re_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_MSG, wait_option); in _nx_secure_tls_server_handshake() 318 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_server_handshake() 332 …ls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_SERVER_KEY_EXCHANGE, wait_option); in _nx_secure_tls_server_handshake() 345 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_server_handshake() 356 …ls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_REQUEST, wait_option); in _nx_secure_tls_server_handshake() [all …]
|
D | nx_secure_dtls_server_handshake.c | 127 UINT data_length, ULONG wait_option) in _nx_secure_dtls_server_handshake() argument 383 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_server_handshake() 391 …nd_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_HELLO_VERIFY_REQUEST, wait_option, 1); in _nx_secure_dtls_server_handshake() 408 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_server_handshake() 416 …_dtls_send_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_SERVER_HELLO, wait_option, 1); in _nx_secure_dtls_server_handshake() 427 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_server_handshake() 434 _nx_secure_tls_send_certificate(tls_session, send_packet, wait_option); in _nx_secure_dtls_server_handshake() 435 …ls_send_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_MSG, wait_option, 1); in _nx_secure_dtls_server_handshake() 448 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_server_handshake() 462 …end_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_SERVER_KEY_EXCHANGE, wait_option, 1); in _nx_secure_dtls_server_handshake() [all …]
|
D | nx_secure_dtls_session_start.c | 83 UINT is_client, UINT wait_option) in _nx_secure_dtls_session_start() argument 140 …andshake_packet(dtls_session, tls_session -> nx_secure_tls_packet_pool, &send_packet, wait_option); in _nx_secure_dtls_session_start() 157 …_dtls_send_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_CLIENT_HELLO, wait_option, 0); in _nx_secure_dtls_session_start() 195 if ((dtls_session -> nx_secure_dtls_handshake_timeout > wait_option) || in _nx_secure_dtls_session_start() 199 minimum_wait_option = wait_option; in _nx_secure_dtls_session_start() 225 if (minimum_wait_option == wait_option) in _nx_secure_dtls_session_start() 240 wait_option -= minimum_wait_option; in _nx_secure_dtls_session_start() 261 NX_PARAMETER_NOT_USED(wait_option); in _nx_secure_dtls_session_start()
|
D | nx_secure_tls_client_handshake.c | 128 UINT data_length, ULONG wait_option) in _nx_secure_tls_client_handshake() argument 359 …handshake_packet(tls_session, tls_session -> nx_secure_tls_packet_pool, &send_packet, wait_option); in _nx_secure_tls_client_handshake() 375 …ecure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CLIENT_HELLO, wait_option); in _nx_secure_tls_client_handshake() 425 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_client_handshake() 432 status = _nx_secure_tls_send_certificate(tls_session, send_packet, wait_option); in _nx_secure_tls_client_handshake() 439 …re_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_MSG, wait_option); in _nx_secure_tls_client_handshake() 455 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_client_handshake() 470 …ls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CLIENT_KEY_EXCHANGE, wait_option); in _nx_secure_tls_client_handshake() 486 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_client_handshake() 500 …tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_VERIFY, wait_option); in _nx_secure_tls_client_handshake() [all …]
|
D | nx_secure_tls_session_receive.c | 82 ULONG wait_option) in _nx_secure_tls_session_receive() argument 97 status = _nx_secure_tls_session_receive_records(tls_session, packet_ptr_ptr, wait_option); in _nx_secure_tls_session_receive() 106 status = _nx_secure_tls_handshake_process(tls_session, wait_option); in _nx_secure_tls_session_receive() 121 … status = _nx_secure_tls_session_receive_records(tls_session, packet_ptr_ptr, wait_option); in _nx_secure_tls_session_receive() 132 … status = _nx_secure_tls_session_receive_records(tls_session, packet_ptr_ptr, wait_option); in _nx_secure_tls_session_receive()
|
D | nx_secure_dtls_client_handshake.c | 124 UINT data_length, ULONG wait_option) in _nx_secure_dtls_client_handshake() argument 411 …_dtls_send_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_CLIENT_HELLO, wait_option, 1); in _nx_secure_dtls_client_handshake() 435 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_client_handshake() 442 _nx_secure_tls_send_certificate(tls_session, send_packet, wait_option); in _nx_secure_dtls_client_handshake() 444 …ls_send_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_MSG, wait_option, 1); in _nx_secure_dtls_client_handshake() 460 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_client_handshake() 469 …end_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_CLIENT_KEY_EXCHANGE, wait_option, 1); in _nx_secure_dtls_client_handshake() 484 … = _nx_secure_dtls_allocate_handshake_packet(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_client_handshake() 493 …send_handshake_record(dtls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_VERIFY, wait_option, 1); in _nx_secure_dtls_client_handshake() 517 … status = _nx_secure_dtls_packet_allocate(dtls_session, packet_pool, &send_packet, wait_option); in _nx_secure_dtls_client_handshake() [all …]
|
D | nx_secure_tls_session_renegotiate.c | 110 UINT _nx_secure_tls_session_renegotiate(NX_SECURE_TLS_SESSION *tls_session, UINT wait_option) in _nx_secure_tls_session_renegotiate() argument 152 …handshake_packet(tls_session, tls_session -> nx_secure_tls_packet_pool, &send_packet, wait_option); in _nx_secure_tls_session_renegotiate() 187 …ecure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CLIENT_HELLO, wait_option); in _nx_secure_tls_session_renegotiate() 208 … status = _nx_secure_tls_session_receive_records(tls_session, &incoming_packet, wait_option); in _nx_secure_tls_session_renegotiate() 240 …handshake_packet(tls_session, tls_session -> nx_secure_tls_packet_pool, &send_packet, wait_option); in _nx_secure_tls_session_renegotiate() 262 …cure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_HELLO_REQUEST, wait_option); in _nx_secure_tls_session_renegotiate() 284 … status = _nx_secure_tls_session_receive_records(tls_session, &incoming_packet, wait_option); in _nx_secure_tls_session_renegotiate()
|
D | nx_secure_tls_1_3_client_handshake.c | 153 UINT data_length, ULONG wait_option) in _nx_secure_tls_1_3_client_handshake() argument 423 …handshake_packet(tls_session, tls_session -> nx_secure_tls_packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_client_handshake() 440 …ecure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CLIENT_HELLO, wait_option); in _nx_secure_tls_1_3_client_handshake() 532 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_client_handshake() 539 status = _nx_secure_tls_send_certificate(tls_session, send_packet, wait_option); in _nx_secure_tls_1_3_client_handshake() 546 …re_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_MSG, wait_option); in _nx_secure_tls_1_3_client_handshake() 570 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_client_handshake() 584 …tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_CERTIFICATE_VERIFY, wait_option); in _nx_secure_tls_1_3_client_handshake() 619 …us = _nx_secure_tls_allocate_handshake_packet(tls_session, packet_pool, &send_packet, wait_option); in _nx_secure_tls_1_3_client_handshake() 629 …nx_secure_tls_send_handshake_record(tls_session, send_packet, NX_SECURE_TLS_FINISHED, wait_option); in _nx_secure_tls_1_3_client_handshake() [all …]
|
/NetX-Duo-v6.4.1/addons/dns/ |
D | nxd_dns.h | 924 …ns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, ULONG wait_option); 925 …S *dns_ptr, ULONG ip_address, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wait_option); 926 …, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_option); 929 …et (NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buffer, UINT buffer_size, ULONG wait_option); 930 …, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_option); 931 …get(NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buffer, UINT buffer_size, ULONG wait_option); 932 …, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_option); 933 …, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_option); 934 …et (NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buffer, UINT buffer_size, ULONG wait_option); 935 …(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, USHORT* host_port, ULONG wait_option); [all …]
|
/NetX-Duo-v6.4.1/addons/azure_iot/ |
D | nx_azure_iot_hub_client.h | 322 UINT clean_session, UINT wait_option); 405 UINT wait_option); 433 UINT wait_option); 457 UINT wait_option); 478 … const UCHAR *telemetry_data, UINT data_size, UINT wait_option); 500 … const UCHAR *telemetry_data, UINT data_size, USHORT *packet_id_ptr, UINT wait_option); 562 NX_PACKET **packet_pptr, UINT wait_option); 636 … NX_PACKET **packet_pptr, UINT wait_option); 659 UINT payload_length, UINT wait_option); 715 NX_PACKET **packet_pptr, UINT wait_option); [all …]
|
/NetX-Duo-v6.4.1/addons/tftp/ |
D | nxd_tftp_client.h | 267 …ENT *tftp_client_ptr, CHAR *file_name, ULONG server_ip_address, UINT open_type, ULONG wait_option); 273 … CHAR *file_name, NXD_ADDRESS *server_ip_address, UINT open_type, ULONG wait_option, UINT ip_type); 274 …ile_read(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET **packet_ptr, ULONG wait_option, UINT ip_type); 275 …ile_write(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET *packet_ptr, ULONG wait_option, UINT ip_type); 276 …packet_allocate(NX_PACKET_POOL *pool_ptr, NX_PACKET **packet_ptr, ULONG wait_option, UINT ip_type); 283 …ENT *tftp_client_ptr, CHAR *file_name, ULONG server_ip_address, UINT open_type, ULONG wait_option); 284 …T *tftp_client_ptr, CHAR *file_name, ULONG server_ip_address, UINT open_type, ULONG wait_option); 294 … CHAR *file_name, NXD_ADDRESS *server_ip_address, UINT open_type, ULONG wait_option, UINT ip_type); 295 … CHAR *file_name, NXD_ADDRESS *server_ip_address, UINT open_type, ULONG wait_option, UINT ip_type); 296 …ile_read(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET **packet_ptr, ULONG wait_option, UINT ip_type); [all …]
|
D | nxd_tftp_client.c | 860 …IENT *tftp_client_ptr, CHAR *file_name, ULONG server_ip_address, UINT open_type, ULONG wait_option) in _nxe_tftp_client_file_open() argument 883 … _nx_tftp_client_file_open(tftp_client_ptr, file_name, server_ip_address, open_type, wait_option); in _nxe_tftp_client_file_open() 892 NX_PARAMETER_NOT_USED(wait_option); in _nxe_tftp_client_file_open() 944 …IENT *tftp_client_ptr, CHAR *file_name, ULONG server_ip_address, UINT open_type, ULONG wait_option) in _nx_tftp_client_file_open() argument 957 …_open_internal(tftp_client_ptr, file_name, &server_address, open_type, wait_option, NX_IP_VERSION_… in _nx_tftp_client_file_open() 967 NX_PARAMETER_NOT_USED(wait_option); in _nx_tftp_client_file_open() 1025 …, CHAR *file_name, NXD_ADDRESS *server_ip_address, UINT open_type, ULONG wait_option, UINT ip_type) in _nxde_tftp_client_file_open() argument 1053 …p_client_file_open(tftp_client_ptr, file_name, server_ip_address, open_type, wait_option, ip_type); in _nxde_tftp_client_file_open() 1111 …, CHAR *file_name, NXD_ADDRESS *server_ip_address, UINT open_type, ULONG wait_option, UINT ip_type) in _nxd_tftp_client_file_open() argument 1118 …le_open_internal(tftp_client_ptr, file_name, server_ip_address, open_type, wait_option, ip_type); in _nxd_tftp_client_file_open() [all …]
|
/NetX-Duo-v6.4.1/test/regression/ftp_test/ |
D | netx_ftp_server_list_command_test.c | 60 NX_PACKET **packet_ptr, ULONG wait_option); 333 NX_PACKET **packet_ptr, ULONG wait_option) in ftp_client_directory_listing_get() argument 350 status = _nx_ftp_client_active_transfer_setup(ftp_client_ptr, wait_option); in ftp_client_directory_listing_get() 359 status = _nx_ftp_client_packet_allocate(ftp_client_ptr, &new_packet_ptr, wait_option); in ftp_client_directory_listing_get() 366 _nx_ftp_client_data_socket_cleanup(ftp_client_ptr, wait_option); in ftp_client_directory_listing_get() 377 _nx_ftp_client_data_socket_cleanup(ftp_client_ptr, wait_option); in ftp_client_directory_listing_get() 405 _nx_ftp_client_data_socket_cleanup(ftp_client_ptr, wait_option); in ftp_client_directory_listing_get() 429 …x_tcp_socket_send(&(ftp_client_ptr -> nx_ftp_client_control_socket), new_packet_ptr, wait_option); in ftp_client_directory_listing_get() 436 _nx_ftp_client_data_socket_cleanup(ftp_client_ptr, wait_option); in ftp_client_directory_listing_get() 450 …status = nx_tcp_server_socket_accept(&(ftp_client_ptr -> nx_ftp_client_data_socket), wait_option); in ftp_client_directory_listing_get() [all …]
|
/NetX-Duo-v6.4.1/addons/mqtt/ |
D | nxd_mqtt_client.c | 54 …c UINT _nxd_mqtt_packet_send(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT wait_option); 55 …NT _nxd_mqtt_packet_receive(NXD_MQTT_CLIENT *client_ptr, NX_PACKET **packet_ptr, UINT wait_option); 57 … USHORT packet_id, UCHAR set_duplicate_flag, UINT wait_option); 60 static UINT _nxd_mqtt_client_retransmit_message(NXD_MQTT_CLIENT *client_ptr, ULONG wait_option); 61 static UINT _nxd_mqtt_client_connect_packet_send(NXD_MQTT_CLIENT *client_ptr, ULONG wait_option); 112 …QTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, UCHAR control_header, UINT length, UINT wait_option) in _nxd_mqtt_client_set_fixed_header() argument 138 client_ptr -> nxd_mqtt_client_packet_pool_ptr, wait_option); in _nxd_mqtt_client_set_fixed_header() 549 …mqtt_client_packet_allocate(NXD_MQTT_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wait_option) in _nxd_mqtt_client_packet_allocate() argument 558 …socket_client_packet_allocate(&(client_ptr -> nxd_mqtt_client_websocket), packet_ptr, wait_option); in _nxd_mqtt_client_packet_allocate() 568 packet_ptr, wait_option); in _nxd_mqtt_client_packet_allocate() [all …]
|