Lines Matching refs:in_addr
15 static void test_pool(struct in_addr *address, unsigned size, int ret) { in test_pool()
26 struct in_addr address_lo = { in test_basic()
29 struct in_addr address_any = { in test_basic()
113 struct in_addr address_lo = { in test_message_handler()
116 struct in_addr static_lease_address = { in test_message_handler()
272 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x01020304 }, in test_static_lease()
275 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x01020304 }, in test_static_lease()
278 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x01020304 }, in test_static_lease()
281 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x01020305 }, in test_static_lease()
284 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x01020305 }, in test_static_lease()
287 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x00000000 }, in test_static_lease()
290 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x01020306 }, in test_static_lease()
293 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x00000000 }, in test_static_lease()
296 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x00000000 }, in test_static_lease()
299 … assert_se(sd_dhcp_server_set_static_lease(server, &(struct in_addr) { .s_addr = 0x00000000 }, in test_static_lease()