Searched refs:send_option (Results 1 – 2 of 2) sorted by relevance
579 sd_dhcp6_option *send_option; in dhcp6_configure() local603 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()
1366 sd_dhcp_option *send_option; in dhcp4_configure() local1464 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()