| /NetX-Duo-v6.2.1/test/regression/rtsp_test/ |
| D | netx_rtsp_client_timeout_test.c | 375 UCHAR temp_string[256]; in thread_client_0_entry() local 425 memset(temp_string, 0, sizeof(temp_string)); in thread_client_0_entry() 446 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_0_entry() 456 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 464 sprintf(temp_string, in thread_client_0_entry() 475 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 498 UCHAR temp_string[256]; in thread_client_1_entry() local 548 memset(temp_string, 0, sizeof(temp_string)); in thread_client_1_entry() 569 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_1_entry() 579 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_1_entry() [all …]
|
| D | netx_rtsp_rtp_multicast_test.c | 312 UCHAR temp_string[256]; in thread_client_0_entry() local 372 memset(temp_string, 0, sizeof(temp_string)); in thread_client_0_entry() 393 … sprintf(temp_string, "Transport: RTP/AVP;multicast;destination=224.1.0.55;port=%d-%d;ttl=%d", in thread_client_0_entry() 403 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 411 … sprintf(temp_string, "Transport: RTP/AVP;multicast;destination=224.1.0.55;port=%d-%d;ttl=%d", in thread_client_0_entry() 421 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 429 sprintf(temp_string, in thread_client_0_entry() 440 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 500 UCHAR temp_string[256]; in thread_client_1_entry() local 560 memset(temp_string, 0, sizeof(temp_string)); in thread_client_1_entry() [all …]
|
| D | netx_rtsp_rtp_ipv6_multicast_test.c | 364 UCHAR temp_string[256]; in thread_client_0_entry() local 420 memset(temp_string, 0, sizeof(temp_string)); in thread_client_0_entry() 441 …sprintf(temp_string, "Transport: RTP/AVP;multicast;destination=FF02:0000:0000:0000:0000:0000:0102:… in thread_client_0_entry() 451 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 459 …sprintf(temp_string, "Transport: RTP/AVP;multicast;destination=FF02:0000:0000:0000:0000:0000:0102:… in thread_client_0_entry() 469 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 477 sprintf(temp_string, in thread_client_0_entry() 488 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 545 UCHAR temp_string[256]; in thread_client_1_entry() local 601 memset(temp_string, 0, sizeof(temp_string)); in thread_client_1_entry() [all …]
|
| D | netx_rtsp_multiple_clients_test.c | 341 UCHAR temp_string[256]; in thread_client_0_entry() local 396 memset(temp_string, 0, sizeof(temp_string)); in thread_client_0_entry() 417 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_0_entry() 430 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 438 sprintf(temp_string, in thread_client_0_entry() 449 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 485 UCHAR temp_string[256]; in thread_client_1_entry() local 540 memset(temp_string, 0, sizeof(temp_string)); in thread_client_1_entry() 561 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_1_entry() 574 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_1_entry() [all …]
|
| D | netx_rtsp_delete_beforehand_test.c | 264 UCHAR temp_string[256]; in thread_client_entry() local 332 memset(temp_string, 0, sizeof(temp_string)); in thread_client_entry() 383 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_entry() 396 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry() 404 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_entry() 417 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry() 425 sprintf(temp_string, in thread_client_entry() 436 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry()
|
| D | netx_rtsp_rtp_basic_test.c | 265 UCHAR temp_string[256]; in thread_client_entry() local 321 memset(temp_string, 0, sizeof(temp_string)); in thread_client_entry() 372 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_entry() 385 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry() 393 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_entry() 406 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry() 414 sprintf(temp_string, in thread_client_entry() 425 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry()
|
| D | netx_rtsp_rtp_ipv6_basic_test.c | 287 UCHAR temp_string[256]; in thread_client_entry() local 339 memset(temp_string, 0, sizeof(temp_string)); in thread_client_entry() 390 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=2001:0000:0000:0000:0000:0000:0000:0004;cl… in thread_client_entry() 403 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry() 411 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=2001:0000:0000:0000:0000:0000:0000:0004;cl… in thread_client_entry() 424 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry() 432 sprintf(temp_string, in thread_client_entry() 443 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_entry()
|
| /NetX-Duo-v6.2.1/test/regression/rtp_test/ |
| D | netx_rtp_multi_interfaces_test.c | 361 UCHAR temp_string[256]; in thread_client_0_entry() local 416 memset(temp_string, 0, sizeof(temp_string)); in thread_client_0_entry() 437 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=1.2.3.4;client_port=%d-%d;server_port=%d-%… in thread_client_0_entry() 450 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 458 sprintf(temp_string, in thread_client_0_entry() 469 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_0_entry() 515 UCHAR temp_string[256]; in thread_client_1_entry() local 570 memset(temp_string, 0, sizeof(temp_string)); in thread_client_1_entry() 591 …sprintf(temp_string, "Transport: RTP/AVP;unicast;source=10.3.3.4;client_port=%d-%d;server_port=%d-… in thread_client_1_entry() 604 status = memcmp(buffer_ptr, temp_string, strlen(temp_string)); in thread_client_1_entry() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_host_field_test.c | 448 CHAR temp_string[20]; in server_request_callback() local 456 …ver_field_value_get(packet_ptr, (UCHAR *)"Host", 4, (UCHAR *)temp_string, sizeof(temp_string)) == … in server_request_callback() 458 if (memcmp(temp_string, host_test, strlen(host_test)) != 0) in server_request_callback()
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 3681 CHAR temp_string[30]; in _nx_web_http_server_get_process() local 3843 …e_get(packet_ptr, (UCHAR *)"if-modified-since", 17, (UCHAR *)temp_string, sizeof(temp_string)) == … in _nx_web_http_server_get_process() 3858 if(memcmp(temp_string, date_string, temp + 1) == 0) in _nx_web_http_server_get_process() 4024 …ptr -> nx_web_http_server_request_resource, resource_length, temp_string, sizeof(temp_string), &fi… in _nx_web_http_server_get_process() 4027 temp_string[temp] = 0; in _nx_web_http_server_get_process() 4031 … sizeof(NX_WEB_HTTP_STATUS_OK) - 1, length, temp_string, in _nx_web_http_server_get_process() 8608 CHAR temp_string[30]; in _nx_web_http_server_generate_response_header() local 8696 temp = _nx_utility_uint_to_string(content_length, 10, temp_string, sizeof(temp_string)); in _nx_web_http_server_generate_response_header() 8701 status += nx_packet_data_append(packet_ptr, temp_string, temp, in _nx_web_http_server_generate_response_header() 8736 temp = _nx_web_http_server_date_to_string(&date, temp_string); in _nx_web_http_server_generate_response_header() [all …]
|
| D | nx_web_http_client.c | 2492 CHAR temp_string[10]; in _nx_web_http_client_request_chunked_set() local 2504 temp_string[j] = temp_string[j - 1]; in _nx_web_http_client_request_chunked_set() 2509 temp_string[0] = (CHAR)((temp_size & 0x0F) + '0'); in _nx_web_http_client_request_chunked_set() 2513 temp_string[0] = (CHAR)((temp_size & 0x0F) - 10 + 'a'); in _nx_web_http_client_request_chunked_set() 2521 temp_string[i++] = '0'; in _nx_web_http_client_request_chunked_set() 2525 …status = nx_packet_data_append(packet_ptr, temp_string, i, client_ptr -> nx_web_http_client_packet… in _nx_web_http_client_request_chunked_set()
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 3474 CHAR temp_string[30]; in _nx_http_server_get_process() local 3625 …e_get(packet_ptr, (UCHAR *)"if-modified-since", 17, (UCHAR *)temp_string, sizeof(temp_string)) == … in _nx_http_server_get_process() 3640 if(memcmp(temp_string, date_string, temp + 1) == 0) in _nx_http_server_get_process() 3737 … server_ptr -> nx_http_server_request_resource, resource_length, temp_string, sizeof(temp_string)); in _nx_http_server_get_process() 3738 temp_string[temp] = 0; in _nx_http_server_get_process() 3741 …_packet_ptr, NX_HTTP_STATUS_OK, sizeof(NX_HTTP_STATUS_OK) - 1, length, temp_string, temp, NX_NULL,… in _nx_http_server_get_process() 8066 CHAR temp_string[30]; in _nx_http_server_generate_response_header() local 8140 temp = _nx_utility_uint_to_string(content_length, 10, temp_string, sizeof(temp_string)); in _nx_http_server_generate_response_header() 8145 status += nx_packet_data_append(packet_ptr, temp_string, temp, in _nx_http_server_generate_response_header() 8176 temp = _nx_http_server_date_to_string(&date, temp_string); in _nx_http_server_generate_response_header() [all …]
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.c | 6833 UCHAR temp_string[NX_SNMP_DIGEST_SIZE]; in _nxd_snmp_agent_trapv3_send() local 7264 temp_string[i] = 0; in _nxd_snmp_agent_trapv3_send() 7273 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string, NX_SNMP_DIGEST_SIZE, trap_… in _nxd_snmp_agent_trapv3_send() 7284 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string,0, trap_packet_ptr -> nx_pa… in _nxd_snmp_agent_trapv3_send() 7318 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string, 8, trap_packet_ptr -> nx_p… in _nxd_snmp_agent_trapv3_send() 7329 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string,0, trap_packet_ptr -> nx_pa… in _nxd_snmp_agent_trapv3_send() 8644 UCHAR temp_string[NX_SNMP_DIGEST_SIZE]; in _nxd_snmp_agent_trapv3_oid_send() local 9041 temp_string[i] = 0; in _nxd_snmp_agent_trapv3_oid_send() 9050 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string, NX_SNMP_DIGEST_SIZE, trap_… in _nxd_snmp_agent_trapv3_oid_send() 9061 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string,0, trap_packet_ptr -> nx_pa… in _nxd_snmp_agent_trapv3_oid_send() [all …]
|