1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-25 07:33:47 +00:00
2004-01-30 23:45:53 +00:00

13 lines
278 B
C

#ifndef _SERVERPACKET_H
#define _SERVERPACKET_H
#include "packet.h"
int sendOffer(struct dhcpMessage *oldpacket);
int sendNAK(struct dhcpMessage *oldpacket);
int sendACK(struct dhcpMessage *oldpacket, uint32_t yiaddr);
int send_inform(struct dhcpMessage *oldpacket);
#endif