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:
2019-11-27
Revision:
108:0c14bd1d3334
Parent:
82:3d9e3b7b3dcf

File content as of revision 108:0c14bd1d3334:

/*
 * 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_memory_stats(void);

#ifdef __cplusplus
}
#endif

#endif /* BORDERROUTER_HELPERS_H */