Searched refs:sd_dhcp6_option (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/systemd/ |
D | sd-dhcp6-option.h | 27 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);
|
D | sd-dhcp6-client.h | 264 sd_dhcp6_option *v); 270 int sd_dhcp6_client_add_option(sd_dhcp6_client *client, sd_dhcp6_option *v);
|
/systemd-251/src/libsystemd-network/ |
D | dhcp6-option.c | 248 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,
|
D | dhcp6-option.h | 12 typedef struct sd_dhcp6_option { struct 19 } sd_dhcp6_option; argument
|
D | fuzz-dhcp6-client.c | 71 _cleanup_(sd_dhcp6_option_unrefp) sd_dhcp6_option *v1 = NULL, *v2 = NULL; in LLVMFuzzerTestOneInput()
|
D | sd-dhcp6-client.c | 157 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/ |
D | networkd-dhcp6.c | 578 sd_dhcp6_option *vendor_option; in dhcp6_configure() 579 sd_dhcp6_option *send_option; in dhcp6_configure()
|
D | networkd-dhcp-common.c | 683 _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()
|