]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd-network/sd-dhcp-lease.c
in-addr-util: be more systematic with naming our functions
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Sep 2017 12:40:02 +0000 (14:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 13:24:54 +0000 (15:24 +0200)
commit5a941f5f212f38501836ccfe6164feb518b6f471
treed88d6fafe29c63c3ec8187395740bda74abf4e71
parentbd389aa73473ee1a72a28d4612ac0e5a190cfea6
in-addr-util: be more systematic with naming our functions

Let's rename all our functions that process IPv4 in_addr structures
in4_addr_xyz(), following the already establishing naming logic for
this.

Leave the in_addr_xyz() prefix for functions that process the IPv4/IPv6
in_addr_union union instead.
src/basic/in-addr-util.c
src/basic/in-addr-util.h
src/libsystemd-network/sd-dhcp-lease.c
src/libsystemd-network/sd-dhcp-server.c
src/network/networkd-address.c
src/network/networkd-dhcp4.c
src/shared/firewall-util.c