Store IID of ML-EID in NVM. (#1423)

This commit is contained in:
Hubert Miś
2017-03-07 10:56:31 -08:00
committed by Jonathan Hui
parent 974421da98
commit 7ac9e93237
3 changed files with 19 additions and 9 deletions
+1
View File
@@ -311,6 +311,7 @@ typedef struct otExtAddress
uint8_t m8[OT_EXT_ADDRESS_SIZE]; ///< IEEE 802.15.4 Extended Address bytes
} otExtAddress;
#define OT_IP6_PREFIX_SIZE 8 ///< Size of an IPv6 prefix (bytes)
#define OT_IP6_ADDRESS_SIZE 16 ///< Size of an IPv6 address (bytes)
/**