Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dauth.c162 authResult = Swap32IfLE(rfbVncAuthOK); in rfbVncAuthNone()
264 value32 = Swap32IfLE(securityType); in rfbSendSecurityType()
383 authResult = Swap32IfLE(rfbVncAuthFailed); in rfbAuthProcessClientMessage()
396 authResult = Swap32IfLE(rfbVncAuthOK); in rfbAuthProcessClientMessage()
Drfbserver.c719 ((uint32_t *)buf)[0] = Swap32IfLE(len); in rfbClientSendString()
744 ((uint32_t *)buf)[0] = Swap32IfLE(rfbConnFailed); in rfbClientConnFailed()
745 ((uint32_t *)buf)[1] = Swap32IfLE(len); in rfbClientConnFailed()
803 u.si.nameLength = Swap32IfLE(len); in rfbProcessClientInitMessage()
895 rect.encoding = Swap32IfLE(rfbEncodingKeyboardLedState); in rfbSendKeyboardLedState()
932 rect.encoding = Swap32IfLE(rfbEncodingSupportedMessages); in rfbSendSupportedMessages()
1027 rect.encoding = Swap32IfLE(rfbEncodingSupportedEncodings); in rfbSendSupportedEncodings()
1038 uint32_t encoding = Swap32IfLE(supported[i]); in rfbSendSupportedEncodings()
1089 rect.encoding = Swap32IfLE(rfbEncodingServerIdentity); in rfbSendServerIdentity()
1147 tc.length = Swap32IfLE(length); in rfbSendTextChatMessage()
[all …]
Dultra.c120 rect.encoding = Swap32IfLE(rfbEncodingUltra); in rfbSendOneRectEncodingUltra()
126 hdr.nBytes = Swap32IfLE(cl->afterEncBufLen); in rfbSendOneRectEncodingUltra()
Dzlib.c219 rect.encoding = Swap32IfLE(rfbEncodingZlib); in rfbSendOneRectEncodingZlib()
225 hdr.nBytes = Swap32IfLE(zlibAfterBufLen); in rfbSendOneRectEncodingZlib()
Dzrle.c204 rect.encoding = Swap32IfLE(cl->preferredEncoding); in rfbSendRectEncodingZRLE()
210 hdr.length = Swap32IfLE(ZRLE_BUFFER_LENGTH(&zos->out)); in rfbSendRectEncodingZRLE()
Drre.c123 rect.encoding = Swap32IfLE(rfbEncodingRRE); in rfbSendRectEncodingRRE()
129 hdr.nSubrects = Swap32IfLE(nSubrects); in rfbSendRectEncodingRRE()
Dcorre.c156 rect.encoding = Swap32IfLE(rfbEncodingCoRRE); in rfbSendSmallRectEncodingCoRRE()
162 hdr.nSubrects = Swap32IfLE(nSubrects); in rfbSendSmallRectEncodingCoRRE()
Dcursor.c55 rect.encoding = Swap32IfLE(rfbEncodingRichCursor); in rfbSendCursorShape()
59 rect.encoding = Swap32IfLE(rfbEncodingXCursor); in rfbSendCursorShape()
190 rect.encoding = Swap32IfLE(rfbEncodingPointerPos); in rfbSendCursorPos()
Dhextile.c57 rect.encoding = Swap32IfLE(rfbEncodingHextile); in rfbSendRectEncodingHextile()
Dtight.c784 rect.encoding = Swap32IfLE(cl->tightEncoding); in SendTightHeader()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Drfbtightserver.c88 authResult = Swap32IfLE(rfbVncAuthOK); \
127 auth_type = Swap32IfLE(auth_type); in rfbProcessClientAuthType()
200 caps.nAuthTypes = Swap32IfLE((uint32_t)count); in rfbSendAuthCaps()
239 caps.nTunnelTypes = Swap32IfLE(nTypes); in rfbSendTunnelingCaps()
Drfbtightproto.h195 pcap->code = Swap32IfLE(code_sym); \
Dfiletransfermsg.c386 pFileListItemSize[i].size = Swap32IfLE(GetFileSizeAt(fileListInfo, i)); in CreateFileListMsg()
387 pFileListItemSize[i].data = Swap32IfLE(GetFileDataAt(fileListInfo, i)); in CreateFileListMsg()
/external/libvncserver/examples/
Dbackchannel.c48 msg.size = Swap32IfLE(length); in enableBackChannel()
71 msg.size = Swap32IfLE(msg.size); in handleBackChannelMessage()
/external/libvncserver/rfb/
Drfb.h733 #define Swap32IfLE(l) (rfbEndianTest ? Swap32(l) : (l)) macro