serenity/Kernel/Net/IP
sdomi a781106a89 Kernel/Net: Introduce proper pointers for payload calls
Unifying with other structures, this introduces m_payload for all
relevant structures, except the TCP header (which has a different
concept of payload than the rest).

This allows us to return a pointer directly instead of doing pointer
arithmetic to point to the end of the structure.
2024-10-04 12:04:17 +02:00
..
ARP.h Kernel/Net: Remove useless checks from handle_arp 2024-10-04 12:04:17 +02:00
IP.h
IPv4.h Kernel/Net: Introduce proper pointers for payload calls 2024-10-04 12:04:17 +02:00
IPv6.h Kernel/Net: Start work on IPv6 2024-10-04 12:04:17 +02:00
Socket.cpp
Socket.h
SocketTuple.h