Searched refs:intr_caps (Results 1 – 1 of 1) sorted by relevance
273 rfbInteractionCapsMsg intr_caps; in rfbSendInteractionCaps() local280 intr_caps.nServerMessageTypes = Swap16IfLE(N_SMSG_CAPS); in rfbSendInteractionCaps()281 intr_caps.nClientMessageTypes = Swap16IfLE(N_CMSG_CAPS); in rfbSendInteractionCaps()282 intr_caps.nEncodingTypes = Swap16IfLE(N_ENC_CAPS); in rfbSendInteractionCaps()283 intr_caps.pad = 0; in rfbSendInteractionCaps()344 if (rfbWriteExact(cl, (char *)&intr_caps, in rfbSendInteractionCaps()