|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Functions | |
| void | arp_reply (netdev_t *dev, uint32_t ip, uint8_t out_mac[6]) |
Definition at line 6 of file arp.c.
References create_netbuff(), ethernet_send_frame(), free_netbuff(), arp_packet::hlen, arp_packet::htype, netdev::mac, memcopy(), netbuff_put(), arp_packet::oper, arp_packet::plen, arp_packet::ptype, arp_packet::sender_ip, arp_packet::sender_mac, arp_packet::target_ip, arp_packet::target_mac, and vxInetAddr().
Referenced by socket_receive().