Searched refs:connections (Results 1 - 25 of 27) sorted by path

12

/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex288 connections.
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c52 static MYCONN *connections; variable
57 while (connections != 0) {
58 _nc_db_close(connections->db);
68 for (p = connections; p != 0; p = p->next) {
83 for (p = connections, q = 0; p != 0; q = p, p = p->next) {
88 connections = p->next;
106 p->next = connections;
107 connections = p;
123 if (connections == 0)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h91 struct evconq connections; member in struct:evrpc_pool
H A Devrpc.c513 TAILQ_INIT(&pool->connections);
555 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
556 TAILQ_REMOVE(&pool->connections, connection, next);
583 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
600 * connections.
615 TAILQ_REMOVE(&pool->connections, connection, next);
622 TAILQ_FOREACH(evcon, &pool->connections, next) {
640 TAILQ_FOREACH(connection, &pool->connections, next) {
806 /* we better have some available connections on the pool */
807 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) !
[all...]
H A Dhttp-internal.h88 /* for server connections, the http server they are connected with */
123 /* both the http server as well as the rpc system need to queue connections */
149 /* All live connections on this host. */
150 struct evconq connections; member in struct:evhttp
H A Dhttp.c544 * persistent connections to work.
700 * layer like timeouts we just drop the connections.
1150 * connection. for server connections, this should be empty.
1161 TAILQ_REMOVE(&http->connections, evcon, next);
1405 /* For connections from the client, we just
3370 event_debug(("Bound to port %d - Awaiting connections ... ",
3481 TAILQ_INIT(&http->connections);
3539 while ((evcon = TAILQ_FIRST(&http->connections)) != NULL) {
4092 /* the timeout can be used by the server to close idle connections */
4101 TAILQ_INSERT_TAIL(&http->connections, evco
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1020 * if our connections are not supposed to be persistent; request
1129 * if our connections are not supposed to be persistent; request
1214 tt_assert(TAILQ_FIRST(&http->connections) == NULL);
2064 tt_assert(TAILQ_FIRST(&http->connections) == NULL);
3686 * Testing client reset of server chunked connections
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmatose.c73 static int connections = 1; variable
270 if (test.conn_index == connections) {
375 test.nodes = malloc(sizeof *test.nodes * connections);
380 memset(test.nodes, 0, sizeof *test.nodes * connections);
382 for (i = 0; i < connections; i++) {
404 for (i = 0; i < connections; i++)
414 for (i = 0; i < connections; i++) {
484 for (i = 0; i < connections && !ret; i++)
532 for (i = 0; i < connections; i++) {
558 for (i = 0; i < connections;
[all...]
H A Dcmtime.c104 static int connections = 100; variable
170 for (c = 0; c < connections; c++) {
189 max[i] / 1000., min[i], us / connections);
355 nodes = calloc(sizeof *nodes, connections);
361 for (i = 0; i < connections; i++) {
387 for (i = 0; i < connections; i++) {
513 for (i = 0; i < connections; i++) {
528 for (i = 0; i < connections; i++) {
547 for (i = 0; i < connections; i++) {
565 for (i = 0; i < connections;
[all...]
H A Dmckey.c76 static int connections = 1; variable
380 test.nodes = malloc(sizeof *test.nodes * connections);
385 memset(test.nodes, 0, sizeof *test.nodes * connections);
387 for (i = 0; i < connections; i++) {
406 for (i = 0; i < connections; i++)
416 for (i = 0; i < connections; i++) {
492 for (i = 0; i < connections; i++) {
531 for (i = 0; i < connections; i++) {
545 for (i = 0; i < connections; i++) {
578 connections
[all...]
H A Dudaddy.c70 static int connections = 1; variable
292 if (test.conn_index == connections) {
418 test.nodes = malloc(sizeof *test.nodes * connections);
423 memset(test.nodes, 0, sizeof *test.nodes * connections);
425 for (i = 0; i < connections; i++) {
447 for (i = 0; i < connections; i++)
470 for (i = 0; i < connections; i++) {
542 for (i = 0; i < connections; i++) {
571 for (i = 0; i < connections; i++) {
587 for (i = 0; i < connections;
[all...]
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec138 untrusted hosts over an insecure network. X11 connections and
152 the clients necessary to make encrypted connections to SSH servers.
578 open connections)
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
68 two untrusted hosts over an insecure network. X11 connections and
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c107 static LIST_HEAD(, ggd_connection) connections = LIST_HEAD_INITIALIZER(connections);
397 * Remove timed out connections.
406 LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) {
426 LIST_FOREACH(conn, &connections, c_next) {
440 * First, look for old connections.
442 * It is only dangerous if an attacker wants to overload connections
467 LIST_INSERT_HEAD(&connections, conn, c_next);
/freebsd-11-stable/share/dtrace/
H A Dtcpconn29 * The tcpconn D script shows histograms of the source of TCP connections
H A Dtcptrack30 * connections including acceptance and refusal of inbound and
31 * outbound connections as well as state changes.
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh126 The TCP/IP connections might be broken during the change. If so, restore
/freebsd-11-stable/sys/contrib/vchiq/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)
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c483 * Arguments: VCHI_CONNECTION_T **connections
493 int32_t vchi_connect(VCHI_CONNECTION_T **connections, argument
499 (void)connections;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h258 ocs_ioctl_connection_info_t *connections; member in struct:__anon7626
/freebsd-11-stable/sys/dev/usb/serial/
H A Duvisor.c129 } __packed connections[UVISOR_MAX_CONN]; member in struct:uvisor_connection_info
160 } __packed connections[UVISOR_MAX_CONN]; member in struct:uvisor_palm_connection_info
435 switch (coninfo.connections[i].port_function_id) {
453 coninfo.connections[i].port, desc);
481 port = pconinfo.connections[0].end_point_info;
485 port = pconinfo.connections[0].port;
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h154 ng_hci_node_con_ep *connections; member in struct:ng_btsocket_hci_raw_con_list
306 ng_l2cap_node_con_ep *connections; member in struct:ng_btsocket_l2cap_raw_con_list
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1212 p->connections == NULL) {
1251 (caddr_t) p->connections,
H A Dng_btsocket_l2cap_raw.c852 p->connections == NULL) {
891 (caddr_t) p->connections,
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c146 r.connections = calloc(NG_L2CAP_MAX_CON_NUM,
148 if (r.connections == NULL) {
158 fprintf(stdout, "L2CAP connections:\n");
168 bdaddrpr(&r.connections[n].remote),
169 r.connections[n].con_handle,
170 ((r.connections[n].flags & NG_L2CAP_CON_OUTGOING)? 'O' : 'I'),
171 ((r.connections[n].flags & NG_L2CAP_CON_LP_TIMO)? 'L' : ' '),
172 ((r.connections[n].flags & NG_L2CAP_CON_AUTO_DISCON_TIMO)? 'D' : ' '),
173 ((r.connections[n].flags & NG_L2CAP_CON_TX)? 'T' : ' '),
174 ((r.connections[
[all...]

Completed in 496 milliseconds

12