EthernetInterface
class EthernetInterface {
EthernetInterface();
virtual ~EthernetInterface();
status_t Init(EthernetInterface *interface);
EthernetInterface *fInterface;
class EthernetInterface;
status_t AddEthernetInterface(EthernetInterface *interface);
EthernetInterface *GetEthernetInterface() const
EthernetInterface *fEthernetInterface;
EthernetInterface::EthernetInterface()
EthernetInterface::~EthernetInterface()
EthernetInterface::IPAddress() const
EthernetInterface::SetIPAddress(ip_addr_t ipAddress)
EthernetService::Init(EthernetInterface *interface)
NetStack::AddEthernetInterface(EthernetInterface *interface)
EthernetInterface(),
class EFIEthernetInterface : public EthernetInterface {
class OFEthernetInterface : public EthernetInterface {
EthernetInterface(),
class UNDI : public EthernetInterface, public PXEService