/***
This file is part of systemd.
Copyright (C) 2014 Tom Gundersen
Copyright (C) 2014-2015 Intel Corporation. All rights reserved.
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <errno.h>
#include "alloc-util.h"
#include "dhcp6-lease-internal.h"
#include "dhcp6-protocol.h"
#include "strv.h"
#include "util.h"
return 0;
}
if (valid < t)
valid = t;
}
if (t > valid)
return -EINVAL;
return 0;
}
if (!ia)
return NULL;
}
return NULL;
}
return -EINVAL;
return 0;
}
return 0;
}
return 0;
}
if (!lease)
return -EINVAL;
return 0;
}
lease->rapid_commit = true;
return 0;
}
return 0;
}
return 0;
}
return -ENOMSG;
sizeof(struct in6_addr));
return 0;
}
if (lease)
}
int r;
if (!optlen)
return 0;
&lease->dns_allocated);
if (r < 0) {
strerror(-r));
return r;
}
return 0;
}
}
return -ENOENT;
}
int r;
char **domains;
if (!optlen)
return 0;
if (r < 0)
return 0;
lease->domains_count = r;
return r;
}
if (lease->domains_count) {
return lease->domains_count;
}
return -ENOENT;
}
int r;
lease->ntp_allocated = 0;
&subval)) >= 0) {
int s;
char **servers;
switch(subopt) {
if (sublen != 16)
return 0;
&lease->ntp_allocated);
if (s < 0)
return s;
break;
&servers);
if (r < 0)
return 0;
lease->ntp_fqdn_count = r;
break;
}
}
if (r != -ENOMSG)
return r;
return 0;
}
int r;
if (!optlen)
return 0;
return 0;
}
&lease->ntp_allocated);
if (r < 0) {
strerror(-r));
return r;
}
return 0;
}
}
return -ENOENT;
}
if (lease->ntp_fqdn_count) {
return lease->ntp_fqdn_count;
}
return -ENOENT;
}
if (!lease)
return NULL;
return lease;
}
if (!lease)
return NULL;
return NULL;
return NULL;
}
if (!lease)
return -ENOMEM;
return 0;
}