/NetX-Duo-v6.4.1/test/regression/smtp_test/ |
D | netx_smtp_abnormal_packet_test.c | 59 #define SMTP_SERVER_PORT 25 macro 226 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 235 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 370 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 422 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_invalid_release_test.c | 60 #define SMTP_SERVER_PORT 25 macro 226 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 235 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 375 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 466 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_auth_none_test.c | 66 #define SMTP_SERVER_PORT 25 macro 226 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 235 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 378 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 467 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_basic_function_test.c | 61 #define SMTP_SERVER_PORT 25 macro 227 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 236 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 384 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 474 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_auth_logon_function_test.c | 61 #define SMTP_SERVER_PORT 25 macro 230 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 239 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 387 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 477 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_auth_no_type_function_test.c | 61 #define SMTP_SERVER_PORT 25 macro 227 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 236 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 384 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 474 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_auth_no_type_test.c | 61 #define SMTP_SERVER_PORT 25 macro 227 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 236 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 384 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 474 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_missing_last_250_EHLO_message_test.c | 63 #define SMTP_SERVER_PORT 25 macro 270 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 279 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 426 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 540 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_two_packet_EHLO_auth_last_message_test.c | 62 #define SMTP_SERVER_PORT 25 macro 265 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 274 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 423 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 551 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|
D | netx_smtp_two_packet_EHLO_message_test.c | 62 #define SMTP_SERVER_PORT 25 macro 269 &server_ip_address, SMTP_SERVER_PORT); in test_application_define() 278 server_ip_address, SMTP_SERVER_PORT); in test_application_define() 426 status = nx_tcp_server_socket_listen(&server_ip, SMTP_SERVER_PORT, &server_socket, 5, NX_NULL); in thread_1_entry() 553 status += nx_tcp_server_socket_unlisten(&server_ip, SMTP_SERVER_PORT); in thread_1_entry()
|