Searched refs:chosenType (Results 1 – 1 of 1) sorted by relevance
333 uint8_t chosenType; in rfbProcessClientSecurityType() local337 n = rfbReadExact(cl, (char *)&chosenType, 1); in rfbProcessClientSecurityType()349 if (chosenType == handler->type) { in rfbProcessClientSecurityType()350 rfbLog("rfbProcessClientSecurityType: executing handler for type %d\n", chosenType); in rfbProcessClientSecurityType()356 rfbLog("rfbProcessClientSecurityType: wrong security type (%d) requested\n", chosenType); in rfbProcessClientSecurityType()