diff options
| -rw-r--r-- | include/netinet/in.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
