diff options
author | Szabolcs Nagy <nsz@port70.net> | 2017-03-05 22:58:13 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:39:29 -0500 |
commit | 013696918bc9e8b879ddb6f1fa7b3686eef6e702 (patch) | |
tree | d0c4bfb759390ce6e79015ddf3a49ce3287217a6 /include/netinet/in.h | |
parent | 5c596ed8673836109d5f63a9eaa35d1196b96882 (diff) | |
download | musl-013696918bc9e8b879ddb6f1fa7b3686eef6e702.tar.gz musl-013696918bc9e8b879ddb6f1fa7b3686eef6e702.tar.xz musl-013696918bc9e8b879ddb6f1fa7b3686eef6e702.zip |
add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10
added in linux commit 70ecc24841326396a827deb55c3fefac582a729d
Diffstat (limited to 'include/netinet/in.h')
-rw-r--r-- | include/netinet/in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h index 84982f5e..f18b478d 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -200,6 +200,7 @@ uint16_t ntohs(uint16_t); #define IP_NODEFRAG 22 #define IP_CHECKSUM 23 #define IP_BIND_ADDRESS_NO_PORT 24 +#define IP_RECVFRAGSIZE 25 #define IP_MULTICAST_IF 32 #define IP_MULTICAST_TTL 33 #define IP_MULTICAST_LOOP 34 @@ -361,6 +362,7 @@ struct ip6_mtuinfo { #define IPV6_RECVORIGDSTADDR IPV6_ORIGDSTADDR #define IPV6_TRANSPARENT 75 #define IPV6_UNICAST_IF 76 +#define IPV6_RECVFRAGSIZE 77 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP |