HomeSort by: relevance | last modified time | path
    Searched defs:sessions (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/opencrypto/
ocryptodev.h 160 struct osession_n_op * sessions; member in struct:ocrypt_sgop
cryptodev.h 263 struct session_n_op * sessions; member in struct:crypt_sgop
  /src/external/bsd/tmux/dist/
session.c 29 struct sessions sessions; variable in typeref:struct:sessions
45 RB_GENERATE(sessions, session, entry, session_cmp);
56 * sessions list.
63 RB_FOREACH(s_loop, sessions, &sessions) {
77 return (RB_FIND(sessions, &sessions, &s));
102 RB_FOREACH(s, sessions, &sessions) {
    [all...]
tmux.h 1402 TAILQ_HEAD(, session) sessions; member in struct:session_group
1444 RB_HEAD(sessions, session);
3479 extern struct sessions sessions;
3483 RB_PROTOTYPE(sessions, session, entry, session_cmp);
  /src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-source.c 54 /* Run the specified number of QMQP sessions in parallel (default: 1).
471 int sessions = 1; local
538 if ((sessions = atoi(optarg)) <= 0)
654 * Start sessions.
656 while (sessions-- > 0) {
smtp-source.c 97 /* Run the specified number of SMTP sessions in parallel (default: 1).
997 int sessions = 1; local
1089 if ((sessions = atoi(optarg)) <= 0)
1215 * Start sessions.
1217 while (sessions-- > 0) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 74 pk11_sessionlist_t sessions; member in struct:pk11_token
328 freelist = &token->sessions;
381 ISC_LIST_APPEND(sp->token->sessions, sp, link);
394 oret = free_session_list(&token->sessions);
525 ISC_LIST_INIT(token->sessions);
  /src/sbin/init/
init.c 183 static session_t *sessions; variable
1120 sessions = sp;
1168 * Walk the list of ttys and create sessions for each active line.
1178 if (sessions == NULL) {
1200 for (sp = sessions; sp; sp = snext) {
1208 sessions = NULL;
1397 if (sessions == NULL)
1424 if (! sessions)
1438 sessions = sp->se_next;
1504 for (sp = sessions; sp; sp = sp->se_next)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
session.c 138 static Session *sessions = NULL; variable
665 * it to the user, otherwise multiple sessions may accumulate
1505 memset(&sessions[id], 0, sizeof(*sessions));
1506 sessions[id].self = id;
1507 sessions[id].used = 0;
1508 sessions[id].chanid = -1;
1509 sessions[id].ptyfd = -1;
1510 sessions[id].ttyfd = -1;
1511 sessions[id].ptymaster = -1
    [all...]
  /src/external/bsd/wpa/dist/src/radius/
radius_server.c 34 * RADIUS_MAX_SESSION - Maximum number of active sessions
111 struct radius_session *sessions; member in struct:radius_client
155 * num_sess - Number of active sessions
373 struct radius_session *sess = client->sessions;
411 session = client->sessions;
415 client->sessions = sess->next;
467 sess->next = client->sessions;
468 client->sessions = sess;
2003 struct radius_session *sessions)
2007 session = sessions;
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 221 struct dl_list sessions; /* struct tls_session_data */ member in struct:tls_context
290 dl_list_init(&context->sessions);
947 dl_list_for_each(data, &context->sessions, struct tls_session_data,
1194 wpa_printf(MSG_DEBUG, "OpenSSL: Flush sessions");
1196 wpa_printf(MSG_DEBUG, "OpenSSL: Flush sessions - done");
1198 while ((sess_data = dl_list_first(&context->sessions,
1635 * Example logging sessions are (you should delete the file on each run):
5933 dl_list_add(&conn->context->sessions, &sess_data->list);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 803 LHASH_OF(SSL_SESSION) *sessions; member in struct:ssl_ctx_st
1539 * the session_id_context is used to ensure sessions are only reused in
1768 SSL_CTX *session_ctx; /* initial ctx, used to store sessions */
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 851 LHASH_OF(SSL_SESSION) *sessions; member in struct:ssl_ctx_st
1498 * the session_id_context is used to ensure sessions are only reused in
1714 SSL_CTX *session_ctx; /* initial ctx, used to store sessions */
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 743 LHASH_OF(SSL_SESSION) *sessions; member in struct:ssl_ctx_st
1182 * the session_id_context is used to ensure sessions are only reused in
1398 SSL_CTX *session_ctx; /* initial ctx, used to store sessions */

Completed in 59 milliseconds