|
static const char * | autodetect_header_type_string (UINT8 headerType, char *buffer, size_t size) |
|
static const char * | autodetect_request_type_to_string (UINT32 requestType) |
|
static const char * | autodetect_request_type_to_string_buffer (UINT32 requestType, char *buffer, size_t size) |
|
static BOOL | autodetect_send_rtt_measure_request (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 sequenceNumber) |
|
static BOOL | autodetect_send_rtt_measure_response (rdpAutoDetect *autodetect, UINT16 sequenceNumber) |
|
static BOOL | autodetect_send_bandwidth_measure_start (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 sequenceNumber) |
|
static BOOL | autodetect_send_bandwidth_measure_payload (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 sequenceNumber, UINT16 payloadLength) |
|
static BOOL | autodetect_send_bandwidth_measure_stop (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 sequenceNumber, UINT16 payloadLength) |
|
static BOOL | autodetect_send_bandwidth_measure_results (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 responseType, UINT16 sequenceNumber) |
|
static BOOL | autodetect_send_netchar_result (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 sequenceNumber, const rdpNetworkCharacteristicsResult *result) |
|
static FREERDP_AUTODETECT_STATE | autodetect_on_connect_time_auto_detect_begin_default (rdpAutoDetect *autodetect) |
|
static FREERDP_AUTODETECT_STATE | autodetect_on_connect_time_auto_detect_progress_default (rdpAutoDetect *autodetect) |
|
static BOOL | autodetect_send_netchar_sync (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, UINT16 sequenceNumber) |
|
static BOOL | autodetect_recv_rtt_measure_request (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_REQ_PDU *autodetectReqPdu) |
|
static BOOL | autodetect_recv_rtt_measure_response (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_RSP_PDU *autodetectRspPdu) |
|
static BOOL | autodetect_recv_bandwidth_measure_start (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_REQ_PDU *autodetectReqPdu) |
|
static BOOL | autodetect_recv_bandwidth_measure_payload (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_REQ_PDU *autodetectReqPdu) |
|
static BOOL | autodetect_recv_bandwidth_measure_stop (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_REQ_PDU *autodetectReqPdu) |
|
static BOOL | autodetect_recv_bandwidth_measure_results (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_RSP_PDU *autodetectRspPdu) |
|
static BOOL | autodetect_recv_netchar_sync (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_RSP_PDU *autodetectRspPdu) |
|
static BOOL | autodetect_recv_netchar_request (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s, const AUTODETECT_REQ_PDU *autodetectReqPdu) |
|
state_run_t | autodetect_recv_request_packet (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s) |
|
state_run_t | autodetect_recv_response_packet (rdpAutoDetect *autodetect, RDP_TRANSPORT_TYPE transport, wStream *s) |
|
void | autodetect_on_connect_time_auto_detect_begin (rdpAutoDetect *autodetect) |
|
void | autodetect_on_connect_time_auto_detect_progress (rdpAutoDetect *autodetect) |
|
rdpAutoDetect * | autodetect_new (rdpContext *context) |
|
void | autodetect_free (rdpAutoDetect *autoDetect) |
|
void | autodetect_register_server_callbacks (rdpAutoDetect *autodetect) |
|
FREERDP_AUTODETECT_STATE | autodetect_get_state (rdpAutoDetect *autodetect) |
|
rdpAutoDetect * | autodetect_get (rdpContext *context) |
|
#define TYPE_ID_AUTODETECT_REQUEST 0x00 |
FreeRDP: A Remote Desktop Protocol Implementation Auto-Detect PDUs
Copyright 2014 Dell Software Mike..nosp@m.McDo.nosp@m.nald@.nosp@m.soft.nosp@m.ware..nosp@m.dell.nosp@m..com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
rdpAutoDetect* autodetect_new |
( |
rdpContext * |
context | ) |
|
FreeRDP: A Remote Desktop Protocol Implementation Auto-Detect PDUs
Copyright 2014 Dell Software Mike..nosp@m.McDo.nosp@m.nald@.nosp@m.soft.nosp@m.ware..nosp@m.dell.nosp@m..com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.