TCPIP_ARP_CacheEntriesNoGet Function

C

size_t TCPIP_ARP_CacheEntriesNoGet(
    TCPIP_NET_HANDLE hNet, 
    TCPIP_ARP_ENTRY_TYPE type
);

Description

The function will return the number of entries of the specified type that are currently in the cache.

Preconditions

The ARP module should have been initialized.

Parameters

ParametersDescription
hNetInterface handle to use.
typeType of ARP entry.

Returns

The number of entries of the specified type per interface.

Remarks

None.