vendor/golang.org/x/net/route.Inet6Addr.ZoneID (field)
5 uses
vendor/golang.org/x/net/route (current package)
address.go#L144: ZoneID int // zone identifier
address.go#L162: if a.ZoneID > 0 {
address.go#L163: nativeEndian.PutUint32(b[24:28], uint32(a.ZoneID))
address.go#L182: a := &Inet6Addr{ZoneID: int(nativeEndian.Uint32(b[24:28]))}
address.go#L191: a.ZoneID = id
![]() |
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. |