Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-dhcp6.c579 sd_dhcp6_option *send_option; in dhcp6_configure() local
603 ORDERED_HASHMAP_FOREACH(send_option, link->network->dhcp6_client_send_options) { in dhcp6_configure()
604 r = sd_dhcp6_client_add_option(client, send_option); in dhcp6_configure()
Dnetworkd-dhcp4.c1366 sd_dhcp_option *send_option; in dhcp4_configure() local
1464 ORDERED_HASHMAP_FOREACH(send_option, link->network->dhcp_client_send_options) { in dhcp4_configure()
1465 r = sd_dhcp_client_add_option(link->dhcp_client, send_option); in dhcp4_configure()
1472 … ORDERED_HASHMAP_FOREACH(send_option, link->network->dhcp_client_send_vendor_options) { in dhcp4_configure()
1473 r = sd_dhcp_client_add_vendor_option(link->dhcp_client, send_option); in dhcp4_configure()