#include "memory-util.h"
#include "netlink-util.h"
#include "network-internal.h"
-#include "networkd-address.h"
#include "networkd-manager.h"
#include "path-util.h"
#include "socket-util.h"
#include "alloc-util.h"
#include "networkd-address-pool.h"
+#include "networkd-address.h"
#include "networkd-manager.h"
#include "set.h"
#include "string-util.h"
#include <net/if.h>
#include "alloc-util.h"
-#include "conf-parser.h"
#include "firewall-util.h"
#include "memory-util.h"
-#include "missing_network.h"
#include "netlink-util.h"
#include "networkd-address.h"
#include "networkd-manager.h"
-#include "networkd-ndisc.h"
+#include "networkd-network.h"
#include "parse-util.h"
-#include "set.h"
-#include "socket-util.h"
#include "string-util.h"
#include "strv.h"
-#include "utf8.h"
#define ADDRESSES_PER_LINK_MAX 2048U
#define STATIC_ADDRESSES_PER_NETWORK_MAX 1024U
#include <inttypes.h>
#include <stdbool.h>
+#include <stdio.h>
+
+#include "sd-ipv4acd.h"
#include "conf-parser.h"
#include "in-addr-util.h"
-
-typedef struct Address Address;
-
#include "networkd-link.h"
-#include "networkd-network.h"
#include "networkd-util.h"
-#include "sd-ipv4acd.h"
-
#define CACHE_INFO_INFINITY_LIFE_TIME 0xFFFFFFFFU
+typedef struct Manager Manager;
typedef struct Network Network;
-typedef struct Link Link;
-typedef struct NetworkConfigSection NetworkConfigSection;
typedef int (*address_ready_callback_t)(Address *address);
-struct Address {
+typedef struct Address {
Network *network;
NetworkConfigSection *section;
address_ready_callback_t callback;
sd_ipv4acd *acd;
-};
+} Address;
int address_new(Address **ret);
Address *address_free(Address *address);
#include "fd-util.h"
#include "fileio.h"
+#include "networkd-address.h"
#include "networkd-dhcp-server.h"
#include "networkd-link.h"
#include "networkd-manager.h"
#include "hostname-util.h"
#include "parse-util.h"
#include "network-internal.h"
+#include "networkd-address.h"
#include "networkd-dhcp4.h"
#include "networkd-link.h"
#include "networkd-manager.h"
#include "hostname-util.h"
#include "missing_network.h"
#include "network-internal.h"
+#include "networkd-address.h"
#include "networkd-dhcp6.h"
#include "networkd-link.h"
#include "networkd-manager.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "networkd-address-label.h"
+#include "networkd-address.h"
#include "networkd-can.h"
#include "networkd-dhcp-server.h"
#include "networkd-dhcp4.h"
#include "sd-radv.h"
#include "sd-netlink.h"
-#include "list.h"
#include "log-link.h"
#include "network-util.h"
#include "networkd-util.h"
#include "sd-ndisc.h"
#include "missing_network.h"
+#include "networkd-address.h"
#include "networkd-dhcp6.h"
#include "networkd-manager.h"
#include "networkd-ndisc.h"
#include "netem.h"
#include "network-internal.h"
#include "networkd-address-label.h"
+#include "networkd-address.h"
#include "networkd-can.h"
#include "networkd-conf.h"
#include "networkd-dhcp-common.h"
#include "networkd-dhcp-server.h"
#include "network-internal.h"
#include "networkd-address-label.h"
+#include "networkd-address.h"
#include "networkd-fdb.h"
#include "networkd-manager.h"
#include "networkd-mdb.h"
#include "conf-parser.h"
#include "hashmap.h"
#include "netdev.h"
-#include "networkd-address.h"
#include "networkd-brvlan.h"
#include "networkd-dhcp-common.h"
#include "networkd-dhcp4.h"