1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00

Kernel: Add IPsec ESP and AH protocol numbers

This commit is contained in:
Tim Schumacher 2022-05-02 20:10:04 +02:00 committed by Andreas Kling
parent 098af0f846
commit 7dd4648565

View file

@ -48,6 +48,8 @@ extern "C" {
#define IPPROTO_TCP 6
#define IPPROTO_UDP 17
#define IPPROTO_IPV6 41
#define IPPROTO_ESP 50
#define IPPROTO_AH 51
#define IPPROTO_ICMPV6 58
#define IPPROTO_RAW 255