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:
parent
c1d26c884d
commit
c45b1e1983
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue