net.Interface.HardwareAddr (field)
3 uses
net (current package)
interface.go#L34: HardwareAddr HardwareAddr // IEEE MAC-48, EUI-48 and EUI-64 form
interface_bsd.go#L39: ift[n].HardwareAddr = make([]byte, len(sa.Addr))
interface_bsd.go#L40: copy(ift[n].HardwareAddr, sa.Addr)
![]() |
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. |