]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/missing.h
resolved: implement LLMNR uniqueness verification
[thirdparty/systemd.git] / src / shared / missing.h
index f4378a36b118c1941d92d6ff4669d596f6ebd6a9..083b85a26cbebebb2f7e4b01385e305adc5cb0be 100644 (file)
@@ -503,3 +503,11 @@ static inline int setns(int fd, int nstype) {
 #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