blob: 5a4fb27684afc5d34caebdb4f6b3d77f1d92f522 [file] [log] [blame]
Russ Dill61fb4892002-10-14 21:41:28 +00001#ifndef _SERVERPACKET_H
2#define _SERVERPACKET_H
3
4
5int sendOffer(struct dhcpMessage *oldpacket);
6int sendNAK(struct dhcpMessage *oldpacket);
7int sendACK(struct dhcpMessage *oldpacket, u_int32_t yiaddr);
8int send_inform(struct dhcpMessage *oldpacket);
9
10
11#endif