Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 253) sorted by relevance

1234567891011

/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2cap.c145 r.connections = calloc(NG_L2CAP_MAX_CON_NUM, in l2cap_read_connection_list()
147 if (r.connections == NULL) { in l2cap_read_connection_list()
167 bdaddrpr(&r.connections[n].remote), in l2cap_read_connection_list()
168 r.connections[n].con_handle, in l2cap_read_connection_list()
169 ((r.connections[n].flags & NG_L2CAP_CON_OUTGOING)? 'O' : 'I'), in l2cap_read_connection_list()
170 ((r.connections[n].flags & NG_L2CAP_CON_LP_TIMO)? 'L' : ' '), in l2cap_read_connection_list()
172 ((r.connections[n].flags & NG_L2CAP_CON_TX)? 'T' : ' '), in l2cap_read_connection_list()
173 ((r.connections[n].flags & NG_L2CAP_CON_RX)? 'R' : ' '), in l2cap_read_connection_list()
174 r.connections[n].pending, in l2cap_read_connection_list()
175 con_state2str(r.connections[n].state)); in l2cap_read_connection_list()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c53 static MYCONN *connections; variable
58 while (connections != 0) { in cleanup()
59 _nc_db_close(connections->db); in cleanup()
69 for (p = connections; p != 0; p = p->next) { in find_connection()
84 for (p = connections, q = 0; p != 0; q = p, p = p->next) { in drop_connection()
89 connections = p->next; in drop_connection()
107 p->next = connections; in make_connection()
108 connections = p; in make_connection()
124 if (connections == 0) in _nc_db_open()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c283 if (r.connections == NULL) { in hci_read_connection_list()
315 hci_bdaddr2str(&r.connections[n].bdaddr), in hci_read_connection_list()
316 r.connections[n].con_handle, in hci_read_connection_list()
317 (r.connections[n].link_type == NG_HCI_LINK_ACL)? in hci_read_connection_list()
319 r.connections[n].mode, in hci_read_connection_list()
320 (r.connections[n].role == NG_HCI_ROLE_MASTER)? in hci_read_connection_list()
322 hci_encrypt2str(r.connections[n].encryption_mode, 1), in hci_read_connection_list()
323 r.connections[n].pending, in hci_read_connection_list()
324 r.connections[n].queue_len, in hci_read_connection_list()
325 hci_con_state2str(r.connections[n].state)); in hci_read_connection_list()
[all …]
/freebsd/tools/tools/netrate/tcpp/
H A DREADME6 This tool generates large numbers of TCP connections and stuffs lots of data
11 client won't have a listener. The client then proceeds to make connections
12 and send data to the server. Each worker multiplexes many connections at
15 automatically spread the load of new connections across available source
28 -m <maxconnectionsperproc> Maximum simultaneous connections/proc, should
35 This selects server mode, four workers, and at most 1 million TCP connections
41 -C Print connections/second instead of GBps
50 -t <tcpsperproc> How many connections to use per worker
58 use 100,000 TCP connections carrying 100K of data, up to 10,000 simultaneous
60 starting with 192.168.100.101, and all connections will be to the single
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmatose.c73 static int connections = 1; variable
270 if (test.conn_index == connections) { in connect_handler()
382 for (i = 0; i < connections; i++) { in alloc_nodes()
404 for (i = 0; i < connections; i++) in destroy_nodes()
414 for (i = 0; i < connections; i++) { in poll_cqs()
532 for (i = 0; i < connections; i++) { in run_server()
558 for (i = 0; i < connections; i++) { in run_server()
588 for (i = 0; i < connections; i++) { in run_client()
609 for (i = 0; i < connections; i++) { in run_client()
664 connections = atoi(optarg); in main()
[all …]
H A Dcmtime.c104 static int connections = 100; variable
170 for (c = 0; c < connections; c++) { in show_perf()
361 for (i = 0; i < connections; i++) { in alloc_nodes()
387 for (i = 0; i < connections; i++) { in cleanup_nodes()
513 for (i = 0; i < connections; i++) { in run_client()
528 for (i = 0; i < connections; i++) { in run_client()
547 for (i = 0; i < connections; i++) { in run_client()
565 for (i = 0; i < connections; i++) { in run_client()
581 for (i = 0; i < connections; i++) { in run_client()
598 for (i = 0; i < connections; i++) { in run_client()
[all …]
H A Dmckey.c76 static int connections = 1; variable
380 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
385 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
387 for (i = 0; i < connections; i++) { in alloc_nodes()
406 for (i = 0; i < connections; i++) in destroy_nodes()
416 for (i = 0; i < connections; i++) { in poll_cqs()
491 for (i = 0; i < connections; i++) { in run()
530 for (i = 0; i < connections; i++) { in run()
544 for (i = 0; i < connections; i++) { in run()
577 connections = atoi(optarg); in main()
[all …]
H A Dudaddy.c70 static int connections = 1; variable
292 if (test.conn_index == connections) { in connect_handler()
418 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
425 for (i = 0; i < connections; i++) { in alloc_nodes()
447 for (i = 0; i < connections; i++) in destroy_nodes()
470 for (i = 0; i < connections; i++) { in poll_cqs()
542 for (i = 0; i < connections; i++) { in run_server()
571 for (i = 0; i < connections; i++) { in run_client()
587 for (i = 0; i < connections; i++) { in run_client()
617 connections = atoi(optarg); in main()
[all …]
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dnetstat.expout1 Active Internet connections (including servers)
4 Active Internet6 connections (including servers)
/freebsd/share/examples/ipfilter/rules/
H A Dnat.eg1 # map all tcp connections from 10.1.0.0/16 to 240.1.0.1, changing the source
10 # For example, to redirect FTP connections through this box, to the local ftp
H A Dexample.1116 # allow any connections to be made, except to BSD print/r-services
22 # allow any connections to be made, except to BSD print/r-services
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml18 The CTI component properties define the connections between the individual
28 described in the bindings as the actual connections are software
31 In general the connections between CTI and components via the trigger signals
35 In this case the ARM v8 architecture defines the required signal connections
45 on the connections between the CTI and other components for correct operation.
48 configuration). These registers may be used to explore the trigger connections
132 A trigger connections child node which describes the trigger signals
235 # v8 architecturally defined CTI - CPU + ETM connections generated by the
249 # Implementation defined CTI - CPU + ETM connections explicitly defined..
296 # Implementation defined CTI - non CoreSight component connections.
H A Dete.yaml39 Output connections from the ETE to legacy CoreSight trace bus.
54 # An ETE node without legacy CoreSight connections
60 # An ETE node with legacy CoreSight connections
H A Darm,embedded-trace-extension.yaml41 Output connections from the ETE to legacy CoreSight trace bus.
56 # An ETE node without legacy CoreSight connections
62 # An ETE node with legacy CoreSight connections
H A Darm,coresight-cti.yaml17 The CTI component properties define the connections between the individual
27 described in the bindings as the actual connections are software
30 In general the connections between CTI and components via the trigger signals
34 In this case the ARM v8 architecture defines the required signal connections
44 on the connections between the CTI and other components for correct operation.
47 configuration). These registers may be used to explore the trigger connections
133 A trigger connections child node which describes the trigger signals
251 # v8 architecturally defined CTI - CPU + ETM connections generated by the
265 # Implementation defined CTI - CPU + ETM connections explicitly defined..
312 # Implementation defined CTI - non CoreSight component connections.
/freebsd/sys/netinet/libalias/
H A DHISTORY5 - Host accepts incoming connections for ports 0 to 1023.
12 connections (no more 0 to 1023 restriction).
40 - Accepts FTP data connections from other than
41 port 20. This allows one ftp connections
126 bypass of FTP/IRC DCC data connections. Also added
/freebsd/sbin/natd/samples/
H A Dnatd.cf.sample11 # Incoming connections. Should NEVER be set to "yes" if redirect_port
19 # guarantees successful connections when port numbers conflict
59 # Map connections coming to port 30000 to telnet in my_private_host.
64 # Map connections coming from host.xyz.com to port 30001 to
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod43 Using accept BIOs, TCP/IP connections can be accepted and data
135 If a server wishes to process multiple connections (as is normally
137 incoming connections. This can be done by waiting for a connection and
144 again which can be used to await further incoming connections.
145 If no further connections will be accepted the B<accept> can
151 connections. This can be resolved by using BIO_pop() (see above)
187 This example accepts two connections on port 4444, sends messages
221 /* Close accept BIO to refuse further connections */
229 /* Close the two established connections */
/freebsd/sys/dev/usb/serial/
H A Duvisor.c131 } __packed connections[UVISOR_MAX_CONN]; member
162 } __packed connections[UVISOR_MAX_CONN]; member
434 switch (coninfo.connections[i].port_function_id) { in uvisor_init()
452 coninfo.connections[i].port, desc); in uvisor_init()
480 port = pconinfo.connections[0].end_point_info; in uvisor_init()
484 port = pconinfo.connections[0].port; in uvisor_init()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-display-engine.yaml21 For all connections between components up to the TCONs in the
36 represent the connections between the components, while the numbers
39 The same rule also applies to DE 2.0 mixer-TCON connections:
/freebsd/usr.sbin/ppp/
H A DREADME.nat64 establish TCP connections and make UDP inquiries (such as domain name
65 service requests) but the connections seem to come from the ppp host
142 Set to "yes" to disable all incoming connections. This just drops
143 connections to, for example, ftp, telnet or web servers. The NAT
144 mechanism prevents these connections. Technically, this option denies
147 all incoming connections to telnetd, ftpd, etc.
176 connections (which don't know the remote port number, though it is
296 PPP host accepts incoming connections for ports 0 to 1023.
302 - Generalised mechanism for handling incoming connections
325 - Accepts FTP data connections from other than
[all …]
/freebsd/contrib/sendmail/cf/cf/
H A Ducbvax.mc41 # local UUCP connections, and our local uucp name
44 # remote UUCP connections, and the machine they are on
87 # handle local UUCP connections in the Berkeley.EDU domain
/freebsd/share/examples/ppp/
H A Dppp.secret.sample5 # This file is used to authenticate incoming connections.
12 # This doesn't work for CHAP connections as ppp must have access
/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc.c514 TAILQ_INIT(&pool->connections); in evrpc_pool_new()
556 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free()
557 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free()
584 TAILQ_INSERT_TAIL(&pool->connections, connection, next); in evrpc_pool_add_connection()
616 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection()
623 TAILQ_FOREACH(evcon, &pool->connections, next) { in evrpc_pool_set_timeout()
641 TAILQ_FOREACH(connection, &pool->connections, next) { in evrpc_pool_find_connection()
808 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()
/freebsd/contrib/libevent/
H A Devrpc.c514 TAILQ_INIT(&pool->connections); in evrpc_pool_new()
556 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free()
557 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free()
584 TAILQ_INSERT_TAIL(&pool->connections, connection, next); in evrpc_pool_add_connection()
616 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection()
623 TAILQ_FOREACH(evcon, &pool->connections, next) { in evrpc_pool_set_timeout()
641 TAILQ_FOREACH(connection, &pool->connections, next) { in evrpc_pool_find_connection()
808 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()

1234567891011