Lines Matching defs:one
368 /* work out which cipher and set Cipher to the selected one. */
1234 unsigned char one = 1, zero = 0, sig = 16;
1268 fprintf(stderr, "securevnc_setup: One way to print out the SecureVNC Server key MD5 sum is:\n\n");
1431 * Reply back with flags indicating cipher (same as one sent to
1439 write(server, (char *)&one, 1);
1666 * Then forks into two processes one is the encrypter the other the
1670 int listen_fd = -1, listen_fd6 = -1, conn1 = -1, conn2 = -1, ret, one = 1;
1711 (char *)&one, sizeof(one));
1739 int one = 1, sock = -1;
1747 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (char *)&one, sizeof(one)) < 0) {
1755 if (setsockopt(sock, SOL_IPV6, IPV6_V6ONLY, (char *)&one, sizeof(one)) < 0) {
1844 if (setsockopt(conn1, IPPROTO_TCP, TCP_NODELAY, (char *)&one, sizeof(one)) < 0) {
1977 if (conn2 >= 0 && setsockopt(conn2, IPPROTO_TCP, TCP_NODELAY, (char *)&one, sizeof(one)) < 0) {
1993 /* fork into two processes; one for each direction: */