Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c244 hp_node_list_t connections, ports; in copy_hotplug() local
256 (void) memset(&connections, 0, sizeof (hp_node_list_t)); in copy_hotplug()
291 node_list_add(&connections, node); in copy_hotplug()
324 node_list_add(&connections, node); in copy_hotplug()
354 if (connections.head == NULL) in copy_hotplug()
356 *retp = connections.head; in copy_hotplug()
361 (void) hp_fini(connections.head); in copy_hotplug()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c452 void lm_tcp_tx_process_cqes(lm_device_t *pdev, u8_t drv_toe_rss_id, s_list_t * connections) in lm_tcp_tx_process_cqes() argument
526 s_list_push_head(connections, &tcp->tx_con->dpc_info.link); in lm_tcp_tx_process_cqes()
550 s_list_t connections; in lm_toe_service_tx_intr() local
560 s_list_clear(&connections); in lm_toe_service_tx_intr()
561 s_list_push_head(&connections, &dummy); in lm_toe_service_tx_intr()
564 lm_tcp_tx_process_cqes(pdev,drv_toe_rss_id,&connections); in lm_toe_service_tx_intr()
567 con = (lm_tcp_con_t *)s_list_peek_head(&connections); in lm_toe_service_tx_intr()
578 con = (lm_tcp_con_t *)s_list_pop_head(&connections); in lm_toe_service_tx_intr()
581 while (s_list_entry_cnt(&connections) > 0) { in lm_toe_service_tx_intr()
587 con = (lm_tcp_con_t *)s_list_pop_head(&connections); in lm_toe_service_tx_intr()
H A Dlm_l4rx.c1423 u8_t lm_tcp_rx_process_cqes(lm_device_t *pdev, u8_t drv_toe_rss_id, s_list_t * connections) in lm_tcp_rx_process_cqes() argument
1579 s_list_push_head(connections, &tcp->rx_con->dpc_info.link); in lm_tcp_rx_process_cqes()
1656 s_list_t connections; in lm_toe_service_rx_intr() local
1673 s_list_clear(&connections); in lm_toe_service_rx_intr()
1674 s_list_push_head(&connections, &dummy); in lm_toe_service_rx_intr()
1677 process_rss_upd = lm_tcp_rx_process_cqes(pdev,drv_toe_rss_id,&connections); in lm_toe_service_rx_intr()
1683 con = (lm_tcp_con_t *)s_list_peek_head(&connections); in lm_toe_service_rx_intr()
1694 con = (lm_tcp_con_t *)s_list_pop_head(&connections); in lm_toe_service_rx_intr()
1697 while (s_list_entry_cnt(&connections) > 0) { in lm_toe_service_rx_intr()
1703 con = (lm_tcp_con_t *)s_list_pop_head(&connections); in lm_toe_service_rx_intr()
/titanic_41/usr/src/cmd/ipf/examples/
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
H A Dexample.82 # block all incoming TCP connections but send back a TCP-RST for ones to
/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c225 static SET(struct connection *) connections;
226 #define n_sockets connections.n
227 #define conns connections.data
298 if (!ADD(connections, newconn, tmp)) { in add_fd()
340 FOREACH_ELT(connections, i, conn) in delete_fd()
342 DEL(connections, i); in delete_fd()
851 FOREACH_ELT (connections, i, c) { in accept_tcp_connection()
1133 FOREACH_ELT (connections, i, conn) { in closedown_network()
1136 DEL (connections, i); in closedown_network()
1143 FREE_SET_DATA(connections); in closedown_network()
/titanic_41/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h402 caddr_t connections[1]; member
408 caddr32_t connections[1]; member
/titanic_41/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen34 the server machine, and forwards any X11 connections over the
37 automatically examines incoming X11 connections and replaces the
87 authentication agent over any connections, and there is no need to
107 slow connections.
246 listens for connections from client machines, and
294 create a dummy X server and set DISPLAY accordingly. Any connections
326 encrypted X11 connections. I cannot think of any other easy way to
327 make X11 connections encrypted; modifying the X server, clients or
331 same machine where the clients are run, and forwarding the connections
347 case. X11 connections are again forwarded over the secure channel.
[all …]
H A DOVERVIEW134 starts listening for connections, and generates the server key.
148 - waiting for connections
H A DINSTALL151 connections. Normally OpenSSH will try attempt to lookup both IPv6 and
H A DChangeLog265 very short lived X connections. Bug report from Tobias Oetiker
752 MaxStartups: limit number of unauthenticated connections, work by
2225 * Standard connections get only ONE line in the LOG when level==LOG:
2416 - Delay fork (-f option) in ssh until after port forwarded connections
/titanic_41/usr/src/cmd/ssh/etc/
H A Dsshd_config44 # This allows the local port forwarding to work when connections are received
53 # The maximum number of concurrent unauthenticated connections to sshd.
/titanic_41/usr/src/lib/librsm/inc/
H A Drsmapi.h110 rsm_connections_t *connections[1]; member
/titanic_41/usr/src/cmd/Adm/
H A Dttysrch51 # This would improve performance for Starlan network connections
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c11 …res = (PFDEV(pdev)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state != … in lm_vf_is_function_after_flr()
164 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE; in lm_vf_dis()
398 …PFDEV(pdev)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state = LM_CON_S… in lm_vf_chip_reset()
/titanic_41/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c2828 bufp = (char *)&tp->connections[0]; in get_topology()
2853 tp32->connections[cntlr++] = userbase + delta; in get_topology()
2855 tp->connections[cntlr++] = arg + in get_topology()
2860 tp->connections[cntlr++] = arg + in get_topology()
/titanic_41/usr/src/cmd/sendmail/cf/
H A DREADME1172 The RHS specifies the maximum number of connections
1182 10.1.2.3 can only make up to 4 connections, the
1184 number of connections per ConnectionRateWindowSize.
1189 connections. This requires entries in access_db of the
1194 The RHS specifies the maximum number of open connections
1203 10.1.2.3 can only have up to 4 open connections, the
1348 - connections from IP addresses in class $={R}.
1444 sending messages across UUCP connections. It does bangify
2154 Notice: the last entry allows relaying for connections via a UNIX
2714 rate of connections (connections per time unit) or the number of
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dlock.test142 # connections, because UNIX supports reader/writer locks. Under windows,
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl503 * password and number of connections.
507 * permissions, number of connections etc.
512 * 1006 The maximum number of concurrent connections that the shared
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4485 # load average at which we refuse connections
488 # log interval when refusing connections for this long
491 # load average at which we delay connections; 0 means no limit
497 # maximum number of new connections per second
635 # default authentication information for outgoing connections
2998 dnl log this: Open connections $&{client_connections} exceeds limit $1.
2999 R<$+> $| TRUE $#error $@ 4.3.2 $: _CONN_CONTROL_REPLY Too many open connections.
/titanic_41/usr/src/cmd/bnu/
H A DDialers61 # The following entry is for use with direct connections
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c365 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE;
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME151 the maximum MTU) and its connections to DHCP-related state (the
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.memo2164 connections to services given by the

12