summaryrefslogtreecommitdiff
path: root/include/private/packet_io_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/packet_io_internal.h')
-rw-r--r--include/private/packet_io_internal.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/private/packet_io_internal.h b/include/private/packet_io_internal.h
index 9101580..4487b6c 100644
--- a/include/private/packet_io_internal.h
+++ b/include/private/packet_io_internal.h
@@ -68,31 +68,6 @@ typedef struct{
#define VXLAN_HDR_RESERVED_LEN (14+8+8+20) /* ����vxlan���ݰ�Ԥ����ͷ���ռ�, ʹ��ip_socket����, ����������mac, ��inner_eth+vxlan+outer_udp+outer_ip */
-typedef struct
-{
- unsigned char flags;
-
- /*------------byte delim -------*/
- unsigned char reserved[3];
-
- /*--------int delim -------*/
- unsigned char vlan_id_half_high;
- unsigned char link_layer_type : 4; /* ���㱨�ķ�װ��ʽ */
- unsigned char vlan_id_half_low : 4;
- unsigned int online_test : 1;
- unsigned int link_id : 6;
- unsigned int dir : 1;
-
- unsigned int r7 : 1;
- unsigned int r6 : 1;
- unsigned int r5 : 1;
- unsigned int r4 : 1;
- unsigned int vni_flag : 1;
- unsigned int r2 : 1;
- unsigned int r1 : 1;
- unsigned int r0 : 1;
-}vxlan_header_t; /* ����GDEV��׼ */
-
struct sendpacket_mac_table{
unsigned char src_mac[6];
unsigned char rcv_dir;