aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/clientpacket.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-23 23:44:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-23 23:44:29 +0000
commit787140df3992ccc3ebdc09f6d2dcb584f580f49f (patch)
tree666fdb071676c676f52bdc204f6df801b17e7196 /networking/udhcp/clientpacket.h
parente0fe93759339a9e043cd0489f5bfabd59b5fcb78 (diff)
downloadbusybox-787140df3992ccc3ebdc09f6d2dcb584f580f49f.tar.gz
remove in place of external link
Diffstat (limited to 'networking/udhcp/clientpacket.h')
-rw-r--r--networking/udhcp/clientpacket.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h
deleted file mode 100644
index 8e5441bc7..000000000
--- a/networking/udhcp/clientpacket.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _CLIENTPACKET_H
-#define _CLIENTPACKET_H
-
-#include "packet.h"
-
-unsigned long random_xid(void);
-int send_discover(unsigned long xid, unsigned long requested);
-int send_selecting(unsigned long xid, unsigned long server, unsigned long requested);
-int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
-int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
-int send_release(unsigned long server, unsigned long ciaddr);
-int get_raw_packet(struct dhcpMessage *payload, int fd);
-
-#endif