#include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <net/ethernet.h>
#include <rte_config.h>
#include <arpa/inet.h>
uint64_t
entry(const void *pkt)
{
const struct ether_header *eth;
mb = pkt;
if (eth->ether_type == htons(ETHERTYPE_ARP))
return 1;
}
void rte_pktmbuf_dump(FILE *f, const struct rte_mbuf *m, unsigned dump_len)
#define rte_pktmbuf_mtod(m, t)