Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ARP protocol opcodes. ARPOP_REQUEST uint16 = 1 // ARP request ARPOP_REPLY uint16 = 2 // ARP reply // Ethernet Protocol identifiers. ETH_TYPE_IPV4 uint16 = 0x0800 // Internet Protocol v4 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.