Home
last modified time | relevance | path

Searched full:established (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dtcp17 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/tests/sys/netpfil/pf/
H A Dtcp.sh87 # Connection should be established now
89 -o match:"ESTABLISHED:ESTABLISHED" \
96 # Connection should remain established
98 -o match:"ESTABLISHED:ESTABLISHED" \
H A Dsrc_track.sh171 … -qE '2001:db8:44::1\[4201\] ESTABLISHED:ESTABLISHED' $states || atf_fail "State for port 4201 not…
172 … -qE '2001:db8:44::1\[4202\] ESTABLISHED:ESTABLISHED' $states || atf_fail "State for port 4202 not…
173 … -qE '2001:db8:44::1\[4203\] ESTABLISHED:ESTABLISHED' $states || atf_fail "State for port 4203 not…
174 … -qE '2001:db8:44::2\[4205\] ESTABLISHED:ESTABLISHED' $states || atf_fail "State for port 4205 not…
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod43 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 DBIO_s_accept.pod48 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 DBIO_f_ssl.pod43 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 DSSL_get_session.pod30 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 DSSL_get_current_cipher.pod24 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 DSSL_CTX_flush_sessions.pod20 If enabled, the internal session cache will collect all sessions established
24 automatically whenever 255 new sessions were established (see
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out9 tcp:::state-change to established - yes
16 tcp:::connect-established - yes
17 tcp:::accept-established - yes
H A Dtst.localtcpstate.ksh139 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 Dtst.remotetcpstate.ksh.out8 tcp:::state-change to established - yes
14 tcp:::connect-established - yes
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_s_connect.3178 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 DBIO_s_accept.3183 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 DBIO_f_ssl.3176 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 DSSL_get_session.3164 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/sys/netinet/
H A Dtcp_fsm.h48 /* 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/share/man/man4/
H A Ddtrace_tcp.434 .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 Dctl.4159 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 Dtcp.4107 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
244 in seconds, for new, non-established
382 When a non-signed segment is accepted, the established connection is not
408 Changes NUMA affinity filtering for an established TCP listen
591 connections in progress; it only prevents new ones from being established.
633 connections in progress; it only prevents new ones from being established.
757 Timeout, in milliseconds, for new, non-established
/freebsd/share/dtrace/
H A Dtcptrack35 tcp:kernel::accept-established
55 tcp:kernel::connect-established
57 printf("Connection established to %s:%d from %s:%d\n",
/freebsd/lib/libgssapi/
H A Dgss_inquire_context.354 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/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c101 * 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/usr.bin/iscsictl/
H A Discsictl.8103 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/contrib/ofed/librdmacm/man/
H A Drdma_notify.323 the underlying communication manager established the connection before
33 connection into an established state in this case in order to handle

12345678910>>...22