| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_client.h | 110 CHAR *nx_web_http_client_status_string; /* String of status */ 119 …CHAR *nx_web_http_client_name; /* Name of this HTTP Client … 144 CHAR *field_name, UINT field_name_length, 145 … CHAR *field_value, UINT field_value_length); 250 UINT _nx_web_http_client_create(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip… 252 UINT _nxe_web_http_client_create(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *i… 259 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH… 260 …*client_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, UINT resource_length, CHAR … 261 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option); 262 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH… [all …]
|
| D | nx_web_http_server.h | 230 CHAR *nx_web_http_server_mime_map_extension; /* Extension of file */ 231 CHAR *nx_web_http_server_mime_map_type; /* MIME type of file */ 292 …CHAR *nx_web_http_server_name; /* Name of this HTTP Server … 294 CHAR nx_web_http_server_request_resource[NX_WEB_HTTP_MAX_RESOURCE + 1]; 356 …HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, C… 357 …erver_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **password, UIN… 358 …_notify)(struct NX_WEB_HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, NX_PACKE… 360 …UINT (*nx_web_http_server_invalid_username_password_callback)(CHAR *resource, NXD_ADDRESS *client_… 362 …UINT (*nx_web_http_server_invalid_username_password_callback)(CHAR *resource, ULONG client_address… 365 …UINT (*nx_web_http_server_cache_info_get)(CHAR *resource, UINT *max_age, NX_WEB_HTTP_SERVER_DATE *… [all …]
|
| D | nx_web_http_client.c | 142 UINT _nxe_web_http_client_create(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr,… in _nxe_web_http_client_create() 216 UINT _nx_web_http_client_create(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, … in _nx_web_http_client_create() 458 UINT _nx_web_http_client_content_type_header_add(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *resource, UL… in _nx_web_http_client_content_type_header_add() 461 CHAR string1[20]; in _nx_web_http_client_content_type_header_add() 521 CHAR string1[20]; in _nx_web_http_client_content_length_header_add() 579 CHAR *resource, CHAR *host, CHAR *username, CHAR *password, in _nxe_web_http_client_get_start() 654 CHAR *resource, CHAR *host, in _nx_web_http_client_get_start() 655 CHAR *username, CHAR *password, ULONG wait_option) in _nx_web_http_client_get_start() 740 … UINT server_port, CHAR *resource, UINT resource_length, in _nxe_web_http_client_get_start_extended() 741 CHAR *host, UINT host_length, CHAR *username, in _nxe_web_http_client_get_start_extended() [all …]
|
| D | nx_web_http_server.c | 51 static CHAR _nx_web_http_server_base64_array[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw… 55 const CHAR _nx_web_http_server_weekday[][3] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; 56 const CHAR _nx_web_http_server_month[][3] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug"… 71 static CHAR authorization_request[NX_WEB_HTTP_MAX_STRING + 1]; 72 static CHAR authorization_decoded[NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 2]; 124 …NX_WEB_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, U… in _nxe_web_http_server_content_get() 195 …NX_WEB_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, U… in _nx_web_http_server_content_get() 685 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_web_http_server_content_get_extended() 764 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_web_http_server_content_get_extended() 772 CHAR *buffer_ptr; in _nx_web_http_server_content_get_extended() [all …]
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_client.h | 168 …CHAR *nx_http_client_name; /* Name of this HTTP Client … 234 UINT _nx_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX… 236 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, N… 239 …TP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR *input_ptr, UINT input_size, CHAR *u… 240 … ULONG ip_address, CHAR *resource, UINT resource_length, CHAR *input_ptr, UINT input_size, CHAR *u… 242 …t_put_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR *username, CHAR *pa… 243 …IENT *client_ptr, ULONG ip_address, CHAR *resource, UINT resource_length, CHAR *username, UINT use… 246 …NT *client_ptr, NXD_ADDRESS *ip_address, CHAR *resource, CHAR *input_ptr, UINT input_size, CHAR *u… 247 …DRESS *ip_address, CHAR *resource, UINT resource_length, CHAR *input_ptr, UINT input_size, CHAR *u… 248 …tart(NX_HTTP_CLIENT *client_ptr, NXD_ADDRESS *ip_address, CHAR *resource, CHAR *username, CHAR *pa… [all …]
|
| D | nxd_http_server.h | 317 CHAR *nx_http_server_mime_map_extension; /* Extension of file */ 318 CHAR *nx_http_server_mime_map_type; /* MIME type of file */ 380 …CHAR *nx_http_server_name; /* Name of this HTTP Server … 382 CHAR nx_http_server_request_resource[NX_HTTP_MAX_RESOURCE + 1]; 419 …HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, C… 420 …erver_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **password, UIN… 421 …uest_notify)(struct NX_HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, NX_PACKE… 422 …UINT (*nx_http_server_invalid_username_password_callback)(CHAR *resource, NXD_ADDRESS *client_nxd_… 424 …UINT (*nx_http_server_cache_info_get)(CHAR *resource, UINT *max_age, NX_HTTP_SERVER_DATE *last_mod… 426 …http_server_digest_authenticate_callback)(struct NX_HTTP_SERVER_STRUCT *server_ptr, CHAR *name_ptr, [all …]
|
| D | nxd_http_server.c | 45 static CHAR _nx_http_server_base64_array[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0… 49 const CHAR *_nx_http_server_weekday[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; 50 const CHAR *_nx_http_server_month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep… 65 static CHAR authorization_request[NX_HTTP_MAX_STRING + 1]; 66 static CHAR authorization_decoded[NX_HTTP_MAX_NAME + NX_HTTP_MAX_PASSWORD + 2]; 118 …get(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, U… in _nxe_http_server_content_get() 190 …get(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, U… in _nx_http_server_content_get() 201 CHAR *buffer_ptr; in _nx_http_server_content_get() 301 … buffer_ptr = ((CHAR *) new_packet_ptr -> nx_packet_prepend_ptr) + (get_offset - offset); in _nx_http_server_content_get() 318 if ((buffer_ptr == (CHAR *) NX_NULL) || (new_packet_ptr == NX_NULL)) in _nx_http_server_content_get() [all …]
|
| D | nxd_http_client.c | 94 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX_PACK… in _nxe_http_client_create() 168 UINT _nx_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX_PACKE… in _nx_http_client_create() 511 UINT _nxe_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR… in _nxe_http_client_get_start() 512 UINT input_size, CHAR *username, CHAR *password, ULONG wait_option) in _nxe_http_client_get_start() 596 UINT _nxe_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resou… in _nxe_http_client_get_start_extended() 597 … CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, in _nxe_http_client_get_start_extended() 598 CHAR *password, UINT password_length, ULONG wait_option) in _nxe_http_client_get_start_extended() 686 UINT _nx_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR … in _nx_http_client_get_start() 687 UINT input_size, CHAR *username, CHAR *password, ULONG wait_option) in _nx_http_client_get_start() 773 UINT _nx_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resour… in _nx_http_client_get_start_extended() [all …]
|
| /NetX-Duo-v6.2.1/addons/ftp/ |
| D | nxd_ftp_server.h | 282 …CHAR nx_ftp_client_request_read_only; /* Read-only flag … 283 …CHAR nx_ftp_client_request_transfer_type; /* FTP Data transfer type … 284 …CHAR nx_ftp_client_request_login; /* FTP Login flag … 285 …CHAR nx_ftp_client_request_passive_transfer_enabled; /* Client enabled for passive tran… 290 CHAR nx_ftp_client_request_username[NX_FTP_USERNAME_SIZE]; 291 CHAR nx_ftp_client_request_password[NX_FTP_PASSWORD_SIZE]; 305 …CHAR *nx_ftp_server_name; /* Name of this FTP server … 327 …r_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 328 …r_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 330 …CT *ftp_server_ptr, ULONG client_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… [all …]
|
| D | nxd_ftp_client.h | 217 …CHAR *nx_ftp_client_name; /* Name of this FTP client … 293 …tp_client_connect(NX_FTP_CLIENT *ftp_client_ptr, ULONG server_ip, CHAR *username, CHAR *password, … 294 …connect(NX_FTP_CLIENT *ftp_client_ptr, NXD_ADDRESS *server_ipduo, CHAR *username, CHAR *password, … 295 UINT nx_ftp_client_create(NX_FTP_CLIENT *ftp_client_ptr, CHAR *ftp_client_name, NX_IP *ip_pt… 297 UINT nx_ftp_client_directory_create(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_name, ULO… 298 UINT nx_ftp_client_directory_default_set(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_path… 299 UINT nx_ftp_client_directory_delete(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_name, ULO… 300 UINT nx_ftp_client_directory_listing_get(NX_FTP_CLIENT *ftp_client_ptr, CHAR *directory_path… 304 UINT nx_ftp_client_file_delete(NX_FTP_CLIENT *ftp_client_ptr, CHAR *file_name, ULONG wait_op… 305 UINT nx_ftp_client_file_open(NX_FTP_CLIENT *ftp_client_ptr, CHAR *file_name, UINT open_type,… [all …]
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | http_digest_authentication.c | 7 VOID http_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination) in http_hex_ascii_convert() 11 CHAR digit; in http_hex_ascii_convert() 26 destination[j++] = (CHAR)(digit + '0'); in http_hex_ascii_convert() 28 destination[j++] = (CHAR)(digit + 'a' - 10); in http_hex_ascii_convert() 35 destination[j++] = (CHAR)(digit + '0'); in http_hex_ascii_convert() 37 destination[j++] = (CHAR)(digit + 'a' - 10); in http_hex_ascii_convert() 41 destination[j] = (CHAR) NX_NULL; in http_hex_ascii_convert() 44 UINT http_nonce_retrieve(NX_PACKET *packet_ptr, CHAR *nonce) in http_nonce_retrieve() 48 CHAR *buffer_ptr; in http_nonce_retrieve() 54 buffer_ptr = (CHAR *) packet_ptr -> nx_packet_prepend_ptr; in http_nonce_retrieve() [all …]
|
| D | netx_web_digest_authenticate_test2.c | 26 static CHAR ram_disk_memory[4096]; 71 CHAR *resource, CHAR **name, CHAR **password, CHAR **realm); 72 …check_extended(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UIN… 73 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length); 76 static CHAR nonce_buffer[NX_WEB_HTTP_SERVER_NONCE_SIZE + 1]; 77 static CHAR temp_nonce_buffer[NX_WEB_HTTP_SERVER_NONCE_SIZE + 1]; 78 static CHAR response_buffer[32 + 1]; 94 CHAR *pointer; in test_application_define() 101 pointer = (CHAR *) first_unused_memory; in test_application_define() 182 CHAR *buffer_ptr; in thread_client_entry() [all …]
|
| /NetX-Duo-v6.2.1/addons/smtp/ |
| D | nxd_smtp_client.h | 318 …CHAR *nx_smtp_client_mail_recipient_address; /* Recipie… 319 …CHAR *nx_smtp_client_mail_from_address; /* Sender'… 321 CHAR *nx_smtp_client_mail_subject; 322 …CHAR *nx_smtp_client_mail_body; /* Pointer… 332 …CHAR nx_smtp_username[NX_SMTP_CLIENT_MAX_USERNAME + 1]; /* Client … 333 …CHAR nx_smtp_password[NX_SMTP_CLIENT_MAX_PASSWORD + 1]; /* Client … 334 …CHAR nx_smtp_client_domain[NX_SMTP_CLIENT_MAX_USERNAME + 1]; /* Client … 395 CHAR *username, CHAR *password, CHAR *from_address, 396 CHAR *client_domain, UINT authentication_type, 400 UINT nx_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority, [all …]
|
| /NetX-Duo-v6.2.1/test/regression/ppp_test/ |
| D | netx_ppp_chap_bad_secret_failed_retry_test.c | 49 static CHAR name_string[] = "username"; 50 static CHAR name_string_ppp1[] = "username"; // testing bad chap value; this makes no differen… 51 static CHAR rand_value_string[] = "1234567"; 52 static CHAR system_string[] = "system"; 53 static CHAR system_string_ppp1[] = "system"; // testing bad chap value; this makes no differen… 54 static CHAR secret_string[] = "secret"; 55 static CHAR secret_string_ppp1[] = "secret0"; // testing bad chap value; this mismatch will ca… 59 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name); 60 static UINT get_responder_values(CHAR *system, CHAR *name, CHAR *secret); 61 static UINT get_responder_values_ppp1(CHAR *system, CHAR *name, CHAR *secret); [all …]
|
| D | netx_ppp_chap_bad_secret_passed_on_retry_test.c | 49 static CHAR name_string[] = "username"; 50 static CHAR name_string_ppp1[] = "username"; /* testing bad chap value; this makes no diff… 51 static CHAR rand_value_string[] = "1234567"; 52 static CHAR system_string[] = "system"; 53 static CHAR system_string_ppp1[] = "system"; /* testing bad chap value; this makes no diff… 54 static CHAR secret_string[] = "secret"; 55 static CHAR secret_string_ppp1[] = "secret0"; /* testing bad chap value; this mismatch wil… 58 static UINT get_challenge_values(CHAR *rand_value, CHAR *id, CHAR *name); 59 static UINT get_responder_values(CHAR *system, CHAR *name, CHAR *secret); 60 static UINT get_responder_values_ppp1(CHAR *system, CHAR *name, CHAR *secret); [all …]
|
| D | netx_ppp_PAP_bad_password_test.c | 50 static UINT generate_login(CHAR *name, CHAR *password); 51 static UINT verify_login(CHAR *name, CHAR *password); 66 CHAR *pointer; in test_application_define() 71 pointer = (CHAR *) first_unused_memory; in test_application_define() 307 static UINT generate_login(CHAR *name, CHAR *password) in generate_login() 319 name[6] = (CHAR) 0; in generate_login() 332 password[11] = (CHAR) 0; in generate_login() 344 name[6] = (CHAR) 0; in generate_login() 356 password[10] = (CHAR) 0; in generate_login() 365 static UINT verify_login(CHAR *name, CHAR *password) in verify_login() [all …]
|
| D | netx_ppp_PAP_bad_username_test.c | 52 static UINT generate_login(CHAR *name, CHAR *password); 53 static UINT verify_login(CHAR *name, CHAR *password); 67 CHAR *pointer; in test_application_define() 72 pointer = (CHAR *) first_unused_memory; in test_application_define() 311 static UINT generate_login(CHAR *name, CHAR *password) in generate_login() 322 name[5] = (CHAR) 0; in generate_login() 335 password[11] = (CHAR) 0; in generate_login() 347 name[6] = (CHAR) 0; in generate_login() 359 password[10] = (CHAR) 0; in generate_login() 368 static UINT verify_login(CHAR *name, CHAR *password) in verify_login() [all …]
|
| /NetX-Duo-v6.2.1/addons/ppp/ |
| D | nx_ppp.h | 428 CHAR *nx_ppp_name; 449 CHAR nx_ppp_chap_challenger_name[NX_PPP_NAME_SIZE + 1]; 450 CHAR nx_ppp_chap_random_value[NX_PPP_VALUE_SIZE + 1]; 563 UINT (*nx_ppp_pap_verify_login)(CHAR *name, CHAR *password); 564 UINT (*nx_ppp_pap_generate_login)(CHAR *name, CHAR *password); 566 UINT (*nx_ppp_chap_get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name); 567 UINT (*nx_ppp_chap_get_responder_values)(CHAR *sys, CHAR *name, CHAR *secret); 568 UINT (*nx_ppp_chap_get_verification_values)(CHAR *sys, CHAR *name, CHAR *secret); 695 UINT (*get_challenge_values)(CHAR *rand_value, CHAR *id, CHAR *name), 696 UINT (*get_responder_values)(CHAR *system, CHAR *name, CHAR *secret), [all …]
|
| /NetX-Duo-v6.2.1/test/regression/http_test/ |
| D | netx_http_digest_authenticate_test.c | 27 static CHAR ram_disk_memory[4096]; 73 CHAR *resource, CHAR **name, CHAR **password, CHAR **realm); 74 …ion_check_extended(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UIN… 75 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length); 77 static CHAR nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE + 1]; 78 static CHAR temp_nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE + 1]; 79 static CHAR response_buffer[32 + 1]; 95 CHAR *pointer; in test_application_define() 102 pointer = (CHAR *) first_unused_memory; in test_application_define() 183 CHAR *buffer_ptr; in thread_client_entry() [all …]
|
| /NetX-Duo-v6.2.1/addons/pop3/ |
| D | nxd_pop3_client.h | 172 …CHAR nx_pop3_client_name[NX_POP3_MAX_USERNAME + 1]; /* Client name… 173 …CHAR nx_pop3_client_password[NX_POP3_MAX_PASSWORD + 1]; /* Client pass… 182 CHAR nx_pop3_server_process_id[NX_POP3_SERVER_PROCESS_ID_SIZE + 1]; 223 …OL *packet_pool_ptr, ULONG server_ip_address, ULONG server_port, CHAR *client_name, CHAR *client_p… 224 …et_pool_ptr, NXD_ADDRESS *server_duo_address, ULONG server_port, CHAR *client_name, CHAR *client_p… 239 …OL *packet_pool_ptr, ULONG server_ip_address, ULONG server_port, CHAR *client_name, CHAR *client_p… 240 …OL *packet_pool_ptr, ULONG server_ip_address, ULONG server_port, CHAR *client_name, CHAR *client_p… 241 …et_pool_ptr, NXD_ADDRESS *server_duo_address, ULONG server_port, CHAR *client_name, CHAR *client_p… 242 …et_pool_ptr, NXD_ADDRESS *server_duo_address, ULONG server_port, CHAR *client_name, CHAR *client_p… 262 …p3_digest_authenticate(NX_POP3_CLIENT *client_ptr, CHAR *process_ID_ptr, UINT process_ID_length, C… [all …]
|
| D | nxd_pop3_client.c | 118 … NX_PACKET_POOL *packet_pool_ptr, ULONG server_ip_address, ULONG server_port, CHAR *client_name, in _nxe_pop3_client_create() 119 CHAR *client_password) in _nxe_pop3_client_create() 215 … NX_PACKET_POOL *packet_pool_ptr, ULONG server_ip_address, ULONG server_port, CHAR *client_name, in _nx_pop3_client_create() 216 CHAR *client_password) in _nx_pop3_client_create() 300 …ACKET_POOL *packet_pool_ptr, NXD_ADDRESS *server_ip_address, ULONG server_port, CHAR *client_name, in _nxde_pop3_client_create() 301 CHAR *client_password) in _nxde_pop3_client_create() 388 …ACKET_POOL *packet_pool_ptr, NXD_ADDRESS *server_ip_address, ULONG server_port, CHAR *client_name, in _nxd_pop3_client_create() 389 CHAR *client_password) in _nxd_pop3_client_create() 691 CHAR *buffer; in _nx_pop3_client_mail_items_get() 692 CHAR argument[10]; in _nx_pop3_client_mail_items_get() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_pton_test.c | 22 CHAR *pointer; in test_application_define() 25 pointer = (CHAR *) first_unused_memory; in test_application_define() 44 CHAR *ipv6_addr_str1 = "fe80::74ac:2217:530:5d7f"; in ntest_0_entry() 47 CHAR *ipv6_addr_str2 = "fe80::74ac:0:530:5d7f"; in ntest_0_entry() 50 CHAR *ipv6_addr_str3 = "::ffff:1.2.3.4"; in ntest_0_entry() 53 CHAR *ipv6_addr_str4 = "::1.2.3.4"; in ntest_0_entry() 56 CHAR *ipv6_addr_str5 = "fe80::74gc:0:p30:5d7f"; in ntest_0_entry() 58 CHAR *ipv6_addr_str6 = "2001:0000:0000:0003:0000:0000:0000:0053"; in ntest_0_entry() 59 CHAR *ipv6_addr_str6_1 = "2001:0:0:3::0053"; in ntest_0_entry() 62 CHAR *ipv4_addr_str1 = "1.2.3.4"; in ntest_0_entry() [all …]
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_ftp.c | 63 … CHAR *volume_name, UINT number_of_fats, UINT directory_entries, UINT hidden_sectors, 89 …r_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 90 …r_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 92 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 93 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 655 CHAR *name, CHAR *password, CHAR *extra_info) in server_login6() 671 CHAR *name, CHAR *password, CHAR *extra_info) in server_logout6() 686 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… in server_login() 700 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… in server_logout()
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.h | 325 CHAR *nxd_mqtt_client_name; 326 CHAR *nxd_mqtt_client_id; 328 CHAR *nxd_mqtt_client_username; 330 CHAR *nxd_mqtt_client_password; 447 UINT nxd_mqtt_client_create(NXD_MQTT_CLIENT *client_ptr, CHAR *client_name, CHAR *client_id, UINT c… 455 … CHAR *username, UINT username_length, CHAR *password, UINT password_length); 465 …nxd_mqtt_client_publish(NXD_MQTT_CLIENT *client_ptr, CHAR *topic_name, UINT topic_name_length, CHA… 467 UINT nxd_mqtt_client_subscribe(NXD_MQTT_CLIENT *mqtt_client_pr, CHAR *topic_name, UINT topic_name_l… 468 UINT nxd_mqtt_client_unsubscribe(NXD_MQTT_CLIENT *mqtt_client_pr, CHAR *topic_name, UINT topic_name… 485 UINT _nxd_mqtt_client_create(NXD_MQTT_CLIENT *client_ptr, CHAR *client_name, [all …]
|
| /NetX-Duo-v6.2.1/test/regression/ftp_test/ |
| D | netx_ftp_client_invalid_username_password_length_test.c | 30 static CHAR invalid_username[2048]; 31 static CHAR invalid_password[2048]; 42 … CHAR *volume_name, UINT number_of_fats, UINT directory_entries, UINT hidden_sectors, 56 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 57 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… 263 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… in server_login() 269 …*ftp_server_ptr, ULONG client_ip_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extr… in server_logout()
|