Searched refs:cmsg_list (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightserver.c | 275 rfbCapabilityInfo cmsg_list[N_CMSG_CAPS]; in rfbSendInteractionCaps() local 306 SetCapInfo(&cmsg_list[i++], rfbFileListRequest, rfbTightVncVendor); in rfbSendInteractionCaps() 307 SetCapInfo(&cmsg_list[i++], rfbFileDownloadRequest, rfbTightVncVendor); in rfbSendInteractionCaps() 308 SetCapInfo(&cmsg_list[i++], rfbFileUploadRequest, rfbTightVncVendor); in rfbSendInteractionCaps() 309 SetCapInfo(&cmsg_list[i++], rfbFileUploadData, rfbTightVncVendor); in rfbSendInteractionCaps() 310 SetCapInfo(&cmsg_list[i++], rfbFileDownloadCancel, rfbTightVncVendor); in rfbSendInteractionCaps() 311 SetCapInfo(&cmsg_list[i++], rfbFileUploadFailed, rfbTightVncVendor); in rfbSendInteractionCaps() 348 rfbWriteExact(cl, (char *)&cmsg_list[0], in rfbSendInteractionCaps()
|