diff options
author | Szabolcs Nagy <nsz@port70.net> | 2020-10-25 16:42:41 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-11-29 00:54:41 -0500 |
commit | 67f774625e84ad941d722f745f085c0bd4ae7582 (patch) | |
tree | 9594805a82eb69da20426b25dd33bb643c3af92c /include | |
parent | d078f836578986d97728b71ee2a7fd33233fbd5d (diff) | |
download | musl-67f774625e84ad941d722f745f085c0bd4ae7582.tar.gz musl-67f774625e84ad941d722f745f085c0bd4ae7582.tar.bz2 musl-67f774625e84ad941d722f745f085c0bd4ae7582.tar.xz musl-67f774625e84ad941d722f745f085c0bd4ae7582.zip |
netinet/in.h: add IP_RECVERR_4884 from linux v5.9
see
linux commit eba75c587e811d3249c8bd50d22bb2266ccd3c0f
icmp: support rfc 4884
Diffstat (limited to 'include')
-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 36a2013a..f9594339 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -202,6 +202,7 @@ uint16_t ntohs(uint16_t); #define IP_CHECKSUM 23 #define IP_BIND_ADDRESS_NO_PORT 24 #define IP_RECVFRAGSIZE 25 +#define IP_RECVERR_RFC4884 26 #define IP_MULTICAST_IF 32 #define IP_MULTICAST_TTL 33 #define IP_MULTICAST_LOOP 34 |