golang.org/x/crypto/ssh.chanList.offset (field)
10 uses
golang.org/x/crypto/ssh (current package)
channel.go#L222: log.Printf("send(%d): %#v", ch.mux.chanList.offset, msg)
mux.go#L32: offset uint32
mux.go#L42: return uint32(i) + c.offset
mux.go#L46: return uint32(len(c.chans)-1) + c.offset
mux.go#L51: id -= c.offset
mux.go#L62: id -= c.offset
mux.go#L125: m.chanList.offset = atomic.AddUint32(&globalOff, 1)
mux.go#L135: log.Printf("send global(%d): %#v", m.chanList.offset, msg)
mux.go#L222: log.Printf("decoding(%d): data packet - %d bytes", m.chanList.offset, len(packet))
mux.go#L225: log.Printf("decoding(%d): %d %#v - %d bytes", m.chanList.offset, packet[0], p, len(packet))
 |
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. |