type net.HardwareAddr
6 uses
	net (current package)
		interface.go#L46: 	HardwareAddr HardwareAddr // IEEE MAC-48, EUI-48 and EUI-64 form
		mac.go#L10: type HardwareAddr []byte
		mac.go#L12: func (a HardwareAddr) String() string {
		mac.go#L39: func ParseMAC(s string) (hw HardwareAddr, err error) {
		mac.go#L52: 		hw = make(HardwareAddr, n)
		mac.go#L68: 		hw = make(HardwareAddr, n)
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |