OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svr_ses
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/
svr-authpasswd.c
93
svr_ses
.addrstring);
99
svr_ses
.addrstring);
svr-chansession.c
79
* use the
svr_ses
.lastexit struct to hold the exit, which is then compared by
96
for (i = 0; i <
svr_ses
.childpidsize; i++) {
97
if (
svr_ses
.childpids[i].pid == pid) {
99
exit = &
svr_ses
.childpids[i].chansess->exit;
108
exit = &
svr_ses
.lastexit;
293
for (i = 0; i <
svr_ses
.childpidsize; i++) {
294
if (
svr_ses
.childpids[i].chansess == chansess) {
295
dropbear_assert(
svr_ses
.childpids[i].pid > 0);
296
TRACE(("closing pid %d",
svr_ses
.childpids[i].pid))
298
svr_ses
.childpids[i].pid = -1
[
all
...]
svr-session.c
45
struct serversession
svr_ses
; /* GLOBAL */
variable in typeref:struct:serversession
88
svr_ses
.childpipe = childpipe;
89
svr_ses
.addrstring = addrstring;
svr-authpam.c
225
svr_ses
.addrstring);
236
svr_ses
.addrstring);
244
svr_ses
.addrstring);
svr-auth.c
209
svr_ses
.addrstring);
223
svr_ses
.addrstring);
343
userstr,
svr_ses
.addrstring);
370
m_close(
svr_ses
.childpipe);
svr-authpubkey.c
108
ses.authstate.printableuser, fp,
svr_ses
.addrstring);
113
ses.authstate.printableuser, fp,
svr_ses
.addrstring);
169
ses.authstate.printableuser,
svr_ses
.addrstring);
session.h
249
extern struct serversession
svr_ses
;
Completed in 589 milliseconds