Interface every Address resolution protocol (ARP) module has to implement. More...
#include <ArpInterface.h>
Inherited by ArpHost, and BaseArp.
Public Member Functions | |
virtual int | getMacAddr (const int netwAddr)=0 |
returns a L2 address to a given L3 address. |
Interface every Address resolution protocol (ARP) module has to implement.
Declares only one method that resolves a L3 address into a L2 address.
Definition at line 22 of file ArpInterface.h.