LibC: Add definitions for IPPROTO_ICMPV6 and IP_TOS

This commit is contained in:
Bananymous 2025-11-09 16:35:42 +02:00
parent 1903c5e0c6
commit 95fda5dfb7
1 changed files with 9 additions and 6 deletions

View File

@ -13,9 +13,10 @@ __BEGIN_DECLS
#define IPPROTO_IP 1
#define IPPROTO_IPV6 2
#define IPPROTO_ICMP 3
#define IPPROTO_RAW 4
#define IPPROTO_TCP 5
#define IPPROTO_UDP 6
#define IPPROTO_ICMPV6 4
#define IPPROTO_RAW 5
#define IPPROTO_TCP 6
#define IPPROTO_UDP 7
enum
{
@ -35,6 +36,8 @@ enum
#define IP_MULTICAST_TTL IP_MULTICAST_TTL
IP_TTL,
#define IP_TTL IP_TTL
IP_TOS,
#define IP_TOS IP_TOS
};
enum