Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dautodetect.c37 #define RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME 0x002B macro
88 case RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME: in autodetect_request_type_to_string()
241 Stream_Write_UINT8(s, requestType == RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME in autodetect_send_bandwidth_measure_stop()
248 if (requestType == RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME) in autodetect_send_bandwidth_measure_stop()
290 RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME); in autodetect_send_connecttime_bandwidth_measure_stop()
462 if (autodetectReqPdu->requestType == RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME) in autodetect_recv_bandwidth_measure_stop()
495 responseType = autodetectReqPdu->requestType == RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME in autodetect_recv_bandwidth_measure_stop()
632 case RDP_BW_STOP_REQUEST_TYPE_CONNECTTIME: in rdp_recv_autodetect_request_packet()