From 0b4e2a30286d4c87b5364b6df9a31e0e7b3cbde8 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 18 Apr 2014 20:59:53 +0200 Subject: [PATCH] Remove some unused types and #defines. --- src/net.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/net.h b/src/net.h index c49f0bd4..3454a96d 100644 --- a/src/net.h +++ b/src/net.h @@ -38,18 +38,6 @@ #define MAXSOCKETS 8 /* Probably overkill... */ -typedef struct mac_t { - uint8_t x[6]; -} mac_t; - -typedef struct ipv4_t { - uint8_t x[4]; -} ipv4_t; - -typedef struct ipv6_t { - uint16_t x[8]; -} ipv6_t; - typedef short length_t; #define AF_UNKNOWN 255 @@ -88,7 +76,6 @@ typedef struct vpn_packet_t { /* Packet types when using SPTPS */ #define PKT_COMPRESSED 1 -#define PKT_MAC 2 #define PKT_PROBE 4 typedef enum packet_type_t { -- 2.39.2