HomeSort by: relevance | last modified time | path
    Searched refs:connections (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/cddl/dtracetoolkit/dist/Bin/
connections 3 # 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 -v # snoop connections with time
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Net/
connections 3 # 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 -v # snoop connections with time
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
connection.c 55 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 == NULL)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/doth/
stress_http_quota.py 66 # A simple class which creates the given number of TCP connections to
72 self.connections = []
81 self.connections.append(sock)
95 pos = random.randint(0, len(self.connections) - 1)
96 conn = self.connections[pos]
103 self.connections.remove(conn)
106 while len(self.connections) != 0:
200 # Let's create a lot of TCP connections to the server stress the
230 # Let's close opened connections (in random order) to let all dig
  /src/external/mit/libuv/dist/test/
test-pipe-connect-multiple.c 41 static uv_pipe_t connections[NUM_CLIENTS]; variable
49 conn = &connections[connection_cb_called];
115 conn = &connections[connection_cb_called];
test-poll.c 72 int connections; member in struct:server_context_s
471 context->connections = 0;
516 if (++server_context->connections == NUM_CLIENTS) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-target-info-inferiors.py 33 # A Python implementation of 'info connections'. Produce output that
34 # is identical to the output of 'info connections' so we can check
37 all_connections = sorted(gdb.connections(), key=conn_num)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-target-info-inferiors.py 33 # A Python implementation of 'info connections'. Produce output that
34 # is identical to the output of 'info connections' so we can check
37 all_connections = sorted(gdb.connections(), key=conn_num)
  /src/sbin/iscsid/
iscsid_lists.c 55 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...]
iscsid_globals.h 197 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)
  /src/sys/dev/usb/
uvisor.c 101 } 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;
  /src/external/bsd/libevent/dist/
evrpc-internal.h 92 struct evconq connections; member in struct:evrpc_pool
http-internal.h 90 /* 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
evrpc.c 518 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) != NULL)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evrpc-internal.h 93 struct evconq connections; member in struct:evrpc_pool
http-internal.h 91 /* for server connections, the http server they are connected with */
119 /* both the http server as well as the rpc system need to queue connections */
145 /* All live connections on this host. */
146 struct evconq connections; member in struct:evhttp
evrpc.c 516 TAILQ_INIT(&pool->connections);
558 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
559 TAILQ_REMOVE(&pool->connections, connection, next);
586 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
603 * connections.
618 TAILQ_REMOVE(&pool->connections, connection, next);
625 TAILQ_FOREACH(evcon, &pool->connections, next) {
643 TAILQ_FOREACH(connection, &pool->connections, next) {
809 /* we better have some available connections on the pool */
810 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) != NULL)
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-srpl.c 65 // listener is ready, so we start to connect on the outgoing connections
66 for (srpl_connection = server->connections; srpl_connection != NULL; srpl_connection = srpl_connection->next)
154 connection->next = server->connections;
156 server->connections = connection;
  /src/external/gpl3/gcc/dist/c++tools/
server.cc 179 /* 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 ();
765 auto *server = connections[active];
768 connections[active] = nullptr
    [all...]
  /src/external/gpl3/gcc.old/dist/c++tools/
server.cc 179 /* 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 ();
765 auto *server = connections[active];
768 connections[active] = nullptr
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchi/
vchi.h 39 #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)
  /src/external/bsd/wpa/dist/src/eap_server/
tncs.c 99 struct tncs_data *connections; member in struct:tncs_global
128 tncs = tncs_global_data->connections;
1074 tncs->next = tncs_global_data->connections;
1075 tncs_global_data->connections = tncs;
1093 conn = tncs_global_data->connections;
1099 tncs_global_data->connections = tncs->next;
  /src/external/mpl/bind/dist/bin/named/
controlconf.c 99 controlconnectionlist_t connections; member in struct:controllistener
177 REQUIRE(ISC_LIST_EMPTY(listener->connections));
208 for (conn = ISC_LIST_HEAD(listener->connections); conn != NULL;
578 ISC_LIST_UNLINK(listener->connections, conn, link);
623 ISC_LIST_APPEND(listener->connections, conn, link);
1088 ISC_LIST_INIT(listener->connections);
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_shim.c 488 * Arguments: VCHI_CONNECTION_T **connections
498 int32_t vchi_connect(VCHI_CONNECTION_T **connections,
504 (void)connections;
  /src/libexec/ftpd/
conf.c 70 #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++;

Completed in 47 milliseconds

1 2