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

/systemd/src/libsystemd-network/
H A Ddhcp-protocol.h40 be32_t giaddr; member in struct:DHCPMessage
H A Dsd-dhcp-server.c367 If the ’giaddr’ field in a DHCP message from a client is non-zero,
369 BOOTP relay agent whose address appears in ’giaddr’. If the ’giaddr
372 If ’giaddr’ is zero and ’ciaddr’ is zero, and the broadcast bit is
374 0xffffffff. If the broadcast bit is not set and ’giaddr’ is zero and
377 all cases, when ’giaddr’ is zero, the server broadcasts any DHCPNAK
382 If ’giaddr’ is set in the DHCPREQUEST message, the client is on a
388 if (req->message->giaddr) {
389 destination = req->message->giaddr;
433 packet->dhcp.giaddr
[all...]

Completed in 1497 milliseconds