13 reply->
htype = 0x0100;
14 reply->
ptype = 0x0008;
void arp_reply(netdev_t *dev, uint32_t ip, uint8_t out_mac[6])
void ethernet_send_frame(netdev_t *dev, struct netbuff *netbuff, uint16_t ethertype, const uint8_t dst_mac[6])
void free_netbuff(struct netbuff *netbuff)
void * netbuff_put(struct netbuff *nb, size_t len)
struct netbuff * create_netbuff()
uint32_t vxInetAddr(const char *addr)
void memcopy(void *dest, void *src, size_t size)