diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-18 13:13:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-11-21 22:47:47 +0100 |
commit | fdedbe2676b4f9142246c6ac1f42181174ab22f0 (patch) | |
tree | e3070961ce296d834e768f0140fb2a9e08153f4e /src/libsystemd-network/test-lldp.c | |
parent | 7192bb81bd99108287db82d6140d5329086b0da2 (diff) |
basic: add explicit ipv4-specific in_addr classification calls
This adds in4_addr_is_localhost() and in4_addr_is_link_local() that only take
an IPv4 "struct in_addr", to match in_addr_is_localhost() and
in_addr_is_link_local() that that a "union in_addr_union".
This matches the existing in4_addr_is_null() call that already exists.
For IPv6 glibc already exports a set of macros, hence we don't add similar
functions in6_addr_is_localhost(). We also drop in6_addr_is_null() as
IN6_IS_ADDR_UNSPECIFIED() already provides that.
Diffstat (limited to 'src/libsystemd-network/test-lldp.c')
0 files changed, 0 insertions, 0 deletions