type golang.org/x/crypto/ssh.mux
19 uses
golang.org/x/crypto/ssh (current package)
channel.go#L90: mux *mux
channel.go#L163: mux *mux
channel.go#L457: func (m *mux) newChannel(chanType string, direction channelDirection, extraData []byte) *channel {
connection.go#L93: *mux
mux.go#L88: type mux struct {
mux.go#L106: func (m *mux) Wait() error {
mux.go#L116: func newMux(p packetConn) *mux {
mux.go#L117: m := &mux{
mux.go#L132: func (m *mux) sendMessage(msg interface{}) error {
mux.go#L140: func (m *mux) SendRequest(name string, wantReply bool, payload []byte) (bool, []byte, error) {
mux.go#L174: func (m *mux) ackRequest(ok bool, data []byte) error {
mux.go#L181: func (m *mux) Close() error {
mux.go#L187: func (m *mux) loop() {
mux.go#L214: func (m *mux) onePacket() error {
mux.go#L249: func (m *mux) handleGlobalPacket(packet []byte) error {
mux.go#L273: func (m *mux) handleChannelOpen(packet []byte) error {
mux.go#L297: func (m *mux) OpenChannel(chanType string, extra []byte) (Channel, <-chan *Request, error) {
mux.go#L306: func (m *mux) openChannel(chanType string, extra []byte) (*channel, error) {
mux.go#L332: func (m *mux) handleUnknownChannelPacket(id uint32, packet []byte) error {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |