Go to the documentation of this file.
18 #ifndef __LIB_LIBNET_ETHERNETADDRESS_H
19 #define __LIB_LIBNET_ETHERNETADDRESS_H
Ethernet * m_eth
Ethernet object pointer.
EthernetAddress(const u32 inode, Ethernet *eth)
Constructor.
virtual ~EthernetAddress()
Destructor.
Represents a file present on a FileSystem.
Ethernet networking protocol.
Abstract Input/Output buffer.
virtual FileSystem::Result write(IOBuffer &buffer, Size &size, const Size offset)
Set new Ethernet address.
unsigned int u32
Unsigned 32-bit number.
unsigned int Size
Any sane size indicator cannot go negative.
virtual FileSystem::Result read(IOBuffer &buffer, Size &size, const Size offset)
Read Ethernet address.
Result
Result code for filesystem Actions.