blob: 0a668deb2d6cef307803b900f31ef0611b728660 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
#include <mrapp.h>
int arp_entry(struct mr_instance * instance, struct vdev_instance* vdi, queue_id_t qid,
struct rte_mbuf* mbufs_in[], int nr_mbufs_in);
int arp_request_send(struct vdev_instance* vdi, queue_id_t qid, struct in_addr in_addr);
|