net.ipv6ZoneCache.toName (field)
7 uses
net (current package)
interface.go#L182: toName map[int]string // interface index to its name
interface.go#L187: toName: make(map[int]string),
interface.go#L208: zc.toName = make(map[int]string, len(ift))
interface.go#L211: if _, ok := zc.toName[ifi.Index]; !ok {
interface.go#L212: zc.toName[ifi.Index] = ifi.Name
interface.go#L224: name, ok := zoneCache.toName[index]
interface.go#L229: name, ok = zoneCache.toName[index]
![]() |
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. |