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

12

/freebsd-current/usr.sbin/bluetooth/l2control/
H A Dl2cap.c145 r.connections = calloc(NG_L2CAP_MAX_CON_NUM,
147 if (r.connections == NULL) {
157 fprintf(stdout, "L2CAP connections:\n");
167 bdaddrpr(&r.connections[n].remote),
168 r.connections[n].con_handle,
169 ((r.connections[n].flags & NG_L2CAP_CON_OUTGOING)? 'O' : 'I'),
170 ((r.connections[n].flags & NG_L2CAP_CON_LP_TIMO)? 'L' : ' '),
171 ((r.connections[n].flags & NG_L2CAP_CON_AUTO_DISCON_TIMO)? 'D' : ' '),
172 ((r.connections[n].flags & NG_L2CAP_CON_TX)? 'T' : ' '),
173 ((r.connections[
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c53 static MYCONN *connections; variable
58 while (connections != 0) {
59 _nc_db_close(connections->db);
69 for (p = connections; p != 0; p = p->next) {
84 for (p = connections, q = 0; p != 0; q = p, p = p->next) {
89 connections = p->next;
107 p->next = connections;
108 connections = p;
124 if (connections == 0)
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dnode.c282 r.connections = calloc(NG_HCI_MAX_CON_NUM, sizeof(ng_hci_node_con_ep));
283 if (r.connections == NULL) {
315 hci_bdaddr2str(&r.connections[n].bdaddr),
316 r.connections[n].con_handle,
317 (r.connections[n].link_type == NG_HCI_LINK_ACL)?
319 r.connections[n].mode,
320 (r.connections[n].role == NG_HCI_ROLE_MASTER)?
322 hci_encrypt2str(r.connections[n].encryption_mode, 1),
323 r.connections[n].pending,
324 r.connections[
[all...]
/freebsd-current/contrib/ofed/librdmacm/examples/
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++) {
491 for (i = 0; i < connections; i++) {
530 for (i = 0; i < connections; i++) {
544 for (i = 0; i < connections; i++) {
577 connections
[all...]
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 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-current/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h155 ng_hci_node_con_ep *connections; member in struct:ng_btsocket_hci_raw_con_list
301 ng_l2cap_node_con_ep *connections; member in struct:ng_btsocket_l2cap_raw_con_list
/freebsd-current/contrib/libevent/
H A Devrpc-internal.h91 struct evconq connections; member in struct:evrpc_pool
H A Dhttp-internal.h89 /* for server connections, the http server they are connected with */
117 /* both the http server as well as the rpc system need to queue connections */
143 /* All live connections on this host. */
144 struct evconq connections; member in struct:evhttp
H A Devrpc.c514 TAILQ_INIT(&pool->connections);
556 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
557 TAILQ_REMOVE(&pool->connections, connection, next);
584 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
601 * connections.
616 TAILQ_REMOVE(&pool->connections, connection, next);
623 TAILQ_FOREACH(evcon, &pool->connections, next) {
641 TAILQ_FOREACH(connection, &pool->connections, next) {
807 /* we better have some available connections on the pool */
808 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) !
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h91 struct evconq connections; member in struct:evrpc_pool
H A Dhttp-internal.h89 /* for server connections, the http server they are connected with */
117 /* both the http server as well as the rpc system need to queue connections */
143 /* All live connections on this host. */
144 struct evconq connections; member in struct:evhttp
H A Devrpc.c514 TAILQ_INIT(&pool->connections);
556 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
557 TAILQ_REMOVE(&pool->connections, connection, next);
584 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
601 * connections.
616 TAILQ_REMOVE(&pool->connections, connection, next);
623 TAILQ_FOREACH(evcon, &pool->connections, next) {
641 TAILQ_FOREACH(connection, &pool->connections, next) {
807 /* we better have some available connections on the pool */
808 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) !
[all...]
/freebsd-current/share/dtrace/
H A Dtcptrack28 * connections including acceptance and refusal of inbound and
29 * outbound connections as well as state changes.
H A Dtcpconn27 * The tcpconn D script shows histograms of the source of TCP connections
/freebsd-current/sys/dev/usb/serial/
H A Duvisor.c131 } __packed connections[UVISOR_MAX_CONN]; member in struct:uvisor_connection_info
162 } __packed connections[UVISOR_MAX_CONN]; member in struct:uvisor_palm_connection_info
434 switch (coninfo.connections[i].port_function_id) {
452 coninfo.connections[i].port, desc);
480 port = pconinfo.connections[0].end_point_info;
484 port = pconinfo.connections[0].port;
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh127 The TCP/IP connections might be broken during the change. If so, restore
/freebsd-current/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-current/contrib/wpa/src/eap_server/
H A Dtncs.c99 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;
/freebsd-current/sbin/ggate/ggated/
H A Dggated.c106 static LIST_HEAD(, ggd_connection) connections = LIST_HEAD_INITIALIZER(connections);
406 * Remove timed out connections.
415 LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) {
435 LIST_FOREACH(conn, &connections, c_next) {
449 * First, look for old connections.
451 * It is only dangerous if an attacker wants to overload connections
476 LIST_INSERT_HEAD(&connections, conn, c_next);
/freebsd-current/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-current/sys/dev/ocs_fc/
H A Docs_ioctl.h256 ocs_ioctl_connection_info_t *connections; member in struct:__anon4009
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c851 p->connections == NULL) {
898 (caddr_t) p->connections,
/freebsd-current/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

Completed in 394 milliseconds

12