chiark / gitweb /
resolved: implement LLMNR uniqueness verification
[elogind.git] / src / shared / missing.h
index 29852854095f695f846ce2842feb5de034e86ae6..083b85a26cbebebb2f7e4b01385e305adc5cb0be 100644 (file)
@@ -499,3 +499,15 @@ static inline int setns(int fd, int nstype) {
 
 #define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1)
 #endif
+
+#ifndef IPV6_UNICAST_IF
+#define IPV6_UNICAST_IF 76
+#endif
+
+#ifndef IFF_LOWER_UP
+#define IFF_LOWER_UP 0x10000
+#endif
+
+#ifndef IFF_DORMANT
+#define IFF_DORMANT 0x20000
+#endif