Home
last modified time | relevance | path

Searched refs:open_socket (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/www/nginx-full/nginx-push-stream-module-0.5.4/misc/spec/subscriber/
H A Dwebsocket_spec.rb72 socket = open_socket(nginx_host, nginx_port)
81 socket = open_socket(nginx_host, nginx_port)
90 socket = open_socket(nginx_host, nginx_port)
99 socket = open_socket(nginx_host, nginx_port)
108 socket = open_socket(nginx_host, nginx_port)
123 socket = open_socket(nginx_host, nginx_port)
131 socket = open_socket(nginx_host, nginx_port)
139 socket = open_socket(nginx_host, nginx_port)
154 socket = open_socket(nginx_host, nginx_port)
171 socket = open_socket(nginx_host, nginx_port)
[all …]
/dports/net/latd/latd-1.31/
H A Dlatcp.cc65 bool open_socket(bool);
218 if (!open_socket(false)) return; in display()
287 if (!open_socket(false)) return; in set_rating()
344 if (!open_socket(false)) return; in set_ident()
406 if (!open_socket(false)) return; in set_server_groups()
446 if (!open_socket(false)) return; in set_user_groups()
463 if (!open_socket(false)) return; in set_responder()
473 if (!open_socket(false)) return; in shutdown()
482 if (!open_socket(false)) return; in purge_services()
765 if (open_socket(true)) in start_latd()
[all …]
/dports/net/chrony/chrony-4.2/
H A Dntp_io.c96 open_socket(int family, int local_port, int client_only, IPSockAddr *remote_addr) in open_socket() function
155 return open_socket(remote_addr->ip_addr.family, 0, 1, remote_addr); in open_separate_client_socket()
216 server_sock_fd4 = open_socket(IPADDR_INET4, server_port, 0, NULL); in NIO_Initialise()
217 server_sock_fd6 = open_socket(IPADDR_INET6, server_port, 0, NULL); in NIO_Initialise()
222 client_sock_fd4 = open_socket(IPADDR_INET4, client_port, 1, NULL); in NIO_Initialise()
223 client_sock_fd6 = open_socket(IPADDR_INET6, client_port, 1, NULL); in NIO_Initialise()
243 ptp_sock_fd4 = open_socket(IPADDR_INET4, ptp_port, 0, NULL); in NIO_Initialise()
244 ptp_sock_fd6 = open_socket(IPADDR_INET6, ptp_port, 0, NULL); in NIO_Initialise()
311 server_sock_fd4 = open_socket(IPADDR_INET4, CNF_GetNTPPort(), 0, NULL); in NIO_OpenServerSocket()
321 server_sock_fd6 = open_socket(IPADDR_INET6, CNF_GetNTPPort(), 0, NULL); in NIO_OpenServerSocket()
/dports/net/chrony-lite/chrony-4.2/
H A Dntp_io.c96 open_socket(int family, int local_port, int client_only, IPSockAddr *remote_addr) in open_socket() function
155 return open_socket(remote_addr->ip_addr.family, 0, 1, remote_addr); in open_separate_client_socket()
216 server_sock_fd4 = open_socket(IPADDR_INET4, server_port, 0, NULL); in NIO_Initialise()
217 server_sock_fd6 = open_socket(IPADDR_INET6, server_port, 0, NULL); in NIO_Initialise()
222 client_sock_fd4 = open_socket(IPADDR_INET4, client_port, 1, NULL); in NIO_Initialise()
223 client_sock_fd6 = open_socket(IPADDR_INET6, client_port, 1, NULL); in NIO_Initialise()
243 ptp_sock_fd4 = open_socket(IPADDR_INET4, ptp_port, 0, NULL); in NIO_Initialise()
244 ptp_sock_fd6 = open_socket(IPADDR_INET6, ptp_port, 0, NULL); in NIO_Initialise()
311 server_sock_fd4 = open_socket(IPADDR_INET4, CNF_GetNTPPort(), 0, NULL); in NIO_OpenServerSocket()
321 server_sock_fd6 = open_socket(IPADDR_INET6, CNF_GetNTPPort(), 0, NULL); in NIO_OpenServerSocket()
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dreplicatetcpclient.cc35 : socket(open_socket(hostname, port, timeout_connect)), in ReplicateTcpClient()
42 ReplicateTcpClient::open_socket(const string & hostname, int port, in open_socket() function in ReplicateTcpClient
45 return TcpClient::open_socket(hostname, port, timeout_connect, false); in open_socket()
H A Dremotetcpclient.h53 static int open_socket(const std::string & hostname, int port,
79 : RemoteDatabase(open_socket(hostname, port, timeout_connect), in RemoteTcpClient()
H A Dremotetcpclient.cc33 RemoteTcpClient::open_socket(const string & hostname, int port, in open_socket() function in RemoteTcpClient
38 return TcpClient::open_socket(hostname, port, timeout_connect, true); in open_socket()
/dports/databases/xapian-core12/xapian-core-1.2.25/net/
H A Dreplicatetcpclient.cc36 : socket(open_socket(hostname, port, timeout_connect)), in ReplicateTcpClient()
43 ReplicateTcpClient::open_socket(const string & hostname, int port, in open_socket() function in ReplicateTcpClient
46 return TcpClient::open_socket(hostname, port, timeout_connect, false); in open_socket()
H A Dremotetcpclient.cc33 RemoteTcpClient::open_socket(const string & hostname, int port, in open_socket() function in RemoteTcpClient
38 return TcpClient::open_socket(hostname, port, timeout_connect, true); in open_socket()
/dports/security/n2n/n2n-2.8/src/
H A Dexample_sn_embed.c32 sss_node.sock = open_socket(sss_node.lport, 1); in main()
38 sss_node.mgmt_sock = open_socket(5645, 0); // Main UDP management port in main()
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dremotetcpclient.h53 static int open_socket(const std::string & hostname, int port,
77 : RemoteDatabase(open_socket(hostname, port, timeout_connect), in RemoteTcpClient()
/dports/science/siesta/siesta-4.1.5/Util/Sockets/
H A Df2fslave.f9013 use f90sockets, only: open_socket, writebuffer, readbuffer
28 call open_socket( socket, inet, port, host )
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dip.cpp95 zmq::fd_t zmq::open_socket (int domain_, int type_, int protocol_) in open_socket() function in zmq
422 listener = zmq::open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair_tcpip()
442 *w_ = zmq::open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair_tcpip()
581 const SOCKET listener = open_socket (AF_UNIX, SOCK_STREAM, 0); in make_fdpair()
615 *w_ = open_socket (AF_UNIX, SOCK_STREAM, 0); in make_fdpair()
692 int listener = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
713 *w_ = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
738 int listener = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
758 *w_ = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dip.cpp95 zmq::fd_t zmq::open_socket (int domain_, int type_, int protocol_) in open_socket() function in zmq
422 listener = zmq::open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair_tcpip()
442 *w_ = zmq::open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair_tcpip()
581 const SOCKET listener = open_socket (AF_UNIX, SOCK_STREAM, 0); in make_fdpair()
615 *w_ = open_socket (AF_UNIX, SOCK_STREAM, 0); in make_fdpair()
692 int listener = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
713 *w_ = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
738 int listener = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
758 *w_ = open_socket (AF_INET, SOCK_STREAM, 0); in make_fdpair()
/dports/dns/nss_mdns/nss-mdns-99c2f1c/src/
H A Davahi.c38 static FILE* open_socket(void) { in open_socket() function
120 FILE* f = open_socket(); in avahi_resolve_name()
174 FILE* f = open_socket(); in avahi_resolve_address()
/dports/devel/p5-IPC-Locker/IPC-Locker-1.500/lib/IPC/
H A DPidStat.pm56 sub open_socket { subroutine
67 $self->open_socket(); #open if not already
80 $self->open_socket(); #open if not already
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dsockets.c42 static int open_socket(struct sockaddr_un *addr, size_t path_size) { in open_socket() function
99 socks[0] = open_socket(&addr, path_size); in open_sockets()
105 socks[1] = open_socket(&addr, path_size); in open_sockets()
/dports/sysutils/webmin/webmin-1.981/lpadmin/
H A Dsave_printer.cgi129 &open_socket($rhost, 515, TEST);
150 &open_socket($sdrv->{'server'}, 139, TEST);
174 &open_socket($prn{'dhost'}, $prn{'dport'}, TEST);
/dports/www/nginx-full/nginx-push-stream-module-0.5.4/misc/spec/mix/
H A Dkeepalive_spec.rb70 socket = open_socket(nginx_host, nginx_port)
118 socket = open_socket(nginx_host, nginx_port)
119 socket_pub = open_socket(nginx_host, nginx_port)
/dports/lang/seed7/seed7/lib/
H A Dlistener.s7i73 var PRIMITIVE_SOCKET: open_socket is PRIMITIVE_NULL_SOCKET;
77 open_socket := PRIMITIVE_SOCKET(addrFamily(address), SOCK_STREAM, 0);
78 if open_socket <> PRIMITIVE_NULL_SOCKET then
81 setSockOpt(open_socket, SO_REUSEADDR, TRUE);
82 bind(open_socket, new_listener.addr);
83 new_listener.sock := open_socket;
84 addCheck(new_listener.checkedSocks, open_socket, POLLIN, STD_NULL);
/dports/security/tcpcrypt/tcpcrypt-0.5/util/
H A Dtcnetstat.c11 int open_socket() in open_socket() function
45 s = open_socket(); in do_netstat()
/dports/benchmarks/lmbench/lmbench-3.0-a9/src/
H A Dlat_select.c23 int open_socket(void* cookie);
75 state.fid_f = open_socket; in main()
148 open_socket(void* cookie) in open_socket() function
/dports/security/py-certbot/certbot-1.22.0/tests/plugins/
H A Dstandalone_test.py77 open_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM, 0)
78 open_socket.bind(("", 0))
79 port = open_socket.getsockname()[1]
80 open_socket.close()
/dports/science/quantum-espresso/q-e-qe-6.7.0/clib/
H A Dsockets.c48 void open_socket(int *psockfd, int* inet, int* port, const char* host) in open_socket() function
157 void open_socket(int *psockfd, int* inet, int* port, const char* host){;} in open_socket() function
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dtcp_connecter.cpp61 s = open_socket (addr.ss_family, SOCK_STREAM, IPPROTO_TCP); in open()
181 s = open_socket (sa->sa_family, SOCK_STREAM, IPPROTO_TCP); in open()
237 s = open_socket (AF_UNIX, SOCK_STREAM, 0); in open()

12345678910>>...16