Searched defs:ntp_fqdn (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp6-lease-internal.h49 char **ntp_fqdn; member in struct:sd_dhcp6_lease
H A Dsd-dhcp6-lease.c289 lease->ntp_fqdn = strv_free(lease->ntp_fqdn);
290 lease->ntp_fqdn = servers;
312 if (lease->ntp || lease->ntp_fqdn) {
348 int sd_dhcp6_lease_get_ntp_fqdn(sd_dhcp6_lease *lease, char ***ntp_fqdn) { argument
350 assert_return(ntp_fqdn, -EINVAL);
353 *ntp_fqdn = lease->ntp_fqdn;
391 lease->ntp_fqdn = strv_free(lease->ntp_fqdn);
[all...]

Completed in 285 milliseconds