Home
last modified time | relevance | path

Searched refs:security_type (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/usermode/usermode/
Dthunk.c1165 uint32_t security_type; in thunk_rfb_handshake() local
1182 security_type = htonl(1); /* no security */ in thunk_rfb_handshake()
1183 len = safe_send(rfb->clientfd, &security_type, sizeof(security_type)); in thunk_rfb_handshake()