type net.scope
10 uses
net (current package)
addrselect.go#L59: Scope scope
addrselect.go#L318: type scope uint8
addrselect.go#L321: scopeInterfaceLocal scope = 0x1
addrselect.go#L322: scopeLinkLocal scope = 0x2
addrselect.go#L323: scopeAdminLocal scope = 0x4
addrselect.go#L324: scopeSiteLocal scope = 0x5
addrselect.go#L325: scopeOrgLocal scope = 0x8
addrselect.go#L326: scopeGlobal scope = 0xe
addrselect.go#L329: func classifyScope(ip IP) scope {
addrselect.go#L335: return scope(ip[1] & 0xf)
![]() |
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. |