|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
Data Fields | |
| uint32_t | age |
| ARP entry age in seconds. | |
| uint32_t | hits |
| Non-zero count of the ARP table entry, if resolved. | |
| uint32_t | intIfNum |
| Outgoing internal interface number of the ARP table entry. | |
| open_inet_addr_t | ipAddr |
| IP Address of the ARP table entry. | |
| unsigned char | macAddr [OPEN_MAC_ADDR_LEN] |
| MAC address of the ARP entry, if resolved. | |
| OPEN_ARP_TYPE_t | type |
| ARP entry type bitmask. | |
| uint16_t | vlanId |
| VLAN id of the ARP table entry. | |
| uint16_t | vrfId |
| VRF ID of the ARP table entry. | |
Definition at line 72 of file openapi_routing_arptable.h.