about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--include/netinet/in.h1
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