type golang.org/x/crypto/ssh/knownhosts.addr
13 uses
golang.org/x/crypto/ssh/knownhosts (current package)
knownhosts.go#L31: type addr struct{ host, port string }
knownhosts.go#L33: func (a *addr) String() string {
knownhosts.go#L42: match(addr) bool
knownhosts.go#L47: addr addr
knownhosts.go#L61: func (ps hostPatterns) match(a addr) bool {
knownhosts.go#L109: func (p *hostPattern) match(a addr) bool {
knownhosts.go#L123: func (l *keyDBLine) match(a addr) bool {
knownhosts.go#L151: a := addr{host: h, port: p}
knownhosts.go#L256: var a addr
knownhosts.go#L339: hostToCheck := addr{host, port}
knownhosts.go#L347: hostToCheck = addr{host, port}
knownhosts.go#L356: func (db *hostKeyDB) checkAddr(a addr, remoteKey ssh.PublicKey) error {
knownhosts.go#L538: func (h *hashedHost) match(a addr) bool {
![]() |
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. |