diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2018-02-02 20:23:04 +0000 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2018-02-22 18:49:07 -0500 | 
| commit | 4001c51181e04511744c36fcfe2be10efa98c125 (patch) | |
| tree | 0ad8310e192fed8a3af88ef1bd8b25cc2c96ae5a | |
| parent | 5f4ff22aa3ad81c59cac46444d01a7ce5b40636f (diff) | |
| download | musl-4001c51181e04511744c36fcfe2be10efa98c125.tar.gz | |
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
| -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 | 
