|
|
|
@ -30,9 +30,12 @@
|
|
|
|
|
#include "mutex.h"
|
|
|
|
|
#include "net/ipv6.h"
|
|
|
|
|
#include "net/ipv6/addr.h"
|
|
|
|
|
#include "net/netstats.h"
|
|
|
|
|
#include "xtimer.h"
|
|
|
|
|
|
|
|
|
|
#ifdef MODULE_NETSTATS_IPV6
|
|
|
|
|
#include "net/netstats.h"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
@ -605,7 +608,9 @@ void gnrc_ipv6_netif_init_by_dev(void);
|
|
|
|
|
* @return A @ref netstats_t pointer to the statistics.
|
|
|
|
|
* @return NULL if no statistics are available.
|
|
|
|
|
*/
|
|
|
|
|
#if defined(MODULE_NETSTATS_IPV6) || DOXYGEN
|
|
|
|
|
netstats_t *gnrc_ipv6_netif_get_stats(kernel_pid_t pid);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|