busybox/networking/udhcp/serverpacket.h

12 lines
259 B
C
Raw Normal View History

2002-10-15 03:11:28 +05:30
#ifndef _SERVERPACKET_H
#define _SERVERPACKET_H
int sendOffer(struct dhcpMessage *oldpacket);
int sendNAK(struct dhcpMessage *oldpacket);
int sendACK(struct dhcpMessage *oldpacket, u_int32_t yiaddr);
int send_inform(struct dhcpMessage *oldpacket);
#endif