Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 */
Generated on Tue Jul 12 2022 20:25:37 by
1.7.2