Searched refs:conn1 (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | enc.h | 1226 static void securevnc_setup(int conn1, int conn2) { in securevnc_setup() argument 1239 int server = reverse ? conn1 : conn2; in securevnc_setup() 1240 int viewer = reverse ? conn2 : conn1; in securevnc_setup() 1670 int listen_fd = -1, listen_fd6 = -1, conn1 = -1, conn2 = -1, ret, one = 1; in enc_connections() local 1679 conn1 = fileno(stdin); in enc_connections() 1688 if (sscanf(connect_host, "fd=%d,%d", &conn1, &conn2) == 2) { in enc_connections() 1823 conn1 = accept(listen_fd, (struct sockaddr *) &client, &clen); in enc_connections() 1824 if (conn1 < 0) { in enc_connections() 1833 conn1 = accept(listen_fd6, (struct sockaddr *) &addr, &addrlen); in enc_connections() 1834 if (conn1 < 0) { in enc_connections() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 51 URLConnection conn1 = u1.openConnection(); in test_usingProxy() local 52 conn1.getInputStream(); in test_usingProxy()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 2332 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local 2335 conn1 = cred_conn_capab_missing(wpa_s, cred, selected); in pick_best_roaming_partner() 2340 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner() 2341 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
|