Home
last modified time | relevance | path

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

/external/dropbear/
Dchansession.h40 struct ChanSess { struct
42 unsigned char * cmd; /* command to exec */
43 pid_t pid; /* child process pid */
46 int master; /* the master terminal fd*/
47 int slave;
48 unsigned char * tty;
72 struct ChanSess * chansess; argument