Russ Dill | 61fb489 | 2002-10-14 21:41:28 +0000 | [diff] [blame^] | 1 | #ifndef _SERVERPACKET_H |
2 | #define _SERVERPACKET_H | ||||
3 | |||||
4 | |||||
5 | int sendOffer(struct dhcpMessage *oldpacket); | ||||
6 | int sendNAK(struct dhcpMessage *oldpacket); | ||||
7 | int sendACK(struct dhcpMessage *oldpacket, u_int32_t yiaddr); | ||||
8 | int send_inform(struct dhcpMessage *oldpacket); | ||||
9 | |||||
10 | |||||
11 | #endif |