Searched refs:Session (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dsession.h38 typedef struct Session Session; typedef in typeref:struct:Session
39 struct Session { struct
75 void session_destroy_all(void (*)(Session *));
78 Session *session_new(void);
79 Session *session_by_tty(char *);
80 void session_close(Session *);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.h94 } Session; typedef in typeref:struct:_Session
102 Session* session;
112 /* For example, the o_flag 0x7 in the Session means */
120 /* are ORed with the i_flags of its Session, so as soon */
141 extern void session_close(Session *session);
142 extern void session_free(Session *session);
H A Dsession.c76 Session *first_session = NULL;
88 static void trace_session(Session *session);
91 static Session *session_open(Address *address, SNMP_pdu *pdu);
92 void session_close(Session *session);
94 static int session_build_request_list(Session *session, int index, SNMP_variable *variable, Subtree *subtree);
95 static int session_build_local_sysUptime(Session *session, int index, SNMP_variable *variable);
98 void session_remove_from_list(Session *session);
100 void session_free(Session *session);
104 static void session_respond(Session *session);
105 static void session_respond_error(Session *sessio
[all...]
H A Dsubtree.c54 extern Session *first_session;
414 Session *spp;
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dsession.c98 Session *session_new(void);
99 void session_set_fds(Session *, int, int, int);
102 void session_proctitle(Session *);
103 int session_setup_x11fwd(Session *);
104 void do_exec_pty(Session *, const char *);
105 void do_exec_no_pty(Session *, const char *);
106 void do_exec(Session *, const char *);
107 void do_login(Session *, const char *);
108 void do_child(Session *, const char *);
110 int check_quietlogin(Session *, cons
[all...]
/opensolaris-onvv-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl55 my $Session = $$;
213 print AUDIT "$timestamp $Session $msg\n";
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpriv_defs462 Session Service and SMB-over-NBT) and 445 (SMB-over-TCP).

Completed in 136 milliseconds