OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chansess
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
svr-x11fwd.c
46
int x11req(struct
ChanSess
*
chansess
) {
51
if (
chansess
->x11listener != NULL) {
55
chansess
->x11singleconn = buf_getbool(ses.payload);
56
chansess
->x11authprot = buf_getstring(ses.payload, NULL);
57
chansess
->x11authcookie = buf_getstring(ses.payload, NULL);
58
chansess
->x11screennum = buf_getint(ses.payload);
67
chansess
->x11port = bindport(fd);
68
if (
chansess
->x11port < 0) {
83
chansess
->x11listener = new_listener( &fd, 1, 0, chansess, x11accept, NULL)
107
struct ChanSess *
chansess
= (struct ChanSess *)(listener->typedata);
local
[
all
...]
chansession.h
40
struct
ChanSess
{
72
struct
ChanSess
*
chansess
;
member in struct:ChildPid
svr-chansession.c
43
static int sessioncommand(struct Channel *channel, struct
ChanSess
*
chansess
,
45
static int sessionpty(struct
ChanSess
*
chansess
);
46
static int sessionsignal(struct
ChanSess
*
chansess
);
47
static int noptycommand(struct Channel *channel, struct
ChanSess
*
chansess
);
48
static int ptycommand(struct Channel *channel, struct
ChanSess
*
chansess
);
69
struct ChanSess *
chansess
= (struct ChanSess*)channel->typedata;
local
147
struct ChanSess *
chansess
= (struct ChanSess*)channel->typedata;
local
218
struct ChanSess *
chansess
;
local
255
struct ChanSess *
chansess
;
local
316
struct ChanSess *
chansess
;
local
[
all
...]
Completed in 23 milliseconds