summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-internal.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-01network: DHCPv6 client add support for prefix delegation hintSusant Sahani1-1/+1
2019-07-04tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek1-1/+1
2018-10-25dhcp6: constify things where we canLennart Poettering1-2/+2
2018-10-03dhcp6: check option length before reading valuesYu Watanabe1-1/+1
2018-09-19dhcp6-client: Store lease timeouts T1 and T1 in client structPatrik Flykt1-2/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-04dhcp6: Add function appending an IA PD to the DHCP6 messagePatrik Flykt1-0/+1
2018-01-04dhcp6: Parse IA PD and PD Prefix optionsPatrik Flykt1-1/+20
2018-01-04dhcp6: Fix IA Address option parsingPatrik Flykt1-5/+8
2018-01-04dhcp6: Add function for DHCPv6 Status optionPatrik Flykt1-0/+1
2018-01-04dhcp6: Sanitize DHCPv6 IA option parsingPatrik Flykt1-2/+8
2018-01-04dhcp6: Name structs in DHCP6IAPatrik Flykt1-5/+16
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-16sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner1-0/+1
2016-05-15sd-dhcp6-client: add log_errno macro and improve debug messages a bitZbigniew Jędrzejewski-Szmek1-1/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
2015-10-22libsystemd-network: split icm6-util.[ch] out of dhcp6 codeTom Gundersen1-3/+0
2015-08-21dhcp6-option: Add helper function for uncompressed domain namesPatrik Flykt1-0/+2
2015-08-21dhcp6-option: Add helper function for fetching IPv6 addressesPatrik Flykt1-1/+4
2014-11-27log: rearrange log function namingLennart Poettering1-1/+1
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering1-1/+1
2014-10-09sd-dhcp6-lease: Name the structure containing IAADDR dataPatrik Flykt1-1/+1
2014-06-19sd-dhcp6-client: Receive and parse Advertise messagesPatrik Flykt1-0/+2
2014-06-19sd-dhcp6-client: Add IA Address option parsingPatrik Flykt1-0/+2
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit message creation and sendingPatrik Flykt1-0/+4
2014-06-19sd-dhcp6-client: Add functions to bind to DHCPv6 UDP socketPatrik Flykt1-0/+4
2014-06-19sd-dhcp6-client: Add basic DHCPv6 option handlingPatrik Flykt1-0/+6
2014-06-19sd-dhcp6-client: Add DHCPv6 IAID functionalityPatrik Flykt1-0/+32
2014-06-19sd-icmp6-nd: Add Router Solicitation and Advertisement supportPatrik Flykt1-0/+29