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

source/borderrouter_helpers.h

Committer:
mbed_official
Date:
2017-05-31
Revision:
13:993808eb2e9c
Parent:
0:85f4174a8e29
Child:
82:3d9e3b7b3dcf

File content as of revision 13:993808eb2e9c:

/*
 * Copyright (c) 2016 ARM Limited. All rights reserved.
 */


#ifndef BORDERROUTER_HELPERS_H
#define BORDERROUTER_HELPERS_H

#ifdef __cplusplus
extern "C"
{
#endif

char *print_ipv6(const void *addr_ptr);
char *print_ipv6_prefix(const uint8_t *prefix, uint8_t prefix_len);
void print_appl_info(void);
void print_memory_stats(void);

#ifdef __cplusplus
}
#endif

#endif /* BORDERROUTER_HELPERS_H */