mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:07:34 +00:00
Kernel: Add IPsec ESP and AH protocol numbers
This commit is contained in:
parent
098af0f846
commit
7dd4648565
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ extern "C" {
|
||||||
#define IPPROTO_TCP 6
|
#define IPPROTO_TCP 6
|
||||||
#define IPPROTO_UDP 17
|
#define IPPROTO_UDP 17
|
||||||
#define IPPROTO_IPV6 41
|
#define IPPROTO_IPV6 41
|
||||||
|
#define IPPROTO_ESP 50
|
||||||
|
#define IPPROTO_AH 51
|
||||||
#define IPPROTO_ICMPV6 58
|
#define IPPROTO_ICMPV6 58
|
||||||
#define IPPROTO_RAW 255
|
#define IPPROTO_RAW 255
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue