From 4001c51181e04511744c36fcfe2be10efa98c125 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 2 Feb 2018 20:23:04 +0000 Subject: netinet/in.h: add new IPV6_FREEBIND from linux v4.15 new socekt option for AF_INET6 SOL_RAW sockets, added in linux commit 84e14fe353de7624872e582887712079ba0b2d56 --- include/netinet/in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netinet/in.h b/include/netinet/in.h index f18b478d..192679a6 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -363,6 +363,7 @@ struct ip6_mtuinfo { #define IPV6_TRANSPARENT 75 #define IPV6_UNICAST_IF 76 #define IPV6_RECVFRAGSIZE 77 +#define IPV6_FREEBIND 78 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP -- cgit v1.2.1