Searched refs:ciaddr (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-protocol.h37 be32_t ciaddr; member in struct:DHCPMessage
H A Dsd-dhcp-server.c370 field is zero and the ’ciaddr’ field is nonzero, then the server
371 unicasts DHCPOFFER and DHCPACK messages to the address in ’ciaddr’.
372 If ’giaddr’ is zero and ’ciaddr’ is zero, and the broadcast bit is
375ciaddr’ is zero, then the server unicasts DHCPOFFER and DHCPACK
392 } else if (req->message->ciaddr && type != DHCP_NAK)
393 destination = req->message->ciaddr;
808 if (req->message->ciaddr)
823 if (req->message->ciaddr)
835 if (!req->message->ciaddr)
839 address = req->message->ciaddr;
[all...]
H A Dsd-dhcp-client.c669 identifier’, ’ciaddr’ MUST be zero, ’requested IP address’ MUST be
690 assigned address. ’ciaddr’ MUST be zero.
701 option MUST NOT be filled in, ’ciaddr’ MUST be filled in with
708 option MUST NOT be filled in, ’ciaddr’ MUST be filled in with
713 request->dhcp.ciaddr = client->lease->address;

Completed in 847 milliseconds