Searched refs:sessions (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dsession.c25 sessions are used to populate utmp and PAM session structures
49 /* don't register sessions for the guest user - its just too
113 sessionid.id_num = i; /* Only valid for utmp sessions */
204 struct sessionid *sessions; member in struct:session_list
214 sesslist->sessions = REALLOC(sesslist->sessions, sesslist->count *
217 memcpy(&sesslist->sessions[sesslist->count - 1], current,
229 sesslist.sessions = NULL;
233 SAFE_FREE(sesslist.sessions);
238 *session_list = sesslist.sessions;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/utelnetd/
H A Dutelnetd.c137 static struct tsession *sessions; variable in typeref:struct:tsession
368 struct tsession *t = sessions;
372 sessions = ts->next;
464 sessions = 0;
535 ts = sessions;
560 /* First check for and accept new sessions. */
578 new_ts->next = sessions;
579 sessions = new_ts;
590 ts = sessions;
591 while (ts) { /* For all sessions
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dcdu31a.h292 unsigned char sessions; member in struct:s_all_sessions_toc
H A Doptcd.c880 int sessions, status;
884 for (sessions = 2; sessions < 10 /* %%for now */; sessions++) {
899 DEBUG((DEBUG_MULTIS, "Try %d: %2d:%02d.%02d", sessions,
870 int sessions, status; local
H A Dcdu31a.c262 sessions */
1795 /* The idea here is we keep asking for sessions until the command
1823 ("Yikes! Couldn't read any sessions!");
2165 sony_toc.sessions = session;
2181 printk("cdu31a: too many sessions: %d\n",
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h437 * in the external representation of sessions, see ssl_asn1.c). */
603 struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSIONs */ member in struct:ssl_ctx_st
886 /* the session_id_context is used to ensure sessions are only reused
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h451 * in the external representation of sessions, see ssl_asn1.c). */
621 struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSIONs */ member in struct:ssl_ctx_st
914 /* the session_id_context is used to ensure sessions are only reused
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex568 CDC_MULTI_SESSION& can read sessions $>\rm1$\cr
/asus-wl-520gu-7.0.1.45/src/router/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\/}.

Completed in 125 milliseconds