mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Kernel: Collect IPv4 stuff in IPv4.h and ARP stuff in ARP.h.
This commit is contained in:
parent
87ecf290f4
commit
c6a2012fe9
7 changed files with 60 additions and 66 deletions
|
@ -1,8 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/MACAddress.h>
|
||||
#include <Kernel/IPv4Packet.h>
|
||||
#include <Kernel/NetworkOrdered.h>
|
||||
#include <Kernel/IPv4.h>
|
||||
|
||||
struct ICMPType {
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue