summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_enc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/net/if_enc.h b/sys/net/if_enc.h
index eb7c340238b..bfae0a16fb4 100644
--- a/sys/net/if_enc.h
+++ b/sys/net/if_enc.h
@@ -37,6 +37,13 @@
#define ENCMTU (1024+512)
#define ENC_HDRLEN 12
+struct enc_softc {
+ struct ifnet sc_if; /* the interface */
+ union sockaddr_union sc_dst;
+ u_int32_t sc_spi;
+ u_int32_t sc_sproto;
+};
+
struct enchdr {
u_int32_t af;
u_int32_t spi;