aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/clientpacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/clientpacket.h')
-rw-r--r--networking/udhcp/clientpacket.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h
deleted file mode 100644
index b9b9a668f..000000000
--- a/networking/udhcp/clientpacket.h
+++ /dev/null
@@ -1,15 +0,0 @@
1/* vi: set sw=4 ts=4: */
2#ifndef _CLIENTPACKET_H
3#define _CLIENTPACKET_H
4
5#include "packet.h"
6
7unsigned long random_xid(void);
8int send_discover(unsigned long xid, unsigned long requested);
9int send_selecting(unsigned long xid, unsigned long server, unsigned long requested);
10int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
11int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
12int send_release(unsigned long server, unsigned long ciaddr);
13int get_raw_packet(struct dhcpMessage *payload, int fd);
14
15#endif