]>
git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-address-pool.h
c40258f03c7a0b5bcfa4e687c2b386931e1ece5b
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
4 #include "networkd-forward.h"
5 #include "in-addr-util.h"
7 typedef struct AddressPool
{
12 union in_addr_union in_addr
;
15 int address_pool_setup_default(Manager
*m
);
16 int address_pool_acquire(Manager
*m
, int family
, unsigned prefixlen
, union in_addr_union
*found
);