Searched refs:rfbEncodingKeyboardLedState (Results 1 – 4 of 4) sorted by relevance
512 #define rfbEncodingKeyboardLedState 0xFFFE0000 macro
125 case rfbEncodingKeyboardLedState: snprintf(buf, len, "LedState"); break; in encodingName()
873 rect.encoding = Swap32IfLE(rfbEncodingKeyboardLedState); in rfbSendKeyboardLedState()883 …rfbStatRecordEncodingSent(cl, rfbEncodingKeyboardLedState, sz_rfbFramebufferUpdateRectHeader, sz_r… in rfbSendKeyboardLedState()990 rfbEncodingKeyboardLedState, in rfbSendSupportedEncodings()2073 case rfbEncodingKeyboardLedState: in rfbProcessClientNormalMessage()
1429 encs[se->nEncodings++] = rfbClientSwap32IfLE(rfbEncodingKeyboardLedState); in SetFormatAndEncodings()1794 if (rect.encoding == rfbEncodingKeyboardLedState) { in HandleRFBServerMessage()