dhcpv4: move and rename handle_dhcpv4()
authorDavid Härdeman <[email protected]>
Wed, 24 Sep 2025 13:00:57 +0000 (15:00 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 3 Oct 2025 10:53:36 +0000 (12:53 +0200)
commit0cf95c471d779cd3d4da661d31d53ec215e66d44
tree20bcff1f72416c6cc94c19471683d0ef61151cd8
parent14a480dc9d26b917078c50af2bca87fbb843c29f
dhcpv4: move and rename handle_dhcpv4()

Move handle_dhcpv4() below the function it calls (dhcpv4_handle_msg()) and
rename it to dhcpv4_handle_dgram() for consistency with other function names.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/264
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c