Searched defs:Channel (Results 1 – 4 of 4) sorted by relevance
70 typedef struct Channel Channel; typedef75 struct Channel { struct76 int type; /* channel type/state */77 int self; /* my own channel identifier */78 int remote_id; /* channel identifier for remote peer */79 u_int istate; /* input from channel (state of receive half) */80 u_int ostate; /* output to channel (state of transmit half) */81 int wait_for_exit; /* no close till after exit-status is sent */82 int flags; /* close sent/rcvd */83 int rfd; /* read fd */[all …]
54 Channel(PortForwardRequest *portForwardRequest, SOCKET socket) : in Channel() function
292 uint8_t Channel; member311 uint8_t Channel; member345 uint8_t Channel; member
388 uint8_t Channel; member