Home
last modified time | relevance | path

Searched refs:established (Results 1 – 25 of 144) sorted by relevance

123456

/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 …]
H A DMakefile67 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-established
70 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-connect-established
73 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-established
/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_gss.c144 bool_t established; /* context established */ member
263 if (!gd || !gd->established) in authgss_get_private_data()
294 if (gd->established) in authgss_marshal()
327 gd->established = FALSE; in authgss_marshal()
355 if (gd->established == FALSE) { in authgss_validate()
386 gd->established = FALSE; in authgss_validate()
406 if (gd->established || gd->inprogress) in authgss_refresh()
499 gd->established = FALSE; in authgss_refresh()
504 gd->established = TRUE; in authgss_refresh()
537 if (!gd || !gd->established) in authgss_service()
[all …]
H A Dauth_gssapi.c62 bool_t established; member
193 AUTH_PRIVATE(auth)->established = FALSE; in auth_gssapi_create()
427 AUTH_PRIVATE(auth)->established = TRUE; in auth_gssapi_create()
577 if (AUTH_PRIVATE(auth)->established == TRUE) { in auth_gssapi_marshall()
627 if (AUTH_PRIVATE(auth)->established == FALSE) { in auth_gssapi_validate()
768 if (! AUTH_PRIVATE(auth)->established) { in auth_gssapi_wrap()
799 if (! AUTH_PRIVATE(auth)->established) { in auth_gssapi_unwrap()
H A Dsvc_auth_gss.c93 bool_t established; /* context established */ member
459 if (gd->established) { in gssrpc__svcauth_gss()
477 if (gd->established) { in gssrpc__svcauth_gss()
512 gd->established = TRUE; in gssrpc__svcauth_gss()
590 if (!gd->established || gd->sec.svc == RPCSEC_GSS_SVC_NONE) { in svcauth_gss_wrap()
607 if (!gd->established || gd->sec.svc == RPCSEC_GSS_SVC_NONE) { in svcauth_gss_unwrap()
H A Dsvc_auth_gssapi.c80 bool_t established; member
284 if (client_data->established == FALSE) { in gssrpc__svcauth_gssapi()
506 client_data->established = TRUE; in gssrpc__svcauth_gssapi()
710 client_data->established = 0; in create_client()
1089 if (! SVCAUTH_PRIVATE(auth)->established) { in svc_auth_gssapi_wrap()
1113 if (! client_data->established) { in svc_auth_gssapi_unwrap()
/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.remotetcpstate.ksh.out8 tcp:::state-change to established - yes
14 tcp:::connect-established - yes
H A Dtst.localtcpstate.ksh139 tcp:::connect-established
146 tcp:::accept-established
H A Dtst.remotesctpstate.ksh.out9 sctp:::state-change to established - yes
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dinq_context.c104 if (ctx->established) { in krb5_gss_inquire_context()
173 *opened = ctx->established; in krb5_gss_inquire_context()
176 if (ctx->established) in krb5_gss_inquire_context()
238 if (ctx->terminated || !ctx->established) { in gss_krb5int_inq_sspi_session_key()
257 if (ctx->terminated || !ctx->established) { in gss_krb5int_inq_odbc_session_key()
H A Diakerb.c51 int established; member
792 ctx->established = 0; in iakerb_alloc_context()
911 ctx->established = 1; in iakerb_gss_accept_sec_context()
1042 ctx->established = 1; in iakerb_gss_init_sec_context()
1133 if (!ctx->established) in iakerb_gss_export_sec_context()
1161 if (!kctx->established) { in iakerb_gss_import_sec_context()
1176 ctx->established = 1; in iakerb_gss_import_sec_context()
1205 *opened = ctx->established; in iakerb_gss_inquire_context()
1214 if (!ctx->established) { in iakerb_gss_inquire_context()
/freebsd/tools/regression/kgssapi/
H A Dgsstest.c120 int established; in main() local
160 established = 0; in main()
161 while (!established) { in main()
198 established = 1; in main()
/freebsd/crypto/openssl/doc/man3/
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 DBIO_s_connect.pod48 on the underlying connection. If no connection is established
50 a connection is established first.
95 should be made before the connection is established because
103 The function returns 1 if the connection was established successfully.
104 A zero or negative value is returned if the connection could not be established.
107 If a connection has already been established this call has no effect.
180 established and <=0 if the connection failed.
H A DBIO_s_accept.pod49 on the underlying connection. If no connection is established
133 When a connection is established a new socket BIO is created for
151 established connection and B<accept> will now be a single BIO
214 fprintf(stderr, "Connection 1 established\n");
227 fprintf(stderr, "Connection 2 established\n");
235 BIO_puts(cbio, "Connection 1: Second connection established\n");
237 /* Close the two established connections */
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 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.
151 BIO_do_handshake() returns 1 if the connection was established successfully.
152 A zero or negative value is returned if the connection could not be established.
242 * By doing this when a new connection is established
H A DSSL_CTX_flush_sessions.pod29 If enabled, the internal session cache will collect all sessions established
33 automatically whenever 255 new sessions were established (see
/freebsd/share/dtrace/
H A Dtcptrack35 tcp:kernel::accept-established
55 tcp:kernel::connect-established
/freebsd/sbin/pfctl/tests/files/
H A Dpf1002.in4 set timeout sctp.established 13
H A Dpf1002.ok4 set timeout sctp.established 13
H A Dpf0056.in1 pass in proto tcp from any to any port www keep state (tcp.established 60)
H A Dpf0056.ok1 pass in proto tcp from any to any port = http flags S/SA keep state (tcp.established 60)
/freebsd/share/examples/kld/khelp/
H A DREADME4 the connection is in the established state. The code is verbosely documented in

123456