Nicolas Borla / Mbed OS BBR_1Ebene
Embed: (wiki syntax)

« Back to documentation index

fnet_arp_entry_info Struct Reference

fnet_arp_entry_info Struct Reference
[Fnet_arp]

ARP cache entry information structure. More...

#include <fnet_arp.h>

Data Fields

fnet_mac_addr_t mac_addr
 ARP cache entry Physical (MAC) address.
fnet_ip4_addr_t ip_addr
 ARP cache entry IPv4 address.

Detailed Description

ARP cache entry information structure.

See also:
fnet_arp_get_entry()

Definition at line 42 of file fnet_arp.h.


Field Documentation

ARP cache entry IPv4 address.

Definition at line 45 of file fnet_arp.h.

ARP cache entry Physical (MAC) address.

Definition at line 44 of file fnet_arp.h.