Home
last modified time | relevance | path

Searched refs:request_options (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/network/
Dnetworkd-dhcp6.c580 void *request_options; in dhcp6_configure() local
648 SET_FOREACH(request_options, link->network->dhcp6_request_options) { in dhcp6_configure()
649 uint32_t option = PTR_TO_UINT32(request_options); in dhcp6_configure()
Dnetworkd-dhcp4.c1367 void *request_options; in dhcp4_configure() local
1456 SET_FOREACH(request_options, link->network->dhcp_request_options) { in dhcp4_configure()
1457 uint32_t option = PTR_TO_UINT32(request_options); in dhcp4_configure()