Home
last modified time | relevance | path

Searched refs:ChanSess (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/
Dsvr-chansession.c43 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);
49 static int sessionwinchange(struct ChanSess *chansess);
50 static void execchild(struct ChanSess *chansess);
51 static void addchildpid(struct ChanSess *chansess, pid_t pid);
59 struct ChanSess * chansess);
61 struct ChanSess * chansess);
[all …]
Dagentfwd.h32 int agentreq(struct ChanSess * chansess);
33 void agentsetauth(struct ChanSess *chansess);
34 void agentcleanup(struct ChanSess * chansess);
35 void agentset(struct ChanSess *chansess);
Dx11fwd.h32 int x11req(struct ChanSess * chansess);
33 void x11setauth(struct ChanSess *chansess);
34 void x11cleanup(struct ChanSess *chansess);
Dsvr-x11fwd.c46 int x11req(struct ChanSess * chansess) { in x11req()
107 struct ChanSess * chansess = (struct ChanSess *)(listener->typedata); in x11accept()
129 void x11setauth(struct ChanSess *chansess) { in x11setauth()
168 void x11cleanup(struct ChanSess *chansess) { in x11cleanup()
Dsvr-agentfwd.c46 static int bindagent(int fd, struct ChanSess * chansess);
51 int agentreq(struct ChanSess * chansess) { in agentreq()
116 void agentset(struct ChanSess * chansess) { in agentset()
135 void agentcleanup(struct ChanSess * chansess) { in agentcleanup()
202 static int bindagent(int fd, struct ChanSess * chansess) { in bindagent()
Dchansession.h40 struct ChanSess { struct
72 struct ChanSess * chansess; argument