8#ifndef DPDKLIBS_INCLUDE_DPDKLIBS_ARP_ARP_HPP_
9#define DPDKLIBS_INCLUDE_DPDKLIBS_ARP_ARP_HPP_
37 uint16_t *d = (uint16_t *)t;
38 uint16_t *s = (uint16_t *)f;
48 uint16_t *d = (uint16_t *)t;
49 uint16_t *s = (uint16_t *)f;
58 uint32_t *d = (uint32_t *)t;
59 uint32_t *s = (uint32_t *)f;
69 uint32_t *d = (uint32_t *)t;
70 uint32_t *s = (uint32_t *)f;
76void pktgen_send_garp(
struct rte_mbuf *m, uint32_t port_id, rte_be32_t binary_ip_address);
79void pktgen_process_arp(
struct rte_mbuf *m, uint32_t pid, rte_be32_t binary_ip_address);
void inetAddrCopy(void *t, void *f)
void ethAddrSwap(void *t, void *f)
void pktgen_send_garp(struct rte_mbuf *m, uint32_t port_id, rte_be32_t binary_ip_address)
void uint16Swap(void *t, void *f)
void pktgen_process_arp(struct rte_mbuf *m, uint32_t pid, rte_be32_t binary_ip_address)
void inetAddrSwap(void *t, void *f)