summaryrefslogtreecommitdiff
path: root/dhcpv6.h
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2011-11-09 16:07:39 +0100
committerBjørn Mork <bjorn@mork.no>2011-11-09 16:20:37 +0100
commitabb8c57951b9940f64c8d9c737d25627e3d1c42f (patch)
tree92cb3c7deb108167e48bff27cc7fb46b50b12b42 /dhcpv6.h
parent5c72289e845695a7513f214f3d26c3f2ce78d0d8 (diff)
cleanups. Splitting in separate RX and TX buffers
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'dhcpv6.h')
-rw-r--r--dhcpv6.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dhcpv6.h b/dhcpv6.h
index 79d9a40..fc73030 100644
--- a/dhcpv6.h
+++ b/dhcpv6.h
@@ -3,8 +3,9 @@
#pragma pack(push)
#pragma pack(2)
struct vlan_tag {
- u_int16_t tpid;
- u_int16_t tci;
+ u_int16_t v_tpid;
+ u_int16_t v_tci;
+ u_int16_t h_proto;
};
struct dhcpv6_msg { /* [RFC3315] ch 6 */