Home
last modified time | relevance | path

Searched refs:dhcp6_option_append_vendor_option (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd-network/
Ddhcp6-option.h81 int dhcp6_option_append_vendor_option(uint8_t **buf, size_t *buflen, OrderedSet *vendor_options);
Ddhcp6-option.c247 int dhcp6_option_append_vendor_option(uint8_t **buf, size_t *buflen, OrderedSet *vendor_options) { in dhcp6_option_append_vendor_option() function
Dsd-dhcp6-client.c611 r = dhcp6_option_append_vendor_option(opt, optlen, client->vendor_options); in client_append_common_options_in_managed_mode()