CNDP
22.08.0
|
#include <stdint.h>
#include <net/cne_ether.h>
#include <net/ethernet.h>
#include <net/cne_arp.h>
#include <mempool.h>
#include <pktmbuf.h>
Go to the source code of this file.
Functions | |
static pktmbuf_t * | cne_net_make_rarp_packet (pktmbuf_info_t *pi, const struct ether_addr *mac) |
RARP-related defines
Definition in file cnet_rarp.h.
|
inlinestatic |
Make a RARP packet based on MAC addr.
pi | Pointer to the pktmbuf information structure. |
mac | Pointer to the MAC addr |
Definition at line 41 of file cnet_rarp.h.