Lines Matching +full:9 +full:- +full:channel
27 OpenSSH Channel Close Protocol 1.5 Implementation
29 Channel Input State Diagram
49 box invis "rcvd OCLOSE/" "-" with .w at last arrow.c
50 ellipse wid .9*ellipsewid ht .9*ellipseht at S4
51 arrow "start" "" from S1.w+(-0.5,0) to S1.w
57 Channel Output State Diagram
69 box invis "rcvd IEOF/" "-" with .e at last arrow.c
71 box invis "rcvd IEOF/" "-" with .w at last arrow.c
72 ellipse wid .9*ellipsewid ht .9*ellipseht at S4
73 arrow "start" "" from S1.w+(-0.5,0) to S1.w
80 forwarded channel).
81 The data is then sent over the INPUT-end (transmit-end) of the channel to the
83 Data sent by the peer is received on the OUTPUT-end (receive-end),
87 INPUT-end of the channel, it sends an IEOF message to the peer.
91 he considers the INPUT-half of the channel closed.
92 The peer has his OUTOUT-half closed.
94 A channel can be deallocated by a protocol instance
95 if both the INPUT- and the OUTOUT-half on his
96 side of the channel are closed.