Go to the documentation of this file.
18 #ifndef __SERVER_NETWORK_LOOPBACK_H
19 #define __SERVER_NETWORK_LOOPBACK_H
virtual ~Loopback()
Destructor.
Ethernet::Address m_address
Ethernet address for the loopback device.
Network Device abstract class.
Loopback network device implementation.
Loopback(const u32 inode, NetworkServer &server)
Constructor.
Ethernet network address.
virtual FileSystem::Result transmit(NetworkQueue::Packet *pkt)
Transmit one network packet.
virtual FileSystem::Result getAddress(Ethernet::Address *address)
Read ethernet address.
unsigned int u32
Unsigned 32-bit number.
Result
Result code for filesystem Actions.
virtual FileSystem::Result initialize()
Initialize the device.
virtual FileSystem::Result setAddress(const Ethernet::Address *address)
Set ethernet address.
Represents a network packet.