Home
last modified time | relevance | path

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

1234567

/freebsd-10-stable/usr.sbin/bluetooth/l2control/
Dl2cap.c143 r.connections = calloc(NG_L2CAP_MAX_CON_NUM, in l2cap_read_connection_list()
145 if (r.connections == NULL) { in l2cap_read_connection_list()
165 bdaddrpr(&r.connections[n].remote), in l2cap_read_connection_list()
166 r.connections[n].con_handle, in l2cap_read_connection_list()
167 ((r.connections[n].flags & NG_L2CAP_CON_OUTGOING)? 'O' : 'I'), in l2cap_read_connection_list()
168 ((r.connections[n].flags & NG_L2CAP_CON_LP_TIMO)? 'L' : ' '), in l2cap_read_connection_list()
169 ((r.connections[n].flags & NG_L2CAP_CON_AUTO_DISCON_TIMO)? 'D' : ' '), in l2cap_read_connection_list()
170 ((r.connections[n].flags & NG_L2CAP_CON_TX)? 'T' : ' '), in l2cap_read_connection_list()
171 ((r.connections[n].flags & NG_L2CAP_CON_RX)? 'R' : ' '), in l2cap_read_connection_list()
172 r.connections[n].pending, in l2cap_read_connection_list()
[all …]
/freebsd-10-stable/usr.sbin/bluetooth/hccontrol/
Dnode.c269 r.connections = calloc(NG_HCI_MAX_CON_NUM, sizeof(ng_hci_node_con_ep)); in hci_read_connection_list()
270 if (r.connections == NULL) { in hci_read_connection_list()
302 hci_bdaddr2str(&r.connections[n].bdaddr), in hci_read_connection_list()
303 r.connections[n].con_handle, in hci_read_connection_list()
304 (r.connections[n].link_type == NG_HCI_LINK_ACL)? in hci_read_connection_list()
306 r.connections[n].mode, in hci_read_connection_list()
307 (r.connections[n].role == NG_HCI_ROLE_MASTER)? in hci_read_connection_list()
309 hci_encrypt2str(r.connections[n].encryption_mode, 1), in hci_read_connection_list()
310 r.connections[n].pending, in hci_read_connection_list()
311 r.connections[n].queue_len, in hci_read_connection_list()
[all …]
/freebsd-10-stable/tools/tools/netrate/tcpp/
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-10-stable/contrib/ofed/librdmacm/examples/
Dcmatose.c82 static int connections = 1; variable
278 if (test.conn_index == connections) { in connect_handler()
384 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
389 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
391 for (i = 0; i < connections; i++) { in alloc_nodes()
413 for (i = 0; i < connections; i++) in destroy_nodes()
423 for (i = 0; i < connections; i++) { in poll_cqs()
493 for (i = 0; i < connections && !ret; i++) in migrate_channel()
572 for (i = 0; i < connections; i++) { in run_server()
598 for (i = 0; i < connections; i++) { in run_server()
[all …]
Dmckey.c77 static int connections = 1; variable
381 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
386 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
388 for (i = 0; i < connections; i++) { in alloc_nodes()
407 for (i = 0; i < connections; i++) in destroy_nodes()
417 for (i = 0; i < connections; i++) { in poll_cqs()
479 for (i = 0; i < connections; i++) { in run()
518 for (i = 0; i < connections; i++) { in run()
532 for (i = 0; i < connections; i++) { in run()
563 connections = atoi(optarg); in main()
[all …]
Dudaddy.c74 static int connections = 1; variable
294 if (test.conn_index == connections) { in connect_handler()
420 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
425 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
427 for (i = 0; i < connections; i++) { in alloc_nodes()
449 for (i = 0; i < connections; i++) in destroy_nodes()
472 for (i = 0; i < connections; i++) { in poll_cqs()
568 for (i = 0; i < connections; i++) { in run_server()
602 for (i = 0; i < connections; i++) { in run_client()
619 for (i = 0; i < connections; i++) { in run_client()
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dconnections_example.txt1 The following is an example of connections. As inbound TCP connections are
5 # connections
21 snoop can already tell me that these connections are happening - but does not
Dtcpsnoop_snv_d_example.txt5 Here we run tcpsnoop and wait for new TCP connections to be established,
40 As new connections are made, each of the TCP packets are traced along with
Dtcpsnoop_d_example.txt5 Here we run tcpsnoop and wait for new TCP connections to be established,
40 As new connections are made, each of the TCP packets are traced along with
Dtcpsnoop_snv_example.txt5 Here we run tcpsnoop and wait for new TCP connections to be established,
40 As new connections are made, each of the TCP packets are traced along with
Dtcpsnoop_example.txt5 Here we run tcpsnoop and wait for new TCP connections to be established,
40 As new connections are made, each of the TCP packets are traced along with
/freebsd-10-stable/crypto/openssl/doc/crypto/
DBIO_s_accept.pod37 Using accept BIOs, TCP/IP connections can be accepted and data
114 If a server wishes to process multiple connections (as is normally
116 incoming connections. This can be done by waiting for a connection and
123 again which can be used to await further incoming connections.
124 If no further connections will be accepted the B<accept> can
130 connections. This can be resolved by using BIO_pop() (see above)
150 This example accepts two connections on port 4444, sends messages
182 /* Close accept BIO to refuse further connections */
189 /* Close the two established connections */
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Net/
Dconnections74 USAGE: connections [-htvZ]
79 connections -v # snoop connections with times
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
Dconnections74 USAGE: connections [-htvZ]
79 connections -v # snoop connections with times
/freebsd-10-stable/contrib/netbsd-tests/lib/librumphijack/
Dnetstat.expout1 Active Internet connections (including servers)
4 Active Internet6 connections (including servers)
/freebsd-10-stable/contrib/ipfilter/rules/
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
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-10-stable/sys/netinet/libalias/
DHISTORY6 - Host accepts incoming connections for ports 0 to 1023.
13 connections (no more 0 to 1023 restriction).
41 - Accepts FTP data connections from other than
42 port 20. This allows one ftp connections
127 bypass of FTP/IRC DCC data connections. Also added
/freebsd-10-stable/sbin/natd/samples/
Dnatd.cf.sample12 # Incoming connections. Should NEVER be set to "yes" if redirect_port
20 # guarantees successful connections when port numbers conflict
60 # Map connections coming to port 30000 to telnet in my_private_host.
65 # Map connections coming from host.xyz.com to port 30001 to
/freebsd-10-stable/release/picobsd/floppy.tree/etc/ppp/
Dppp.secret.sample5 # This file is used to authenticate incoming connections.
12 # required for all server socket connections. Refer to the ppp(8)
/freebsd-10-stable/sys/dev/usb/serial/
Duvisor.c129 } __packed connections[UVISOR_MAX_CONN]; member
160 } __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-10-stable/usr.sbin/ppp/
DREADME.nat66 establish TCP connections and make UDP inquiries (such as domain name
67 service requests) but the connections seem to come from the ppp host
144 Set to "yes" to disable all incoming connections. This just drops
145 connections to, for example, ftp, telnet or web servers. The NAT
146 mechanism prevents these connections. Technically, this option denies
149 all incoming connections to telnetd, ftpd, etc.
178 connections (which don't know the remote port number, though it is
298 PPP host accepts incoming connections for ports 0 to 1023.
304 - Generalised mechanism for handling incoming connections
327 - Accepts FTP data connections from other than
[all …]
/freebsd-10-stable/contrib/sendmail/cf/cf/
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-10-stable/contrib/ntp/sntp/libevent/
Devrpc.c513 TAILQ_INIT(&pool->connections); in evrpc_pool_new()
555 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free()
556 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free()
583 TAILQ_INSERT_TAIL(&pool->connections, connection, next); in evrpc_pool_add_connection()
615 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_remove_connection()
622 TAILQ_FOREACH(evcon, &pool->connections, next) { in evrpc_pool_set_timeout()
640 TAILQ_FOREACH(connection, &pool->connections, next) { in evrpc_pool_find_connection()
807 EVUTIL_ASSERT(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()
/freebsd-10-stable/share/examples/ppp/
Dppp.secret.sample5 # This file is used to authenticate incoming connections.
12 # This doesn't work for CHAP connections as ppp must have access

1234567