Explorar el Código

Kernel: Add IPsec ESP and AH protocol numbers

Tim Schumacher hace 3 años
padre
commit
7dd4648565
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Kernel/API/POSIX/sys/socket.h

+ 2 - 0
Kernel/API/POSIX/sys/socket.h

@@ -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