genode/repos/os
Martin Stein 9384e075cb ipv4: get rid of C++ bitsets, add DF/MF flags
The former declaration of the IPv4 packet did not only use the questionable
tool of implementation-defined C++ bitsets but also lacked access to flags
"don't fragment" (DF) and "more fragments" (MF). This commit replaces the
C++ bitsets by using the register framework and introduces accessors for the
missing flags.

Ref #4236
2021-07-28 11:27:04 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include ipv4: get rid of C++ bitsets, add DF/MF flags 2021-07-28 11:27:04 +02:00
lib sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
recipes os: introduce C-API to Genode services 2021-07-28 11:27:04 +02:00
run smbios_decoder: fix timer error message 2021-07-28 11:27:04 +02:00
src nic_router: fix Tcp_packet header fields 2021-07-28 11:27:04 +02:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.