Searched refs:information_request (Results 1 – 4 of 4) sorted by relevance
21 int dhcp6_start_on_ra(Link *link, bool information_request);
412 int dhcp6_start_on_ra(Link *link, bool information_request) { in dhcp6_start_on_ra() argument436 if (inf_req == information_request) in dhcp6_start_on_ra()460 r = sd_dhcp6_client_set_information_request(link->dhcp6_client, information_request); in dhcp6_start_on_ra()
52 bool information_request; member
354 client->information_request = enabled; in sd_dhcp6_client_set_information_request()363 *enabled = client->information_request; in sd_dhcp6_client_get_information_request()1331 assert_return(client->information_request || client->request_ia != 0, -EINVAL); in sd_dhcp6_client_start()1376 if (client->information_request) { in sd_dhcp6_client_start()1387 client->information_request ? "Information request" : "Solicit"); in sd_dhcp6_client_start()