aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/serverpacket.h
blob: 20e1d5d2b480d7e48e97f0e024bed9f2c2bb8789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* vi: set sw=4 ts=4: */
#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