genode/repos/os/include/net
Stefan Kalkowski a145e6ad70 nic_bridge: transition to the new base API
* use Component::* instead of Server::*
* do not use old printf format anymore
* do not use old Genode::env()->heap() anymore
* avoid pointers where possible, and use references instead
* throw away the thread-safe variants of list and AVL tree,
  nic_bridge became single-threaded in the past
* introduce Ram_session_guard instead of Allocator_guard

Issue #1987
2016-06-28 11:09:23 +02:00
..
arp.h os: rename 'bswap' to 'host_to_big_endian' 2015-05-20 17:52:58 +02:00
dhcp.h os: rename 'bswap' to 'host_to_big_endian' 2015-05-20 17:52:58 +02:00
ethernet.h nic_bridge: transition to the new base API 2016-06-28 11:09:23 +02:00
ipv4.h nic_bridge: transition to the new base API 2016-06-28 11:09:23 +02:00
netaddress.h nic_bridge: transition to the new base API 2016-06-28 11:09:23 +02:00
udp.h net: transform packet data accessor into template 2016-05-23 15:49:56 +02:00