/freebsd/usr.sbin/tcpdrop/ |
H A D | tcpdrop.8 | 23 .Nd drop TCP connections 51 command may be used to drop TCP connections from the command line. 57 will attempt to drop all TCP connections. 63 will attempt to drop all connections using the TCP congestion control algorithm 70 will attempt to drop all connections using the TCP stack 77 will attempt to drop all TCP connections being in the state 98 will attempt to drop all TCP connections using the congestion control algorithm 105 Since TCP connections in the 124 connections one at a time. 166 The following command will drop all connections but those to or from [all …]
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | README | 6 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/share/man/man4/ |
H A D | tcp.4 | 73 Active sockets initiate connections to passive 86 call to accept incoming connections. 89 call to initiate connections. 158 existing TFO connections or TFO connections in progress; it only prevents new 159 TFO connections from being established. 165 Note that connections that are established via a TFO 176 to successfully open TFO connections with the server. 178 both internal and external clients and only wish to allow TFO connections from 217 connections. 451 connections, the kernel will [all …]
|
H A D | ng_btsocket.4 | 100 Returns list of active baseband connections (i.e., ACL and SCO links) for 184 Returns list of active baseband connections (i.e., ACL links) for the L2CAP 214 Active sockets initiate connections to passive sockets. 222 call to accept incoming connections. 225 call to initiate connections. 284 Active sockets initiate connections to passive sockets. 292 call to accept incoming connections. 295 call to initiate connections.
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.8 | 43 FTP control connections should be redirected into the proxy using the 49 The proxy allows data connections to pass, rewriting and redirecting 51 All connections from the client to the server have their source 53 Consequently, all connections from the server to the proxy have 92 Only permit anonymous FTP connections. 98 Address where the proxy will listen for redirected control connections. 112 When the proxy reaches this limit, new connections are denied. 121 Port where the proxy will listen for redirected connections. 126 appended, so that data connections can be queued. 132 connections to another proxy. [all …]
|
/freebsd/usr.sbin/bluetooth/l2control/ |
H A D | l2cap.c | 145 r.connections = calloc(NG_L2CAP_MAX_CON_NUM, in l2cap_read_connection_list() 147 if (r.connections == NULL) { in l2cap_read_connection_list() 157 fprintf(stdout, "L2CAP connections:\n"); 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() 171 ((r.connections[n].flags & NG_L2CAP_CON_AUTO_DISCON_TIMO)? 'D' : ' '), 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() [all …]
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | ucmatose.1 | 10 [-c connections] [-C message_count] [-S message_size] 13 [-c connections] [-C message_count] [-S message_size] [-t tos] 16 Establishes a set of reliable RDMA connections between two nodes using the 22 connections. The used name or address must route over an RDMA device. 41 \-c connections 42 The number of connections to establish between the client and server.
|
H A D | cmtime.1 | 9 [-c connections] [-p port_number] 23 connections. The used name or address must route over an RDMA device. 29 \-c connections 30 The number of connections to establish between the client and
|
H A D | mckey.1 | 8 \fImckey\fR -m multicast_address [-s] [-b bind_address] [-c connections] 10 \fImckey\fR -m multicast_address -s [-b bind_address] [-c connections] 12 \fImckey\fR -M unmapped_multicast_address -b bind_address [-s] [-c connections] 33 \-c connections
|
H A D | udaddy.1 | 8 \fIudaddy\fR [-s server_address] [-b bind_address] [-c connections] 10 \fIudaddy\fR -s server_address [-b bind_address] [-c connections] 28 \-c connections 30 The test uses unreliable datagram communication, so no actual connections are
|
/freebsd/lib/libsys/ |
H A D | listen.2 | 33 .Nd listen for connections on a socket 41 To accept connections, a socket 44 a willingness to accept incoming connections and 45 a queue limit for incoming connections are specified with 47 and then the connections are 60 pending connections may grow to. 90 These incomplete connections
|
H A D | accept.2 | 51 and is listening for connections after a 56 queue of pending connections, creates a new socket, 89 If no pending connections are 96 connections are present on the queue, 101 to accept more connections. 154 to pre-process incoming connections. 202 The socket is marked non-blocking and no connections
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight-cti.yaml | 18 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 D | arm,coresight-cti.yaml | 17 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 [all...] |
/freebsd/usr.bin/systat/ |
H A D | tcp.c | 61 00 TCP Connections TCP Packets 62 01999999999999 connections initiated 999999999999 total packets sent 63 02999999999999 connections accepted 999999999999 - data 64 03999999999999 connections established 999999999999 - data (retransmit by dupack) 65 04999999999999 connections dropped 999999999999 - data (retransmit by sack) 108 L(0, "TCP Connections"); R(0, "TCP Packets"); in labeltcp() 109 L(1, "connections initiated"); R(1, "total packets sent"); in labeltcp() 110 L(2, "connections accepted"); R(2, "- data"); in labeltcp() 111 L(3, "connections established"); R(3, "- data (retransmit by dupack)"); in labeltcp() 112 L(4, "connections dropped"); R(4, "- data (retransmit by sack)"); in labeltcp()
|
/freebsd/sys/netinet/libalias/ |
H A D | HISTORY | 5 - 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 69 - Connections initiated from packet aliasing 126 bypass of FTP/IRC DCC data connections. Also added
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 43 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/usr.sbin/ppp/ |
H A D | README.nat | 64 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/ofed/librdmacm/examples/ |
H A D | cmatose.c | 73 static int connections = 1; variable 270 if (test.conn_index == connections) { in connect_handler() 375 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes() 380 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes() 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() 484 for (i = 0; i < connections && !ret; i++) in migrate_channel() 532 for (i = 0; i < connections; i++) { in run_server() 558 for (i = 0; i < connections; i++) { in run_server() [all …]
|
H A D | cmtime.c | 104 static int connections = 100; variable 170 for (c = 0; c < connections; c++) { in show_perf() 189 max[i] / 1000., min[i], us / connections); in show_perf() 355 nodes = calloc(sizeof *nodes, connections); in alloc_nodes() 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() [all …]
|
H A D | mckey.c | 76 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 …]
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 2.3.t | 119 Datagram sockets need not establish connections before use. 121 To accept connections or to receive datagrams, 144 Accepting connections 147 it is possible to \fIlisten\fP for connections: 152 The \fIbacklog\fP specifies the maximum count of connections 161 from the queue of pending connections on \fIs\fP. 162 If no new connections are queued for acceptance, 165 Making connections 172 Although datagram sockets do not establish connections, 294 Shutting down halves of full-duplex connections
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | src_track.sh | 133 atf_set descr 'Max connections per source per rule' 153 # Limiting of connections is done for connections which have successfully 158 # 3 connections from host ::1 will be allowed. 217 # 2 connections from host ::1 matching rule_A will be allowed, 1 will fail to create a state. 223 # 2 connections from host ::1 matching rule_B will be allowed, 1 will fail to create a state. 230 # 2 connections from host ::2 matching rule_B will be allowed, 1 will fail to create a state. 242 …'2001:db8:44::1 -> :: \( states 3, connections 3, rate [0-9/\.]+s \) age [0-9:]+, 9 pkts, [0-9]+ b… 243 …'2001:db8:44::1 -> :: \( states 3, connections 3, rate [0-9/\.]+s \) age [0-9:]+, 9 pkts, [0-9]+ b… 244 …'2001:db8:44::2 -> :: \( states 3, connections 3, rate [0-9/\.]+s \) age [0-9:]+, 9 pkts, [0-9]+ b…
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | hashed_db.c | 53 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/secure/lib/libcrypto/man/man3/ |
H A D | BIO_s_accept.3 | 178 Using accept BIOs, \s-1TCP/IP\s0 connections can be accepted and data 269 If a server wishes to process multiple connections (as is normally 271 incoming connections. This can be done by waiting for a connection and 280 again which can be used to await further incoming connections. 281 If no further connections will be accepted the \fBaccept\fR can 287 connections. This can be resolved by using \fBBIO_pop()\fR (see above) 321 This example accepts two connections on port 4444, sends messages 356 \& /* Close accept BIO to refuse further connections */ 364 \& /* Close the two established connections */
|