[libc-commits] [libc] [libc] Add struct ipv6_mreq and IPv6 socket options (PR #206448)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Mon Jun 29 06:09:54 PDT 2026


================
@@ -19,14 +19,6 @@
 #define IPPROTO_IPV6 41
 #define IPPROTO_RAW 255
 
-#define IPV6_UNICAST_HOPS 16
----------------
kaladron wrote:

Did you consider pulling in linux/in6.h for these?  It looks like FreeBSD, Windows and Linux might have different values for them so each would need a different source.

https://github.com/llvm/llvm-project/pull/206448


More information about the libc-commits mailing list