Searched refs:dhcp6_option_append_ia (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp6-internal.h62 int dhcp6_option_append_ia(uint8_t **buf, size_t *buflen, DHCP6IA *ia);
H A Ddhcp6-option.c83 int dhcp6_option_append_ia(uint8_t **buf, size_t *buflen, DHCP6IA *ia) { function
H A Dsd-dhcp6-client.c367 r = dhcp6_option_append_ia(&opt, &optlen, &client->ia_na);
387 r = dhcp6_option_append_ia(&opt, &optlen, &client->lease->ia);
396 r = dhcp6_option_append_ia(&opt, &optlen, &client->lease->ia);

Completed in 14 milliseconds