Add a little more 6loWPAN logic

This commit is contained in:
Gregory Nutt
2017-03-27 18:15:20 -06:00
parent dab2fb2eb3
commit 65e95b95f2
6 changed files with 240 additions and 2 deletions
+13
View File
@@ -44,6 +44,19 @@
#ifdef CONFIG_NET_6LOWPAN
/****************************************************************************
* Public Data
****************************************************************************/
/* A pointer to the optional, architecture-specific compressor */
struct sixlowpan_nhcompressor_s; /* Foward reference */
extern FAR struct sixlowpan_nhcompressor_s *g_sixlowpan_compressor;
/* Rime Sniffer support for one single listener to enable trace of IP */
extern struct sixlowpan_rime_sniffer_s *g_sixlopan_sniffer;
/****************************************************************************
* Public Types
****************************************************************************/