HomeSort by relevance Sort by last modified time
    Searched refs:nAuthTypes (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightproto.h 82 * nAuthTypes specifies the number of following rfbCapabilityInfo structures
85 * NOTE: If nAuthTypes is 0, that tells the client that no authentication is
91 uint32_t nAuthTypes;
92 /* followed by nAuthTypes * rfbCapabilityInfo structures */
rfbtightserver.c 200 caps.nAuthTypes = Swap32IfLE((uint32_t)count);

Completed in 25 milliseconds