net.Interface.Name (field)
5 uses
net (current package)
interface.go#L33: Name string // e.g., "en0", "lo0", "eth0.100"
interface.go#L165: if name == ifi.Name {
interface.go#L210: zc.toIndex[ifi.Name] = ifi.Index
interface.go#L212: zc.toName[ifi.Index] = ifi.Name
interface_bsd.go#L36: ift[n].Name = m.Name
![]() |
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. |