Searched refs:NX_RTSP_VERSION_STRING (Results 1 – 2 of 2) sorted by relevance
1349 …nx_packet_data_append(response_packet_ptr, NX_RTSP_SERVER_STRING_WITH_SIZE(NX_RTSP_VERSION_STRING), in _nx_rtsp_server_error_response_send()2787 if ((temp_length != (sizeof(NX_RTSP_VERSION_STRING) - 1)) || in _nx_rtsp_server_request_line_parse()2788 memcmp(temp_ptr, NX_RTSP_VERSION_STRING, temp_length) != 0) in _nx_rtsp_server_request_line_parse()3354 …ent_ptr -> nx_rtsp_client_response_packet, NX_RTSP_SERVER_STRING_WITH_SIZE(NX_RTSP_VERSION_STRING), in _nx_rtsp_server_response_create()
65 #define NX_RTSP_VERSION_STRING "RTSP/1.0" macro