added full udhcp integration
This commit is contained in:
11
networking/udhcp/serverpacket.h
Normal file
11
networking/udhcp/serverpacket.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef _SERVERPACKET_H
|
||||
#define _SERVERPACKET_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
|
Reference in New Issue
Block a user