char **generator_binary_paths(RuntimeScope scope);
char **env_generator_binary_paths(RuntimeScope scope);
-#define NETWORK_DIRS ((const char* const*) CONF_PATHS_STRV("systemd/network"))
-#define NETWORK_DIRS_NULSTR CONF_PATHS_NULSTR("systemd/network")
-
#define PORTABLE_PROFILE_DIRS CONF_PATHS_NULSTR("systemd/portable/profile")
int find_portable_profile(const char *name, const char *unit, char **ret_path);
#include <errno.h>
#include <stdbool.h>
+#include "constants.h"
#include "macro.h"
+#define NETWORK_DIRS ((const char* const*) CONF_PATHS_STRV("systemd/network"))
+#define NETWORK_DIRS_NULSTR CONF_PATHS_NULSTR("systemd/network")
+
bool network_is_online(void);
typedef enum AddressFamily {
#include "fd-util.h"
#include "fileio.h"
#include "fs-util.h"
+#include "network-util.h"
#include "nulstr-util.h"
#include "path-lookup.h"
#include "path-util.h"
#include "netdevsim.h"
#include "netif-util.h"
#include "netlink-util.h"
+#include "network-util.h"
#include "networkd-manager.h"
#include "networkd-queue.h"
#include "networkd-setlink.h"
#include "edit-util.h"
#include "mkdir-label.h"
#include "netlink-util.h"
+#include "network-util.h"
#include "networkctl.h"
#include "networkctl-config-file.h"
#include "networkctl-util.h"
#include "in-addr-util.h"
#include "net-condition.h"
#include "netdev/macvlan.h"
+#include "network-util.h"
#include "networkd-address-label.h"
#include "networkd-address.h"
#include "networkd-bridge-fdb.h"
#include "netif-sriov.h"
#include "netif-util.h"
#include "netlink-util.h"
+#include "network-util.h"
#include "parse-util.h"
#include "path-lookup.h"
#include "path-util.h"