HomeSort by: relevance | last modified time | path
    Searched defs:security_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/usermode/usermode/
thunk.c 1165 uint32_t security_type; local in function:thunk_rfb_handshake
1182 security_type = htonl(1); /* no security */
1183 len = safe_send(rfb->clientfd, &security_type, sizeof(security_type));

Completed in 12 milliseconds