/freebsd-src/cddl/usr.sbin/dwatch/libexec/ |
H A D | tcp | 17 tcp:::accept-established, \ 19 tcp:::connect-established, \ 26 : ${PROBE:=tcp:::accept-established, tcp:::accept-refused} ;; 29 tcp:::connect-established, \ 32 tcp-established) 33 : ${PROBE:=tcp:::accept-established, tcp:::connect-established} ;; 36 tcp:::accept-established, \ 38 tcp:::connect-established, \ 47 tcp:::accept-established, \ 49 tcp:::connect-established, \ [all …]
|
/freebsd-src/tests/sys/netpfil/pf/ |
H A D | tcp.sh | 87 # Connection should be established now 89 -o match:"ESTABLISHED:ESTABLISHED" \ 96 # Connection should remain established 98 -o match:"ESTABLISHED:ESTABLISHED" \
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | BIO_s_connect.pod | 43 on the underlying connection. If no connection is established 45 a connection is established first. 90 should be made before the connection is established because 98 The function returns 1 if the connection was established successfully. 99 A zero or negative value is returned if the connection could not be established. 102 If a connection has already been established this call has no effect. 162 established and <=0 if the connection failed.
|
H A D | BIO_s_accept.pod | 48 on the underlying connection. If no connection is established 125 When a connection is established a new socket BIO is created for 143 established connection and B<accept> will now be a single BIO 206 fprintf(stderr, "Connection 1 established\n"); 219 fprintf(stderr, "Connection 2 established\n"); 227 BIO_puts(cbio, "Connection 1: Second connection established\n"); 229 /* Close the two established connections */
|
H A D | BIO_f_ssl.pod | 43 the SSLs read and write BIOs. If an SSL connection is not established 102 The function returns 1 if the connection was established successfully. 103 A zero or negative value is returned if the connection could not be established. 106 If a connection has already been established this call has no effect. 147 BIO_do_handshake() returns 1 if the connection was established successfully. 148 A zero or negative value is returned if the connection could not be established. 238 * By doing this when a new connection is established 271 BIO_puts(sbio, "\r\nConnection Established\r\nRequest headers:\r\n");
|
H A D | SSL_get_session.pod | 30 TLSv1.2. In TLSv1.3 the same is true, but sessions are established after the 33 connection is established (or never). Calling these functions on the client side 34 in TLSv1.3 before the session has been established will still return an 48 The new session callback is only invoked when a session is actually established,
|
H A D | SSL_get_current_cipher.pod | 24 the description of the actually used cipher of a connection established with 37 on the connection established with the B<ssl> object, but is not yet in use. 48 no session has been established.
|
H A D | SSL_CTX_flush_sessions.pod | 20 If enabled, the internal session cache will collect all sessions established 24 automatically whenever 255 new sessions were established (see
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.localtcpstate.ksh.out | 9 tcp:::state-change to established - yes 16 tcp:::connect-established - yes 17 tcp:::accept-established - yes
|
H A D | tst.localtcpstate.ksh | 139 tcp:::connect-established 146 tcp:::accept-established 164 printf("tcp:::state-change to established - %s\n", 178 printf("tcp:::connect-established - %s\n", 180 printf("tcp:::accept-established - %s\n",
|
H A D | tst.remotetcpstate.ksh.out | 8 tcp:::state-change to established - yes 14 tcp:::connect-established - yes
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | BIO_s_connect.3 | 178 on the underlying connection. If no connection is established 180 a connection is established first. 225 should be made before the connection is established because 233 The function returns 1 if the connection was established successfully. 234 A zero or negative value is returned if the connection could not be established. 237 If a connection has already been established this call has no effect. 295 established and <=0 if the connection failed.
|
H A D | BIO_s_accept.3 | 183 on the underlying connection. If no connection is established 259 When a connection is established a new socket \s-1BIO\s0 is created for 279 established connection and \fBaccept\fR will now be a single \s-1BIO\s0 341 \& fprintf(stderr, "Connection 1 established\en"); 354 \& fprintf(stderr, "Connection 2 established\en"); 362 \& BIO_puts(cbio, "Connection 1: Second connection established\en"); 364 \& /* Close the two established connections */
|
H A D | BIO_f_ssl.3 | 176 the SSLs read and write BIOs. If an \s-1SSL\s0 connection is not established 235 The function returns 1 if the connection was established successfully. 236 A zero or negative value is returned if the connection could not be established. 239 If a connection has already been established this call has no effect. 278 \&\fBBIO_do_handshake()\fR returns 1 if the connection was established successfully. 279 A zero or negative value is returned if the connection could not be established. 371 \& * By doing this when a new connection is established 406 \& BIO_puts(sbio, "\er\enConnection Established\er\enRequest headers:\er\en");
|
H A D | SSL_get_session.3 | 164 TLSv1.2. In TLSv1.3 the same is true, but sessions are established after the 167 connection is established (or never). Calling these functions on the client side 168 in TLSv1.3 before the session has been established will still return an 182 The new session callback is only invoked when a session is actually established,
|
/freebsd-src/sys/netinet/ |
H A D | tcp_fsm.h | 48 /* states < TCPS_ESTABLISHED are those where connections not established */ 49 #define TCPS_ESTABLISHED 4 /* established */ 76 TH_ACK, /* 4, ESTABLISHED */ 89 "ESTABLISHED", "CLOSE_WAIT", "FIN_WAIT_1", "CLOSING",
|
/freebsd-src/share/man/man4/ |
H A D | ctl.4 | 159 All above modes require established connection between HA cluster nodes. 161 state; if configured but not established -- Transitioning state. 172 configured but not established; 174 established.
|
H A D | dtrace_tcp.4 | 34 .Fn tcp:::accept-established "pktinfo_t *" "csinfo_t *" "ipinfo_t *" \ 38 .Fn tcp:::connect-established "pktinfo_t *" "csinfo_t *" "ipinfo_t *" \ 80 .Fn tcp:::accept-established 82 At this point the new connection is in the ESTABLISHED state, and the probe 92 .Fn tcp:::connect-established , 100 .Fn tcp:::connect-established 104 SYN-SENT to ESTABLISHED.
|
H A D | tcp.4 | 107 Once a connection has been established, the socket's address is 159 TFO connections from being established. 163 socket option can be queried to determine whether the connection was established 165 Note that connections that are established via a TFO 215 in seconds, for new, non-established 353 When a non-signed segment is accepted, the established connection is not 379 Changes NUMA affinity filtering for an established TCP listen 562 connections in progress; it only prevents new ones from being established. 604 connections in progress; it only prevents new ones from being established. 728 Timeout, in milliseconds, for new, non-established [all...] |
/freebsd-src/share/dtrace/ |
H A D | tcptrack | 35 tcp:kernel::accept-established 55 tcp:kernel::connect-established 57 printf("Connection established to %s:%d from %s:%d\n",
|
/freebsd-src/lib/libgssapi/ |
H A D | gss_inquire_context.3 | 54 although the context need not be fully established. 63 If the context was established using anonymous authentication, 202 are available only if the context is fully established 222 Non-zero if the context is fully established;
|
/freebsd-src/sys/ofed/drivers/infiniband/core/ |
H A D | ib_iwcm.c | 101 * ACTIVE IDS: 4: CONNECT_REPLY, ESTABLISHED, DISCONNECT, CLOSE 102 * PASSIVE IDS: 3: ESTABLISHED, DISCONNECT, CLOSE 277 * - If we are ESTABLISHED, move to CLOSING and modify the QP state 527 * CM_ID <-- ESTABLISHED 529 * Accepts an inbound connection request and generates an ESTABLISHED 531 * until the ESTABLISHED event is received from the provider. 718 * Passive Side: CM_ID <-- ESTABLISHED 720 * The provider generated an ESTABLISHED event which means that 725 * remote peer closed, the ESTABLISHED event would be received followed 753 * Active Side: CM_ID <-- ESTABLISHED [all …]
|
/freebsd-src/contrib/ofed/librdmacm/man/ |
H A D | rdma_notify.3 | 23 the underlying communication manager established the connection before 33 connection into an established state in this case in order to handle
|
/freebsd-src/usr.bin/iscsictl/ |
H A D | iscsictl.8 | 103 When removing, remove all currently established sessions. 140 seconds until all configured sessions are successfully established. 159 exit status does not mean that the session was successfully established.
|
/freebsd-src/sbin/ipf/ipf/ |
H A D | ipf.8 | 73 established connections) or "S" (deletes the entire state table). Only 74 one of the two options may be given. A fully established connection 76 way indicating it is not fully established any more.
|