diff options
Diffstat (limited to 'kernel/inc/net.h')
-rw-r--r-- | kernel/inc/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/inc/net.h b/kernel/inc/net.h index 2d0dbe7..765e035 100644 --- a/kernel/inc/net.h +++ b/kernel/inc/net.h @@ -94,6 +94,8 @@ struct icmp_packet { u8 type; u8 version; u16 checksum; + u16 identifier; + u16 sequence; } __attribute__((packed)); // Other structs |