Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers borderrouter_helpers.h Source File

borderrouter_helpers.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited. All rights reserved.
00003  */
00004 
00005 
00006 #ifndef BORDERROUTER_HELPERS_H
00007 #define BORDERROUTER_HELPERS_H
00008 
00009 #ifdef __cplusplus
00010 extern "C"
00011 {
00012 #endif
00013 
00014 char *print_ipv6(const void *addr_ptr);
00015 char *print_ipv6_prefix(const uint8_t *prefix, uint8_t prefix_len);
00016 void print_memory_stats(void);
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 
00022 #endif /* BORDERROUTER_HELPERS_H */