Home
last modified time | relevance | path

Searched refs:information_request (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/
Dnetworkd-dhcp6.h21 int dhcp6_start_on_ra(Link *link, bool information_request);
Dnetworkd-dhcp6.c412 int dhcp6_start_on_ra(Link *link, bool information_request) { in dhcp6_start_on_ra() argument
436 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()
/systemd-251/src/libsystemd-network/
Ddhcp6-internal.h52 bool information_request; member
Dsd-dhcp6-client.c354 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()