| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_connect_auth_test.c | 10 #define USERNAME "username" macro 256 …status = nxd_mqtt_client_login_set(client_ptr, USERNAME, strlen(USERNAME), PASSWORD, strlen(PASSWO… in ntest_0_entry() 286 …status = nxd_mqtt_client_login_set(client_ptr, USERNAME, strlen(USERNAME), PASSWORD, strlen(PASSWO… in ntest_0_entry() 527 *buf = (strlen(USERNAME) >> 8) & 0xFF; in ntest_1_entry() 528 *(buf + 1) = (strlen(USERNAME)) & 0xFF; in ntest_1_entry() 529 memcpy(buf + 2, USERNAME, strlen(USERNAME)); in ntest_1_entry() 530 buf = buf + 2 + strlen(USERNAME); in ntest_1_entry() 537 …content[1] = (UCHAR)(sizeof(fixed_header) + strlen(CLIENT_ID) + 4 + strlen(USERNAME) + strlen(PASS… in ntest_1_entry()
|
| D | netx_mqtt_connect_with_auth_will_test.c | 10 #define USERNAME "username" macro 257 …status = nxd_mqtt_client_login_set(client_ptr, USERNAME, strlen(USERNAME), PASSWORD, strlen(PASSWO… in ntest_0_entry() 444 *buf = (strlen(USERNAME) >> 8) & 0xFF; in ntest_1_entry() 445 *(buf + 1) = (strlen(USERNAME)) & 0xFF; in ntest_1_entry() 446 memcpy(buf + 2, USERNAME, strlen(USERNAME)); in ntest_1_entry() 447 buf = buf + 2 + strlen(USERNAME); in ntest_1_entry() 452 …content[1] = (UCHAR)(sizeof(fixed_header) + strlen(CLIENT_ID) + 4 + strlen(USERNAME) + strlen(PASS… in ntest_1_entry()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_smtp_client.c | 15 #define USERNAME "myusername" macro 172 USERNAME, in demo_client_thread_entry()
|
| /NetX-Duo-v6.2.1/test/regression/smtp_test/ |
| D | netx_smtp_abnormal_packet_test.c | 58 #define USERNAME FROM_ADDRESS macro 222 USERNAME, in test_application_define() 231 USERNAME, in test_application_define()
|
| D | netx_smtp_invalid_release_test.c | 59 #define USERNAME FROM_ADDRESS macro 222 USERNAME, in test_application_define() 231 USERNAME, in test_application_define()
|
| D | netx_smtp_auth_none_test.c | 65 #define USERNAME FROM_ADDRESS macro 222 USERNAME, in test_application_define() 231 USERNAME, in test_application_define()
|
| D | netx_smtp_auth_logon_function_test.c | 60 #define USERNAME FROM_ADDRESS macro 226 USERNAME, in test_application_define() 235 USERNAME, in test_application_define()
|
| D | netx_smtp_auth_no_type_function_test.c | 60 #define USERNAME FROM_ADDRESS macro 223 USERNAME, in test_application_define() 232 USERNAME, in test_application_define()
|
| D | netx_smtp_auth_no_type_test.c | 60 #define USERNAME FROM_ADDRESS macro 223 USERNAME, in test_application_define() 232 USERNAME, in test_application_define()
|
| D | netx_smtp_basic_function_test.c | 60 #define USERNAME FROM_ADDRESS macro 223 USERNAME, in test_application_define() 232 USERNAME, in test_application_define()
|
| D | netx_smtp_missing_last_250_EHLO_message_test.c | 62 #define USERNAME FROM_ADDRESS macro 266 USERNAME, in test_application_define() 275 USERNAME, in test_application_define()
|
| D | netx_smtp_two_packet_EHLO_auth_last_message_test.c | 61 #define USERNAME FROM_ADDRESS macro 261 USERNAME, in test_application_define() 270 USERNAME, in test_application_define()
|
| D | netx_smtp_two_packet_EHLO_message_test.c | 61 #define USERNAME FROM_ADDRESS macro 265 USERNAME, in test_application_define() 274 USERNAME, in test_application_define()
|