summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Added eth_arp_send, updated interfaces to eth_arp_* functionsAaditya Dhruv2025-08-031-8/+9
| | | | | | - Simple interface for recv/send consisting of sockfd and arp_packet - Updated arp_packet struct datatypes - Added eth_arp_send to send ARP packet
* Parse arp_packet struct and return to caller in eth_recvAaditya Dhruv2025-07-311-4/+4
|
* Add arp_packet struct and parsing in eth_recvAaditya Dhruv2025-07-291-0/+15
|
* Basic L2 bindingAaditya Dhruv2025-06-301-1/+10
|
* initAaditya Dhruv2025-05-252-0/+6