Documentation
¶
Index ¶
Constants ¶
View Source
const ( Type_Request = 1 Type_Reply = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARP ¶
type ARP struct {
HWType uint16
ProtoType uint16
HWLength uint8
ProtoLength uint8
Operation uint16
HWSrc net.HardwareAddr
IPSrc net.IP
HWDst net.HardwareAddr
IPDst net.IP
}
func (*ARP) MarshalBinary ¶
func (*ARP) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.