aboutsummaryrefslogtreecommitdiff
path: root/resolv/resolv-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/resolv-internal.h')
-rw-r--r--resolv/resolv-internal.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/resolv/resolv-internal.h b/resolv/resolv-internal.h
index 97812ebf6c..c55f3c0366 100644
--- a/resolv/resolv-internal.h
+++ b/resolv/resolv-internal.h
@@ -34,6 +34,20 @@
loads and stores. */
typedef HEADER __attribute__ ((__aligned__(1))) UHEADER;
+/* List of known interfaces. */
+struct netaddr
+{
+ int addrtype;
+ union
+ {
+ struct
+ {
+ uint32_t addr;
+ uint32_t mask;
+ } ipv4;
+ } u;
+};
+
/* Legacy function. This needs to be removed once all NSS modules
have been adjusted. */
static inline bool