Searched refs:socks (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/sample/
H A Dsvr.rb13 socks = [gs]
16 nsock = select(socks);
21 socks.push(ns)
27 socks.delete(s)
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dkadm_conn.c123 spawn_child(krb5_context contextp, int *socks, argument
137 s = accept(socks[this_sock], sa, &sa_size);
158 rk_closesocket(socks[i]);
172 krb5_socket_t *socks, unsigned int num_socks)
183 if (socks[i] >= FD_SETSIZE)
186 FD_SET(socks[i], &orig_read_set);
187 max_fd = max(max_fd, socks[i]);
211 if(FD_ISSET(socks[i], &read_set))
212 if(spawn_child(contextp, socks, num_socks, i) == 0)
232 krb5_socket_t *socks local
171 wait_for_connection(krb5_context contextp, krb5_socket_t *socks, unsigned int num_socks) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsecurity_utilities.h51 #include <security_utilities/socks++.h>
52 #include <security_utilities/socks++4.h>
53 #include <security_utilities/socks++5.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsecurity_utilities.h51 #include <security_utilities/socks++.h>
52 #include <security_utilities/socks++4.h>
53 #include <security_utilities/socks++5.h>
/macosx-10.9.5/remote_cmds-41.90.1/logger.tproj/
H A Dlogger.c71 struct socks { struct
210 static struct socks *socks; local
235 socks = malloc(maxs * sizeof(struct socks));
236 if (!socks)
243 memcpy(&socks[nsock].addr, r->ai_addr, r->ai_addrlen);
244 socks[nsock].addrlen = r->ai_addrlen;
245 socks[nsock++].sock = sock;
257 lsent = sendto(socks[
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomnetp.h137 rpc_listener_sock_t socks[ RPC_C_SERVER_MAX_SOCKETS ]; member in struct:__anon8205
H A Dcomnlsn.c212 lstate->socks[idx].is_active = true;
260 lstate->socks[idx].is_active = false;
336 rpc_listener_sock_p_t lsock = &lstate->socks[nd];
341 listener_state_copy.socks[listener_state_copy.num_desc++] = *lsock;
501 rpc_listener_sock_p_t lsock = &listener_state_copy.socks[nd];
H A Dcomnet.c244 rpc_listener_sock_p_t lsock = &listener_state.socks[nd_index];
417 rpc_listener_sock_p_t lsock = &listener_state.socks[i];
518 rpc_listener_sock_p_t lsock = &listener_state.socks[i];
1815 if (! listener_state.socks[nd].busy)
1821 lsock = &listener_state.socks[nd];
1934 if (listener_state.socks[nd].busy)
1936 if (listener_state.socks[nd].desc == desc)
1940 else if (listener_state.socks[nd].is_server)
1968 listener_state.socks[found_nd].busy = false;
2130 if (listener_state.socks[
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durl.h50 curl_socket_t *socks,
53 curl_socket_t *socks,
H A Dtransfer.h45 curl_socket_t *socks,
H A Dpingpong.h137 int Curl_pp_getsock(struct pingpong *pp, curl_socket_t *socks,
H A Dasyn-ares.c219 curl_socket_t *socks,
228 (ares_socket_t *)socks, numsocks);
258 ares_socket_t socks[ARES_GETSOCK_MAXNUM]; local
263 bitmask = ares_getsock((ares_channel)data->state.resolver, socks,
270 pfd[i].fd = socks[i];
274 pfd[i].fd = socks[i];
218 Curl_resolver_getsock(struct connectdata *conn, curl_socket_t *socks, int numsocks) argument
H A DMakefile.inc19 select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
39 tftp.h sockaddr.h splay.h strdup.h socks.h ssh.h nssg.h curl_base64.h \
H A Dmulti.c668 curl_socket_t *socks,
672 return conn->handler->domore_getsock(conn, socks, numsocks);
678 curl_socket_t *socks, /* points to numsocks number
714 return Curl_resolver_getsock(easy->easy_conn, socks, numsocks);
717 return Curl_protocol_getsock(easy->easy_conn, socks, numsocks);
721 return Curl_doing_getsock(easy->easy_conn, socks, numsocks);
725 return waitconnect_getsock(easy->easy_conn, socks, numsocks);
728 return domore_getsock(easy->easy_conn, socks, numsocks);
735 return Curl_single_getsock(easy->easy_conn, socks, numsocks);
1886 curl_socket_t socks[MAX_SOCKSPEREASYHANDL local
667 domore_getsock(struct connectdata *conn, curl_socket_t *socks, int numsocks) argument
677 multi_getsock(struct Curl_one_easy *easy, curl_socket_t *socks, int numsocks) argument
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sample/
H A Dserver.c80 int err, maxs, *sock, *socks; local
96 socks = malloc((maxs + 1) * sizeof(int));
97 if (!socks) {
103 socks[0] = 0; /* num of sockets counter at start of array */
104 sock = socks + 1;
140 socks[0]++;
146 if (socks[0] == 0) {
148 free(socks);
152 return socks;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dmisc.c43 #include <socks.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dftp_locl.h116 #include <socks.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpd_locl.h157 #include <socks.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dtelnet_locl.h157 #include <socks.h>
/macosx-10.9.5/rsync-42/rsync/
H A Dsocket.c333 int s, *socks, maxs, i, ecnt; local
353 socks = new_array(int, maxs + 1);
355 if (!socks || !errmsgs)
402 socks[i++] = s;
404 socks[i] = -1;
422 free(socks);
425 return socks;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dtelnetd.h186 #include <socks.h>
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv.rb657 @socks = nil
670 select_result = IO.select(@socks, nil, nil, timeout)
699 socks = @socks
700 @socks = nil
701 if socks
702 socks.each {|sock| sock.close }
719 @socks = []
737 @socks << sock
787 @socks
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nntp/
H A Dnntp.tcl14 # The socks variable holds the handle to the server connections
15 variable socks
72 variable socks
92 set socks($name) [list ]
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkx.h120 #include <socks.h>
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dserverhelp.pm88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {

Completed in 282 milliseconds

123