mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 19:26:29 +00:00
9384e075cb
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 |
||
---|---|---|
.. | ||
arp.h | ||
dhcp.h | ||
ethernet.h | ||
icmp.h | ||
internet_checksum.h | ||
ipv4.h | ||
mac_address.h | ||
netaddress.h | ||
port.h | ||
size_guard.h | ||
sntp.h | ||
tcp.h | ||
udp.h |