Searched refs:sd_dhcp6_client_add_vendor_option (Results 1 – 4 of 4) sorted by relevance
94 assert_se(sd_dhcp6_client_add_vendor_option(client, v1) >= 0); in LLVMFuzzerTestOneInput()95 assert_se(sd_dhcp6_client_add_vendor_option(client, v2) >= 0); in LLVMFuzzerTestOneInput()
157 int sd_dhcp6_client_add_vendor_option(sd_dhcp6_client *client, sd_dhcp6_option *v) { in sd_dhcp6_client_add_vendor_option() function
263 int sd_dhcp6_client_add_vendor_option(sd_dhcp6_client *client,
673 r = sd_dhcp6_client_add_vendor_option(client, vendor_option); in dhcp6_configure()