aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/serverpacket.h
blob: 233d4491196826787ca3cc8a25cf9586019566f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SERVERPACKET_H
#define _SERVERPACKET_H

#include "packet.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