Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp6-option.h79 int dhcp6_option_append_user_class(uint8_t **buf, size_t *buflen, char * const *user_class);
Ddhcp6-option.c419 int dhcp6_option_append_user_class(uint8_t **buf, size_t *buflen, char * const *user_class) { in dhcp6_option_append_user_class() function
Dsd-dhcp6-client.c599 r = dhcp6_option_append_user_class(opt, optlen, client->user_class); in client_append_common_options_in_managed_mode()