Home
last modified time | relevance | path

Searched refs:MAIL_BODY (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_smtp_client.c22 #define MAIL_BODY "NetX SMTP client is a simple SMTP client implementation \r\n" \ macro
186 SUBJECT_LINE, MAIL_BODY, sizeof(MAIL_BODY) - 1); in demo_client_thread_entry()
/NetX-Duo-v6.2.1/test/regression/smtp_test/
Dnetx_smtp_abnormal_packet_test.c33 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
284 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_invalid_release_test.c34 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
289 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_auth_none_test.c40 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
287 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_auth_logon_function_test.c35 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
293 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_auth_no_type_function_test.c35 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
290 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_auth_no_type_test.c35 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
290 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_basic_function_test.c35 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
290 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_missing_last_250_EHLO_message_test.c37 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
332 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_two_packet_EHLO_auth_last_message_test.c36 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
329 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()
Dnetx_smtp_two_packet_EHLO_message_test.c36 #define MAIL_BODY ".NetX Duo SMTP client is a simple SMTP client implementation \r\n"… macro
332 SUBJECT_LINE, MAIL_BODY, strlen(MAIL_BODY)); in thread_0_entry()