summaryrefslogtreecommitdiff
path: root/sys/include/net/if_arp.h
AgeCommit message (Collapse)Author
32 hourskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
Introduce IEEE 802.3 related headers such as ones containing the structure of an ethernet frame as well as its types. This commit additionally introduces ARP request logic. Signed-off-by: Ian Moffett <ian@osmora.org>