Searched refs:connections (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dconnections3 # connections - print inbound TCP connections by process.
7 # connections, along with the source IP address and destination port number.
9 # $Id: connections,v 1.1.1.1 2015/09/30 22:01:07 christos Exp $
11 # USAGE: connections [-htvZ]
17 # connections -v # snoop connections with times
29 # SEE ALSO: snoop 'tcp[13:1] = 0x02' # snoop new connections
74 USAGE: connections [-htvZ]
79 connections
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Net/
H A Dconnections3 # connections - print inbound TCP connections by process.
7 # connections, along with the source IP address and destination port number.
9 # $Id: connections,v 1.1.1.1 2015/09/30 22:01:09 christos Exp $
11 # USAGE: connections [-htvZ]
17 # connections -v # snoop connections with times
29 # SEE ALSO: snoop 'tcp[13:1] = 0x02' # snoop new connections
74 USAGE: connections [-htvZ]
79 connections
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-pipe-connect-multiple.c41 static uv_pipe_t connections[NUM_CLIENTS]; variable
49 conn = &connections[connection_cb_called];
H A Dtest-poll.c71 int connections; member in struct:server_context_s
470 context->connections = 0;
515 if (++server_context->connections == NUM_CLIENTS) {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-target-info-inferiors.py32 # A Python implementation of 'info connections'. Produce output that
33 # is identical to the output of 'info connections' so we can check
36 all_connections = sorted(gdb.connections(), key=conn_num)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c55 static Connection *connections = NULL; variable
105 assert( connections == NULL );
107 if( connections != NULL) {
115 connections = (Connection *) ch_calloc( dtblsize, sizeof(Connection) );
117 if( connections == NULL ) {
125 connections[i].c_conn_idx = i;
126 ldap_pvt_thread_mutex_init( &connections[i].c_mutex );
127 ldap_pvt_thread_mutex_init( &connections[i].c_write1_mutex );
128 ldap_pvt_thread_cond_init( &connections[i].c_write1_cv );
150 if( connections
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/doth/
H A Dstress_http_quota.py68 # A simple class which creates the given number of TCP connections to
74 self.connections = []
83 self.connections.append(sock)
97 pos = random.randint(0, len(self.connections) - 1)
98 conn = self.connections[pos]
105 self.connections.remove(conn)
108 while len(self.connections) != 0:
203 # Let's create a lot of TCP connections to the server stress the
233 # Let's close opened connections (in random order) to let all dig
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc179 /* Serialize connections. */
308 fnotice (file, " -s, --sequential Process connections sequentially\n");
623 std::vector<Cody::Server *> connections; local
658 for (auto iter = connections.begin ();
659 iter != connections.end (); ++iter)
714 auto iter = connections.begin ();
730 for (; iter != connections.end (); ++iter)
750 active = iter - connections.begin ();
763 auto *server = connections[active];
766 connections[activ
[all...]
/netbsd-current/sbin/iscsid/
H A Discsid_lists.c55 for (curr = sess->connections.tqh_first; curr != NULL && !nosess; curr = next) {
66 while ((curr = TAILQ_FIRST(&sess->connections)) != NULL) {
67 TAILQ_REMOVE(&sess->connections, curr, link);
543 conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections);
563 * Handle GET_CONNECTION_LIST request: Return a list of connections
606 TAILQ_FOREACH(curr, &sess->connections, link) {
648 conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections);
852 * Selects the portal with the least number of active connections.
865 uint32_t ccnt = 64 * 1024; /* probably not more than 64k connections... */
885 * connections
[all...]
H A Discsid_globals.h197 uint32_t active_connections; /* Number of connections active on this portal */
342 uint32_t max_connections; /* maximum connections */
343 uint32_t num_connections; /* currently active connections */
344 generic_list_t connections; /* the list of connections */ member in struct:session_s
419 (connection_t *)(void *)find_id(&session->connections, id)
433 (connection_t *)(void *)find_name(&session->connections, name)
445 (connection_t *)(void *)find_sym_id(&session->connections, sid)
H A Discsid_driverif.c131 * Find the Portal with the least number of connections.
239 TAILQ_FIRST(&sess->connections);
473 TAILQ_INSERT_TAIL(&sess->connections, &conn->entry, link);
632 TAILQ_INIT(&sess->connections);
993 TAILQ_REMOVE(&sess->connections, &conn->entry, link);
/netbsd-current/sys/dev/usb/
H A Duvisor.c101 } connections[UVISOR_MAX_CONN]; member in struct:uvisor_connection_info
127 } connections[UVISOR_MAX_CONN]; member in struct:uvisor_palm_connection_info
291 switch (coninfo.connections[i].port_function_id) {
308 port = coninfo.connections[i].port;
354 port = palmconinfo.connections[i].end_point_info;
358 port = palmconinfo.connections[i].port;
/netbsd-current/external/bsd/libevent/dist/
H A Devrpc-internal.h92 struct evconq connections; member in struct:evrpc_pool
H A Dhttp-internal.h90 /* for server connections, the http server they are connected with */
118 /* both the http server as well as the rpc system need to queue connections */
144 /* All live connections on this host. */
145 struct evconq connections; member in struct:evhttp
H A Devrpc.c518 TAILQ_INIT(&pool->connections);
560 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
561 TAILQ_REMOVE(&pool->connections, connection, next);
588 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
605 * connections.
620 TAILQ_REMOVE(&pool->connections, connection, next);
627 TAILQ_FOREACH(evcon, &pool->connections, next) {
645 TAILQ_FOREACH(connection, &pool->connections, next) {
811 /* we better have some available connections on the pool */
812 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) !
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devrpc-internal.h93 struct evconq connections; member in struct:evrpc_pool
H A Dhttp-internal.h90 /* for server connections, the http server they are connected with */
125 /* both the http server as well as the rpc system need to queue connections */
151 /* All live connections on this host. */
152 struct evconq connections; member in struct:evhttp
H A Devrpc.c515 TAILQ_INIT(&pool->connections);
557 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
558 TAILQ_REMOVE(&pool->connections, connection, next);
585 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
602 * connections.
617 TAILQ_REMOVE(&pool->connections, connection, next);
624 TAILQ_FOREACH(evcon, &pool->connections, next) {
642 TAILQ_FOREACH(connection, &pool->connections, next) {
808 /* we better have some available connections on the pool */
809 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) !
[all...]
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchi/
H A Dvchi.h39 #include "interface/vchi/connections/connection.h"
152 typedef void (*VCHI_SERVICE_INIT)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_connections);
172 // Routine used to initialise the vchi on both local + remote connections
177 extern int32_t vchi_connect( VCHI_CONNECTION_T **connections,
358 // function prototypes for the different mid layers (the state info gives the different physical connections)
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Dtncs.c99 struct tncs_data *connections; member in struct:tncs_global
128 tncs = tncs_global_data->connections;
1075 tncs->next = tncs_global_data->connections;
1076 tncs_global_data->connections = tncs;
1094 conn = tncs_global_data->connections;
1100 tncs_global_data->connections = tncs->next;
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_shim.c488 * Arguments: VCHI_CONNECTION_T **connections
498 int32_t vchi_connect(VCHI_CONNECTION_T **connections, argument
504 (void)connections;
/netbsd-current/libexec/ftpd/
H A Dextern.h275 LLT limit; /* Max connections (-1 = unlimited) */
311 GLOBAL int connections; variable
H A Dconf.c70 #define DEFAULT_LIMIT -1 /* unlimited connections */
662 cprintf(stdout, "%d", connections);
663 lastnum = connections;
878 * Count the number of current connections, reading from
899 connections = 1;
931 connections++;
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dcontrolconf.c103 controlconnectionlist_t connections; member in struct:controllistener
150 INSIST(ISC_LIST_EMPTY(listener->connections));
575 ISC_LIST_UNLINK(listener->connections, conn, link);
621 ISC_LIST_INITANDAPPEND(listener->connections, conn, link);
1108 ISC_LIST_INIT(listener->connections);
/netbsd-current/libexec/httpd/lua/
H A Dbozo.lua154 -- set up connections

Completed in 363 milliseconds

12