Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dfuzz-dhcp6-client.c94 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()
Dsd-dhcp6-client.c157 int sd_dhcp6_client_add_vendor_option(sd_dhcp6_client *client, sd_dhcp6_option *v) { in sd_dhcp6_client_add_vendor_option() function
/systemd-251/src/systemd/
Dsd-dhcp6-client.h263 int sd_dhcp6_client_add_vendor_option(sd_dhcp6_client *client,
/systemd-251/src/network/
Dnetworkd-dhcp6.c673 r = sd_dhcp6_client_add_vendor_option(client, vendor_option); in dhcp6_configure()