TCPIP_ARP_ENTRY_TYPE Enumeration

C

typedef enum {
ARP_ENTRY_TYPE_INVALID,
ARP_ENTRY_TYPE_PERMANENT,
ARP_ENTRY_TYPE_COMPLETE,
ARP_ENTRY_TYPE_INCOMPLETE,
ARP_ENTRY_TYPE_ANY,
ARP_ENTRY_TYPE_TOTAL
} TCPIP_ARP_ENTRY_TYPE;

Description

Enumeration: TCPIP_ARP_ENTRY_TYPE.

List of different ARP cache entries.

Members

MembersDescription
ARP_ENTRY_TYPE_INVALIDEmpty entry.
ARP_ENTRY_TYPE_PERMANENTEntry valid and permanent.
ARP_ENTRY_TYPE_COMPLETEEntry valid.
ARP_ENTRY_TYPE_INCOMPLETEEntry not resolved yet.
ARP_ENTRY_TYPE_ANYAny busy entry (PERMANENT
ARP_ENTRY_TYPE_TOTALTotal entries - the number of entries the cache can store.

Remarks

None.