tools headers UAPI: Sync linux/in.h copy with the kernel sources
[sfrench/cifs-2.6.git] / tools / include / uapi / linux / in.h
index 7d6687618d80802ce10da1aa4e326b55bd9af014..d1b327036ae43686d66019c18533ed1091ccc65b 100644 (file)
@@ -289,6 +289,9 @@ struct sockaddr_in {
 /* Address indicating an error return. */
 #define        INADDR_NONE             ((unsigned long int) 0xffffffff)
 
+/* Dummy address for src of ICMP replies if no real address is set (RFC7600). */
+#define        INADDR_DUMMY            ((unsigned long int) 0xc0000008)
+
 /* Network number for local host loopback. */
 #define        IN_LOOPBACKNET          127