From 6de8994440165e2f30c50d2d7c1f332d9cd649bd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 21 May 2008 07:05:06 +0000 Subject: udhcpc: regularize the names of receiving functions, pause on "serious failure to receive". Some misc fixes are also folded in here. --- networking/udhcp/dhcpd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'networking/udhcp/dhcpd.h') diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index 8a206ea49..87e1afc1f 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -104,9 +104,9 @@ void printStaticLeases(struct static_lease **lease_struct); /*** serverpacket.h ***/ -int sendOffer(struct dhcpMessage *oldpacket); -int sendNAK(struct dhcpMessage *oldpacket); -int sendACK(struct dhcpMessage *oldpacket, uint32_t yiaddr); +int send_offer(struct dhcpMessage *oldpacket); +int send_NAK(struct dhcpMessage *oldpacket); +int send_ACK(struct dhcpMessage *oldpacket, uint32_t yiaddr); int send_inform(struct dhcpMessage *oldpacket); -- cgit v1.2.3