Searched defs:option_requested_ip (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dtest-dhcp-server.c98 } _packed_ option_requested_ip; member in struct:__anon196
164 test.option_requested_ip.code = SD_DHCP_OPTION_REQUESTED_IP_ADDRESS;
165 test.option_requested_ip.length = 4;
166 test.option_requested_ip.address = htobe32(0x12345678);
171 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 3);
175 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 3);
178 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 4);
180 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 3);
194 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 30);

Completed in 423 milliseconds