LibC: Add IPPROTO_ICMPV6 macro

This commit is contained in:
Idan Horowitz 2021-10-27 22:52:51 +03:00 committed by Andreas Kling
commit c45b1e1983
Notes: sideshowbarker 2024-07-18 01:49:36 +09:00

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