net.Interface.Name (field)
7 uses
net (current package)
interface.go#L34: Name string // e.g., "en0", "lo0", "eth0.100"
interface.go#L168: if name == ifi.Name {
interface.go#L213: zc.toIndex[ifi.Name] = ifi.Index
interface.go#L215: zc.toName[ifi.Index] = ifi.Name
interface_linux.go#L89: ifi.Name = string(a.Value[:len(a.Value)-1])
interface_linux.go#L234: if ifi == nil || name == ifi.Name {
interface_linux.go#L263: if ifi == nil || f[1] == ifi.Name {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |