summaryrefslogtreecommitdiff
path: root/src/basic/in-addr-util.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-36/+0
* tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-111-21/+11
* Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe2019-07-121-1/+8
|\
| * util: introduce in4_addr_equal()Yu Watanabe2019-07-111-1/+8
* | tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-111-4/+5
|/
* util: introduce in6_addr_hash_opsYu Watanabe2019-05-181-0/+12
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* util: introduce in_addr_prefix_to_string()Yu Watanabe2019-03-041-0/+35
* util: use _cleanup_ attributesYu Watanabe2019-03-041-10/+6
* util: introduce in_addr_random_prefix()Yu Watanabe2019-03-011-0/+78
* dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-181-0/+8
* util: add a new mode for in_addr_prefix_from_string_auto_internal() which ref...Yu Watanabe2019-01-291-18/+19
* in-addr-util: fix undefined result for in4_addr_netmask_to_prefixlen(<0.0.0.0>)Thomas Haller2018-12-141-1/+1
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-9/+3
* in-addr-util: make in_addr_default_prefix_from_string() or friend set 0 to pr...Yu Watanabe2018-11-071-8/+14
* util: introduce in_addr_default_prefix_from_string() and friendsYu Watanabe2018-11-051-2/+12
* util: use strndup() instead of strndupa()Yu Watanabe2018-11-051-7/+22
* tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-061-2/+4
* basic: use FAMILY_ADDRESS_SIZE() macro in hash_ops for in_addr_dataYu Watanabe2018-08-021-12/+2
* basic: introduce in_addr_data_hash_opsYu Watanabe2018-07-311-0/+31
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* 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
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* ip-address-access: minimize IP address listsLennart Poettering2017-09-221-0/+24
* in-addr-util: add new helper call in_addr_prefix_from_string_auto()Lennart Poettering2017-09-221-13/+71
* in-addr-util: prefix return parameters with ret_Lennart Poettering2017-09-221-5/+5
* in-addr-util: be more systematic with naming our functionsLennart Poettering2017-09-221-7/+7
* socket-util: add parse_ip_prefix (#5867)Susant Sahani2017-05-051-0/+42
* socket-util: introduce in_addr_is_multicastSusant Sahani2017-02-241-0/+12
* basic: make sure in_addr_from_string() can take NULL argumentsLennart Poettering2016-11-211-7/+6
* basic: add explicit ipv4-specific in_addr classification callsLennart Poettering2016-11-211-12/+18
* Merge pull request #3432 from poettering/resolved-ll-ipv6Martin Pitt2016-06-091-0/+85
|\
| * resolved: support IPv6 DNS servers on the local linkLennart Poettering2016-06-061-0/+85
* | util: make it easier to check whether in_addr or in6_addr addresses are NULLLennart Poettering2016-06-061-6/+14
|/
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-2/+2
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+6
* resolved: fix typo in in_addr_is_localhost()Mantas Mikulėnas2015-11-271-1/+1
* resolved: never cache RRs originating from localhostLennart Poettering2015-11-271-1/+14
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+338