CNDP  22.08.0
cne_arp.h File Reference
#include <stdint.h>
#include <net/cne_ether.h>
#include <net/ethernet.h>

Go to the source code of this file.

Data Structures

struct  cne_arp_ipv4
 
struct  cne_arp_hdr
 

Variables

struct ether_addr arp_sha
 
uint32_t arp_sip
 
struct ether_addr arp_tha
 
uint32_t arp_tip
 

Detailed Description

ARP-related defines

Definition in file cne_arp.h.

Variable Documentation

◆ arp_sha

struct ether_addr arp_sha

sender hardware address

Definition at line 32 of file cne_arp.h.

◆ arp_sip

uint32_t arp_sip

sender IP address

Definition at line 1 of file cne_arp.h.

◆ arp_tha

struct ether_addr arp_tha

target hardware address

Definition at line 1 of file cne_arp.h.

◆ arp_tip

uint32_t arp_tip

target IP address

Definition at line 3 of file cne_arp.h.