Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dchannels.h87 typedef struct Channel Channel; typedef
124 struct Channel { struct
125 int type; /* channel type/state */
127 int self; /* my own channel identifier */
128 uint32_t remote_id; /* channel identifier for remote peer */
129 int have_remote_id; /* non-zero if remote_id is valid */
131 u_int istate; /* input from channel (state of receive half) */
132 u_int ostate; /* output to channel (state of transmit half) */
133 int flags; /* close sent/rcvd */
134 int rfd; /* read fd */
[all …]