friendev EtherDune TCP/IP library
Public Attributes | List of all members
ARPEntry Struct Reference

Entry in the ARP table. More...

#include <inet.h>

Public Attributes

IPAddress ip
 IP address. More...
 
MACAddress mac
 MAC address. More...
 
int8_t status_TTL
 TTL in minutes to consider the entry valid. More...
 

Detailed Description

Entry in the ARP table.

Definition at line 542 of file inet.h.

Member Data Documentation

IPAddress ARPEntry::ip

IP address.

Definition at line 544 of file inet.h.

MACAddress ARPEntry::mac

MAC address.

Definition at line 545 of file inet.h.

int8_t ARPEntry::status_TTL

TTL in minutes to consider the entry valid.

Definition at line 546 of file inet.h.


The documentation for this struct was generated from the following file: