hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 102a2270ec5b2cc0a1a08103b1859dae9ebc1828
parent 009a8e873b688038aaf3c5e5e0b75c9205be56f5
Author: Conrad Hoffmann <ch@bitfehler.net>
Date:   Mon, 14 Aug 2023 16:39:52 +0200

rt: add IPPROTO_ICMPV6

Signed-off-by: Conrad Hoffmann <ch@bitfehler.net>

Diffstat:
Mrt/+linux/socket.ha | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/rt/+linux/socket.ha b/rt/+linux/socket.ha @@ -218,6 +218,8 @@ export def IPPROTO_GRE: int = 47; export def IPPROTO_ESP: int = 50; // Authentication Header protocol export def IPPROTO_AH: int = 51; +// ICMPv6 +export def IPPROTO_ICMPV6: int = 58; // Multicast Transport Protocol export def IPPROTO_MTP: int = 92; // IP option pseudo header for BEET