Lines Matching defs:address
28 static void test_pool(struct in_addr *address, unsigned size, int ret) {
33 assert_se(sd_dhcp_server_configure_pool(server, address, 8, 0, size) == ret);
97 be32_t address;
102 be32_t address;
166 test.option_requested_ip.address = htobe32(0x12345678);
170 test.option_server_id.address = htobe32(INADDR_LOOPBACK);
171 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 3);
174 test.option_server_id.address = htobe32(0x12345678);
175 test.option_requested_ip.address = htobe32(INADDR_LOOPBACK + 3);
177 test.option_server_id.address = htobe32(INADDR_LOOPBACK);
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);