/NetX-Duo-v6.4.1/test/regression/smtp_test/ |
D | netx_smtp_abnormal_packet_test.c | 30 static NX_SMTP_CLIENT smtp_client; variable 221 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 230 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 283 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 307 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_invalid_release_test.c | 31 static NX_SMTP_CLIENT smtp_client; variable 221 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 230 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 288 nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 292 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_auth_none_test.c | 37 static NX_SMTP_CLIENT smtp_client; variable 221 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 230 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 286 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 307 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_basic_function_test.c | 32 static NX_SMTP_CLIENT smtp_client; variable 222 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 231 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 289 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 313 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_auth_logon_function_test.c | 32 static NX_SMTP_CLIENT smtp_client; variable 225 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 234 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 292 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 316 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_auth_no_type_function_test.c | 32 static NX_SMTP_CLIENT smtp_client; variable 222 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 231 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 289 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 313 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_auth_no_type_test.c | 32 static NX_SMTP_CLIENT smtp_client; variable 222 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 231 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 289 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 313 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_missing_last_250_EHLO_message_test.c | 34 static NX_SMTP_CLIENT smtp_client; variable 265 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 274 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 331 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 355 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_two_packet_EHLO_auth_last_message_test.c | 33 static NX_SMTP_CLIENT smtp_client; variable 260 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 269 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 328 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 352 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|
D | netx_smtp_two_packet_EHLO_message_test.c | 33 static NX_SMTP_CLIENT smtp_client; variable 264 status = nxd_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 273 status = nx_smtp_client_create(&smtp_client, &client_ip, &client_packet_pool, in test_application_define() 331 status = nx_smtp_mail_send(&smtp_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in thread_0_entry() 355 status = nx_smtp_client_delete(&smtp_client); in thread_0_entry()
|