Searched refs:dhcp6_option_append_ia (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | dhcp6-internal.h | 62 int dhcp6_option_append_ia(uint8_t **buf, size_t *buflen, DHCP6IA *ia);
|
H A D | dhcp6-option.c | 83 int dhcp6_option_append_ia(uint8_t **buf, size_t *buflen, DHCP6IA *ia) { function
|
H A D | sd-dhcp6-client.c | 367 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