net.Interface.Name (field)
8 uses
net (current package)
interface.go#L45: Name string // e.g., "en0", "lo0", "eth0.100"; may be the empty string
interface.go#L179: if name == ifi.Name {
interface.go#L224: if ifi.Name != "" {
interface.go#L225: zc.toIndex[ifi.Name] = ifi.Index
interface.go#L227: zc.toName[ifi.Index] = ifi.Name
interface_linux.go#L89: ifi.Name = string(a.Value[:len(a.Value)-1])
interface_linux.go#L219: if ifi == nil || name == ifi.Name {
interface_linux.go#L248: if ifi == nil || f[1] == ifi.Name {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)