Sponge
CS144's user-space TCP library
AsyncNetworkInterface Member List

This is the complete list of members for AsyncNetworkInterface, including all inherited members.

_datagrams_outAsyncNetworkInterfaceprivate
_ethernet_addressNetworkInterfaceprivate
_frames_outNetworkInterfaceprivate
_ip_addressNetworkInterfaceprivate
AsyncNetworkInterface(NetworkInterface &&interface)AsyncNetworkInterfaceinline
datagrams_out()AsyncNetworkInterfaceinline
frames_out()NetworkInterfaceinline
NetworkInterface(const EthernetAddress &ethernet_address, const Address &ip_address)AsyncNetworkInterface
NetworkInterface::NetworkInterface(const EthernetAddress &ethernet_address, const Address &ip_address)NetworkInterface
recv_frame(const EthernetFrame &frame)AsyncNetworkInterfaceinline
send_datagram(const InternetDatagram &dgram, const Address &next_hop)NetworkInterface
tick(const size_t ms_since_last_tick)NetworkInterface