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

LibC: Add IPPROTO_ICMPV6 macro

This commit is contained in:
Idan Horowitz 2021-10-27 22:52:51 +03:00 committed by Andreas Kling
parent c1d26c884d
commit c45b1e1983

View file

@ -45,6 +45,7 @@ extern "C" {
#define IPPROTO_TCP 6
#define IPPROTO_UDP 17
#define IPPROTO_IPV6 41
#define IPPROTO_ICMPV6 58
#define MSG_TRUNC 0x1
#define MSG_CTRUNC 0x2