Searched refs:sessions (Results 1 - 17 of 17) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dsession.c25 sessions are used to populate utmp and PAM session structures
65 /* don't register sessions for the guest user - its just too
123 sessionid.id_num = i; /* Only valid for utmp sessions */
214 struct sessionid *sessions; member in struct:session_list
224 sesslist->sessions = SMB_REALLOC_ARRAY(sesslist->sessions, struct sessionid,
227 memcpy(&sesslist->sessions[sesslist->count - 1], current,
239 sesslist.sessions = NULL;
243 SAFE_FREE(sesslist.sessions);
248 *session_list = sesslist.sessions;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2793 about translated sessions. This means that it handles any number
2794 of sessions flawlessly. But it also means that it is {\em static\/}.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dssl.h438 * in the external representation of sessions, see ssl_asn1.c). */
604 struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSIONs */ member in struct:ssl_ctx_st
887 /* the session_id_context is used to ensure sessions are only reused
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl.h438 * in the external representation of sessions, see ssl_asn1.c). */
604 struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSIONs */ member in struct:ssl_ctx_st
887 /* the session_id_context is used to ensure sessions are only reused
H A Dssl_lib.c389 p = (SSL_SESSION *)lh_retrieve(ssl->ctx->sessions, &r);
964 return ctx->sessions;
1005 return(ctx->sessions->num_items);
1362 ret->sessions=lh_new(LHASH_HASH_FN(SSL_SESSION_hash),
1364 if (ret->sessions == NULL) goto err;
1437 * after the sessions were flushed.
1443 if (a->sessions != NULL)
1448 if (a->sessions != NULL)
1449 lh_free(a->sessions);
H A Dssl_sess.c135 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
136 * store that many sessions is perhaps a more interesting question ... */
153 * we could not prevent the concurrent creation of sessions
285 ret=(SSL_SESSION *)lh_retrieve(s->ctx->sessions,&data);
421 s=(SSL_SESSION *)lh_insert(ctx->sessions,c);
425 * ctx->sessions), or we're in trouble. */
487 if ((r = (SSL_SESSION *)lh_retrieve(ctx->sessions,c)) == c)
490 r=(SSL_SESSION *)lh_delete(ctx->sessions,c);
677 tp.cache=s->sessions;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdu31a.c110 sessions */
1337 /* The idea here is we keep asking for sessions until the command
1363 ("Yikes! Couldn't read any sessions!");
1694 sony_toc.sessions = session;
1710 printk(KERN_NOTICE PFX "too many sessions: "
H A Dcdu31a.h292 unsigned char sessions; member in struct:s_all_sessions_toc
H A Doptcd.c879 int sessions, status;
883 for (sessions = 2; sessions < 10 /* %%for now */; sessions++) {
898 DEBUG((DEBUG_MULTIS, "Try %d: %2d:%02d.%02d", sessions,
869 int sessions, status; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_iscsi.c125 INIT_LIST_HEAD(&ihost->sessions);
226 list_for_each_entry(session, &ihost->sessions, host_list) {
317 list_add(&session->host_list, &ihost->sessions);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtelnetd.c77 static struct tsession *sessions; variable in typeref:struct:tsession
306 struct tsession *t = sessions;
310 sessions = ts->next;
325 /* scan all sessions and find new maxfd */
326 ts = sessions;
396 sessions = make_new_session(0, 1);
404 sessions = make_new_session();
424 ts = sessions;
444 /* First check for and accept new sessions. */
455 new_ts->next = sessions;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_iscsi.h198 struct list_head sessions; member in struct:iscsi_host
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex561 CDC_MULTI_SESSION& can read sessions $>\rm1$\cr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h456 * in the external representation of sessions, see ssl_asn1.c). */
631 struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSIONs */ member in struct:ssl_ctx_st
932 /* the session_id_context is used to ensure sessions are only reused
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h456 * in the external representation of sessions, see ssl_asn1.c). */
631 struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSIONs */ member in struct:ssl_ctx_st
932 /* the session_id_context is used to ensure sessions are only reused
H A Dssl_lib.c411 p = (SSL_SESSION *)lh_retrieve(ssl->ctx->sessions, &r);
996 return ctx->sessions;
1037 return(ctx->sessions->num_items);
1412 ret->sessions=lh_new(LHASH_HASH_FN(SSL_SESSION_hash),
1414 if (ret->sessions == NULL) goto err;
1494 * after the sessions were flushed.
1500 if (a->sessions != NULL)
1505 if (a->sessions != NULL)
1506 lh_free(a->sessions);
H A Dssl_sess.c142 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
143 * store that many sessions is perhaps a more interesting question ... */
160 * we could not prevent the concurrent creation of sessions
297 ret=(SSL_SESSION *)lh_retrieve(s->ctx->sessions,&data);
433 s=(SSL_SESSION *)lh_insert(ctx->sessions,c);
437 * ctx->sessions), or we're in trouble. */
499 if ((r = (SSL_SESSION *)lh_retrieve(ctx->sessions,c)) == c)
502 r=(SSL_SESSION *)lh_delete(ctx->sessions,c);
689 tp.cache=s->sessions;

Completed in 319 milliseconds