Documentation ¶
Index ¶
Constants ¶
View Source
const (
ARPOpRequest = 1
)
View Source
const (
ProtoUDP = 0x11
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARP ¶
type ARP struct { SenderMAC net.HardwareAddr SenderIP net.IP TargetMAC net.HardwareAddr TargetIP net.IP Opcode uint8 }
Click to show internal directories.
Click to hide internal directories.