Symbol: EthernetInterface
headers/private/kernel/boot/net/Ethernet.h
16
class EthernetInterface {
headers/private/kernel/boot/net/Ethernet.h
18
EthernetInterface();
headers/private/kernel/boot/net/Ethernet.h
19
virtual ~EthernetInterface();
headers/private/kernel/boot/net/Ethernet.h
55
status_t Init(EthernetInterface *interface);
headers/private/kernel/boot/net/Ethernet.h
77
EthernetInterface *fInterface;
headers/private/kernel/boot/net/NetStack.h
11
class EthernetInterface;
headers/private/kernel/boot/net/NetStack.h
31
status_t AddEthernetInterface(EthernetInterface *interface);
headers/private/kernel/boot/net/NetStack.h
33
EthernetInterface *GetEthernetInterface() const
headers/private/kernel/boot/net/NetStack.h
44
EthernetInterface *fEthernetInterface;
src/system/boot/loader/net/Ethernet.cpp
25
EthernetInterface::EthernetInterface()
src/system/boot/loader/net/Ethernet.cpp
31
EthernetInterface::~EthernetInterface()
src/system/boot/loader/net/Ethernet.cpp
37
EthernetInterface::IPAddress() const
src/system/boot/loader/net/Ethernet.cpp
44
EthernetInterface::SetIPAddress(ip_addr_t ipAddress)
src/system/boot/loader/net/Ethernet.cpp
84
EthernetService::Init(EthernetInterface *interface)
src/system/boot/loader/net/NetStack.cpp
138
NetStack::AddEthernetInterface(EthernetInterface *interface)
src/system/boot/platform/efi/network.cpp
106
EthernetInterface(),
src/system/boot/platform/efi/network.cpp
49
class EFIEthernetInterface : public EthernetInterface {
src/system/boot/platform/openfirmware/network.cpp
32
class OFEthernetInterface : public EthernetInterface {
src/system/boot/platform/openfirmware/network.cpp
89
EthernetInterface(),
src/system/boot/platform/pxe_ia32/network.h
38
class UNDI : public EthernetInterface, public PXEService