Searched refs:subnet (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-server-internal.h57 be32_t subnet; member in struct:sd_dhcp_server
H A Dsd-dhcp-server.c36 /* configures the server's address and subnet, and optionally the pool's size and offset into the subnet
37 * the whole pool must fit into the subnet, and may not contain the first (any) nor last (broadcast) address
57 /* the server address cannot be the subnet address */
63 /* 0 offset means we should set a default, we skip the first (subnet) address
68 size_max = (broadcast_off + 1) /* the number of addresses in the subnet */
89 server->subnet = address->s_addr & netmask;
383 different subnet. The server MUST set the broadcast bit in the
386 or subnet mask, and the client may not be answering ARP requests.
688 if (be32toh(requested_ip) < (be32toh(server->subnet) | serve
[all...]

Completed in 1449 milliseconds