Searched refs:session (Results 76 - 100 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_enc.c171 if ((s->session == NULL) || (ds == NULL) ||
H A Dd1_srvr.c364 ((s->session->peer != NULL) &&
481 s->session->cipher=s->s3->tmp.new_cipher;
533 /* actually not necessarily a 'new' session unless
683 * session id. If it is a re-use, we send back the
684 * old session-id, if it is a new session, we send
685 * back the new session-id or we send back a 0 length
686 * session-id if we want it to be single use.
687 * Currently I will not implement the '0' length session-id
691 s->session
[all...]
H A Dd1_pkt.c336 sess = s->session;
494 sess=s->session;
834 (s->session != NULL) && (s->session->cipher != NULL))
955 SSL_CTX_remove_session(s->ctx,s->session);
1102 * at this point (session renegotiation not yet started),
1293 sess=s->session;
H A Ds23_clnt.c119 if (s->session != NULL)
231 /* don't reuse session-id's */
290 /* put in the session-id length (zero since there is no reuse) */
292 s->session->session_id_length=0;
573 * reusing a session-id */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h79 * that storage. It must be setup at session creation time.
98 * that storage. It must be setup at session creation time.
115 /* state set/tested under session->lock */
125 struct iscsi_session *session; /* parent session */ member in struct:iscsi_conn
209 /* iSCSI session-wide sequencing */
232 spinlock_t lock; /* protects session state, *
234 * session resources: *
238 int state; /* session state */
239 int age; /* counts session r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_pppox_v26.h166 struct pppol2tp_session *session; member in struct:pppol2tp_opt
H A Datmdev.h260 ATM_VF_SESSION, /* VCC is p2mp session control descriptor */
311 struct atm_vcc *session; /* session VCC descriptor */ member in struct:atm_vcc
H A Dsched.h502 pid_t session __deprecated;
506 /* boolean value for session group leader */
590 struct key *session_keyring; /* UID's default session keyring */
1261 static inline void set_signal_session(struct signal_struct *sig, pid_t session) argument
1263 sig->__session = session;
1492 extern void __set_special_pids(pid_t session, pid_t pgrp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/path_id/
H A Dpath_id345 : no iSCSI session path
503 */session[0-9]*/*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A DMakefile.in74 am_papd_OBJECTS = main.$(OBJEXT) printcap.$(OBJEXT) session.$(OBJEXT) \
284 papd_SOURCES = main.c printcap.c session.c file.c comment.c lp.c ppd.c \
299 session.h \
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
H A DMakefile74 am_papd_OBJECTS = main.$(OBJEXT) printcap.$(OBJEXT) session.$(OBJEXT) \
284 papd_SOURCES = main.c printcap.c session.c file.c comment.c lp.c ppd.c \
299 session.h \
423 include ./$(DEPDIR)/session.Po
H A Dsession.c2 * $Id: session.c,v 1.20 2009-10-16 01:10:59 didg Exp $
32 #include "session.h"
55 int session(ATP atp, struct sockaddr_at *sat) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c503 /* Cleanup session */
519 static struct device *bnep_get_device(struct bnep_session *session) argument
521 bdaddr_t *src = &bt_sk(session->sock->sk)->src;
522 bdaddr_t *dst = &bt_sk(session->sock->sk)->dst;
549 /* session struct allocated as private part of net_device */
631 /* Kill session thread */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dcore.c307 BT_DBG("dlc %p session %p", d, s);
313 d->session = s;
318 struct rfcomm_session *s = d->session;
320 BT_DBG("dlc %p refcnt %d session %p", d, atomic_read(&d->refcnt), s);
323 d->session = NULL;
402 struct rfcomm_session *s = d->session;
406 BT_DBG("dlc %p state %ld dlci %d err %d session %p",
532 BT_DBG("session %p sock %p", s, sock);
558 BT_DBG("session %p state %ld", s, s->state);
593 BT_DBG("session
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c307 void __set_special_pids(pid_t session, pid_t pgrp) argument
311 if (process_session(curr) != session) {
313 set_signal_session(curr->signal, session);
314 attach_pid(curr, PIDTYPE_SID, find_pid(session));
323 static void set_special_pids(pid_t session, pid_t pgrp) argument
326 __set_special_pids(session, pgrp);
H A Dsys.c1560 pid_t session; local
1565 /* Fail if I am already a session leader */
1569 session = group_leader->pid;
1571 * proposed session id.
1573 * Don't check if session id == 1 because kernel threads use this
1574 * session id and so the check will always fail and make it so
1577 if (session > 1 && find_task_by_pid_type(PIDTYPE_PGID, session))
1581 __set_special_pids(session, session);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A DMakefile.in97 am_papd_OBJECTS = main.$(OBJEXT) printcap.$(OBJEXT) session.$(OBJEXT) \
325 papd_SOURCES = main.c printcap.c session.c file.c comment.c lp.c ppd.c \
340 session.h \
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
H A Dsession.c2 * $Id: session.c,v 1.20 2009-10-16 01:10:59 didg Exp $
32 #include "session.h"
55 int session(ATP atp, struct sockaddr_at *sat) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds23_clnt.c137 if (s->session != NULL)
230 /* don't reuse session-id's */
289 /* put in the session-id, zero since there is no
292 s->session->session_id_length=0;
500 * reusing a session-id */
H A Dssl_locl.h489 int ssl_get_new_session(SSL *s, int session);
490 int ssl_get_prev_session(SSL *s, unsigned char *session,int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dmdb.c42 if (HFS_SB(sb)->session >= 0) {
43 te.cdte_track = HFS_SB(sb)->session;
50 printk(KERN_ERR "hfs: invalid session number or type of track\n");
H A Dhfs_fs.h138 int session, part; member in struct:hfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Drfcomm.h171 struct rfcomm_session *session; member in struct:rfcomm_dlc
199 /* DLC and session flags */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durldata.h248 gnutls_session session; member in struct:ssl_connect_data
302 long numsessions; /* SSL session id cache size */
305 bool sessionid; /* cache session IDs or not */
315 /* information stored about one single SSL session */
322 struct ssl_config_data ssl_config; /* setup for this session */
993 the session handle is no longer associated with a connection, and also
994 allow curl_easy_reset() to clear this information from the session handle
1074 * "session handle" must be defined within the 'struct UrlState'. This struct
1140 struct curl_ssl_session *session; /* array of 'numsessions' size */ member in struct:UrlState
1141 long sessionage; /* number of the most recent session */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dhfsplus_fs.h142 int part, session; member in struct:hfsplus_sb_info

Completed in 195 milliseconds

123456