mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibC: Add IPPROTO_ICMPV6 macro
This commit is contained in:
parent
c1d26c884d
commit
c45b1e1983
Notes:
sideshowbarker
2024-07-18 01:49:36 +09:00
Author: https://github.com/IdanHo
Commit: c45b1e1983
Pull-request: https://github.com/SerenityOS/serenity/pull/10664
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