summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-lease-internal.h
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp6-client: add comment about ia_na and ia_pdYu Watanabe2022-02-151-2/+2
* sd-dhcp6-client: split dhcp6-internal.h into twoYu Watanabe2022-02-141-7/+2
* sd-dhcp6-client: set lease expiration timer in client_enter_bound_state()Yu Watanabe2022-02-141-3/+2
* sd-dhcp6-client: introduce dhcp6_lease_new_from_message()Yu Watanabe2022-02-141-1/+7
* sd-dhcp6-lease: unify lease lifetime calculationYu Watanabe2022-02-141-2/+8
* sd-dhcp6-client: introduce dhcp6_ia_free()Yu Watanabe2022-02-141-3/+7
* sd-dhcp6-lease: convert assert_return() -> assert() in non-public functionsYu Watanabe2022-02-141-2/+2
* sd-dhcp6-client: rename ia -> ia_na, pd -> ia_pd in sd_dhcp6_leaseYu Watanabe2022-02-141-2/+2
* dhcp6: drop unnecessary spaceYu Watanabe2021-12-061-1/+1
* sd-dhcp6-client: introduce dhcp6_lease_{get,set}_clientid()Yu Watanabe2021-11-011-0/+4
* sd-dhcp6-client: prefix variables which store results with "ret_"Yu Watanabe2021-11-011-3/+2
* Merge pull request #21200 from yuwata/sd-dhcp6-client-server-addressYu Watanabe2021-11-011-0/+1
|\
| * sd-dhcp6-client: introduce sd_dhcp6_lease_get_server_address()Yu Watanabe2021-11-011-0/+1
* | sd-dhcp6: drop unused functionsYu Watanabe2021-11-011-3/+0
|/
* sd-dhcp6-client: introduce sd_dhcp6_lease_get_timestamp()Yu Watanabe2021-10-201-0/+1
* sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()Yu Watanabe2021-09-291-1/+1
* sd-dhcp6-client: do not merge NTP and SNTP optionsYu Watanabe2021-09-291-1/+3
* sd-dhcp6-client: support multiple NTP server optionsYu Watanabe2021-09-291-1/+1
* sd-dhcp6-client: support multiple domainsYu Watanabe2021-09-291-1/+1
* sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-291-2/+0
* sd-dhcp6-client: constify several argumentsYu Watanabe2021-09-291-6/+4
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-0/+2
* dhcp6-client: Store lease timeouts T1 and T1 in client structPatrik Flykt2018-09-191-1/+0
* dhcp6-lease: Add function to fetch the IAID for the prefixPatrik Flykt2018-09-191-0/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* dhcp6: Add function to iterate and fetch delegated prefixesPatrik Flykt2018-01-041-0/+1
* dhcp6: Parse IA PD and PD Prefix optionsPatrik Flykt2018-01-041-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-3/+0
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-0/+1
* dhcp: stop using refcnt.hLennart Poettering2015-08-261-3/+1
* sd-dhcp6: Support deprecated SNTP Configuration OptionPatrik Flykt2015-08-211-0/+2
* sd-dhcp6: Add support for DHCPv6 NTP Server OptionPatrik Flykt2015-08-211-0/+7
* sd-dhcp6: Add support for DHCPv6 DNS Domain Search List optionPatrik Flykt2015-08-211-0/+4
* sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server optionPatrik Flykt2015-08-211-1/+6
* sd-dhcp6-client: Implement Rapid CommitPatrik Flykt2014-06-261-0/+4
* sd-dhcp6-lease: Add helper function to compute remaining expiry timePatrik Flykt2014-06-261-0/+1
* sd-dhcp6-lease: Add functions for accessing lease and addressesPatrik Flykt2014-06-191-0/+2
* sd-dhcp6-lease: Add DHCPv6 lease handlingPatrik Flykt2014-06-191-0/+55