Lines Matching refs:OFEthernetInterface
32 class OFEthernetInterface : public EthernetInterface { class
34 OFEthernetInterface();
35 virtual ~OFEthernetInterface();
87 OFEthernetInterface::OFEthernetInterface() in OFEthernetInterface() function in OFEthernetInterface
96 OFEthernetInterface::~OFEthernetInterface() in ~OFEthernetInterface()
104 OFEthernetInterface::FindMACAddress() in FindMACAddress()
138 OFEthernetInterface::Init(const char *device, const char *parameters) in Init()
199 OFEthernetInterface::MACAddress() const in MACAddress()
206 OFEthernetInterface::AllocateSendReceiveBuffer(size_t size) in AllocateSendReceiveBuffer()
238 OFEthernetInterface::FreeSendReceiveBuffer(void *buffer) in FreeSendReceiveBuffer()
246 OFEthernetInterface::Send(const void *buffer, size_t size) in Send()
261 OFEthernetInterface::Receive(void *buffer, size_t size) in Receive()
315 OFEthernetInterface *interface = new(nothrow) OFEthernetInterface; in platform_net_stack_init()