aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/src/driver/proto/bcmdhcp.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-14 11:00:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-14 11:00:30 +0000
commitc0c5a37f6fbb321ceb74ba06f321a47aad7fc547 (patch)
treecb96e071aad517955a9451f62f215a53f7d98a70 /package/broadcom-wl/src/driver/proto/bcmdhcp.h
parent8ba6124abeb70301c2c53f632339b5f74b0d1634 (diff)
downloadupstream-c0c5a37f6fbb321ceb74ba06f321a47aad7fc547.tar.gz
upstream-c0c5a37f6fbb321ceb74ba06f321a47aad7fc547.tar.bz2
upstream-c0c5a37f6fbb321ceb74ba06f321a47aad7fc547.zip
rename broadcom-wl to broadcom-wl-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21794 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/src/driver/proto/bcmdhcp.h')
-rw-r--r--package/broadcom-wl/src/driver/proto/bcmdhcp.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/package/broadcom-wl/src/driver/proto/bcmdhcp.h b/package/broadcom-wl/src/driver/proto/bcmdhcp.h
deleted file mode 100644
index ac0777b33c..0000000000
--- a/package/broadcom-wl/src/driver/proto/bcmdhcp.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright 2007, Broadcom Corporation
- * All Rights Reserved.
- *
- * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
- * the contents of this file may not be disclosed to third parties, copied
- * or duplicated in any form, in whole or in part, without the prior
- * written permission of Broadcom Corporation.
- *
- * Fundamental constants relating to DHCP Protocol
- *
- */
-
-#ifndef _bcmdhcp_h_
-#define _bcmdhcp_h_
-
-/* DHCP params */
-#define DHCP_TYPE_OFFSET 0 /* DHCP type (request|reply) offset */
-#define DHCP_FLAGS_OFFSET 10 /* DHCP flags offset */
-#define DHCP_CIADDR_OFFSET 12 /* DHCP client IP address offset */
-#define DHCP_YIADDR_OFFSET 16 /* DHCP your IP address offset */
-#define DHCP_GIADDR_OFFSET 24 /* DHCP relay agent IP address offset */
-#define DHCP_CHADDR_OFFSET 28 /* DHCP client h/w address offset */
-
-#define DHCP_TYPE_REQUEST 1 /* DHCP request (discover|request) */
-#define DHCP_TYPE_REPLY 2 /* DHCP reply (offset|ack) */
-
-#define DHCP_PORT_SERVER 67 /* DHCP server UDP port */
-#define DHCP_PORT_CLIENT 68 /* DHCP client UDP port */
-
-#define DHCP_FLAG_BCAST 0x8000 /* DHCP broadcast flag */
-
-#define DHCP_FLAGS_LEN 2 /* DHCP flags field length */
-
-#endif /* #ifndef _bcmdhcp_h_ */