]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/include/netinet/in.h
Update to musl 1.1.23.
[wasi-libc.git] / libc-top-half / musl / include / netinet / in.h
index c56f780b02bb1d676eab1f45a53ed4fad538419d..b39685a3e43cad5de07019a6e4dd8d6b2cfcd2b3 100644 (file)
@@ -64,6 +64,7 @@ struct ipv6_mreq {
 #define INADDR_UNSPEC_GROUP     ((in_addr_t) 0xe0000000)
 #define INADDR_ALLHOSTS_GROUP   ((in_addr_t) 0xe0000001)
 #define INADDR_ALLRTRS_GROUP    ((in_addr_t) 0xe0000002)
+#define INADDR_ALLSNOOPERS_GROUP ((in_addr_t) 0xe000006a)
 #define INADDR_MAX_LOCAL_GROUP  ((in_addr_t) 0xe00000ff)
 
 #define IN6ADDR_ANY_INIT      { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
@@ -350,6 +351,7 @@ struct ip6_mtuinfo {
 #define IPV6_JOIN_ANYCAST       27
 #define IPV6_LEAVE_ANYCAST      28
 #define IPV6_MULTICAST_ALL      29
+#define IPV6_ROUTER_ALERT_ISOLATE 30
 #define IPV6_IPSEC_POLICY       34
 #define IPV6_XFRM_POLICY        35
 #define IPV6_HDRINCL            36