Home
last modified time | relevance | path

Searched refs:sd_dhcp6_option (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/systemd/
Dsd-dhcp6-option.h27 typedef struct sd_dhcp6_option sd_dhcp6_option; typedef
29 …_t option, const void *data, size_t length, uint32_t enterprise_identifier, sd_dhcp6_option **ret);
30 sd_dhcp6_option *sd_dhcp6_option_ref(sd_dhcp6_option *ra);
31 sd_dhcp6_option *sd_dhcp6_option_unref(sd_dhcp6_option *ra);
33 _SD_DEFINE_POINTER_CLEANUP_FUNC(sd_dhcp6_option, sd_dhcp6_option_unref);
Dsd-dhcp6-client.h264 sd_dhcp6_option *v);
270 int sd_dhcp6_client_add_option(sd_dhcp6_client *client, sd_dhcp6_option *v);
/systemd-251/src/libsystemd-network/
Ddhcp6-option.c248 sd_dhcp6_option *options; in dhcp6_option_append_vendor_option()
939 static sd_dhcp6_option* dhcp6_option_free(sd_dhcp6_option *i) { in dhcp6_option_free()
947 …t option, const void *data, size_t length, uint32_t enterprise_identifier, sd_dhcp6_option **ret) { in sd_dhcp6_option_new()
955 sd_dhcp6_option *p = new(sd_dhcp6_option, 1); in sd_dhcp6_option_new()
959 *p = (sd_dhcp6_option) { in sd_dhcp6_option_new()
971 DEFINE_TRIVIAL_REF_UNREF_FUNC(sd_dhcp6_option, sd_dhcp6_option, dhcp6_option_free);
977 sd_dhcp6_option,
Ddhcp6-option.h12 typedef struct sd_dhcp6_option { struct
19 } sd_dhcp6_option; argument
Dfuzz-dhcp6-client.c71 _cleanup_(sd_dhcp6_option_unrefp) sd_dhcp6_option *v1 = NULL, *v2 = NULL; 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()
506 int sd_dhcp6_client_add_option(sd_dhcp6_client *client, sd_dhcp6_option *v) { in sd_dhcp6_client_add_option()
687 struct sd_dhcp6_option *j; in dhcp6_client_send_message()
/systemd-251/src/network/
Dnetworkd-dhcp6.c578 sd_dhcp6_option *vendor_option; in dhcp6_configure()
579 sd_dhcp6_option *send_option; in dhcp6_configure()
Dnetworkd-dhcp-common.c683 _cleanup_(sd_dhcp6_option_unrefp) sd_dhcp6_option *opt6 = NULL; in config_parse_dhcp_send_option()
685 _unused_ _cleanup_(sd_dhcp6_option_unrefp) sd_dhcp6_option *old6 = NULL; in config_parse_dhcp_send_option()