TCPIP_ARP_EntryRemoveAll Function

C

TCPIP_ARP_RESULT TCPIP_ARP_EntryRemoveAll(
    TCPIP_NET_HANDLE hNet
);

Description

This function removes all existent mappings from the selected interface cache.

Preconditions

The ARP module should have been initialized.

Parameters

ParametersDescription
hNetNetwork interface handle.

Returns

TCPIP_ARP_RESULT

  • On Success - ARP_RES_OK.

  • On Failure - ARP_RES_NO_INTERFACE (if no such interface exists).

Remarks

None.