Searched refs:ipv6_nd (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 42 GET_STAT(iface, ipv6_nd.recv), in print_stats() 43 GET_STAT(iface, ipv6_nd.sent), in print_stats() 44 GET_STAT(iface, ipv6_nd.drop)); in print_stats()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.c | 95 GET_STAT(iface, ipv6_nd.recv), in stats() 96 GET_STAT(iface, ipv6_nd.sent), in stats() 97 GET_STAT(iface, ipv6_nd.drop)); in stats() 297 src = GET_STAT_ADDR(iface, ipv6_nd); in net_stats_get()
|
D | net_stats.h | 98 UPDATE_STAT(iface, stats.ipv6_nd.sent++); in net_stats_update_ipv6_nd_sent() 103 UPDATE_STAT(iface, stats.ipv6_nd.recv++); in net_stats_update_ipv6_nd_recv() 108 UPDATE_STAT(iface, stats.ipv6_nd.drop++); in net_stats_update_ipv6_nd_drop()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 469 GET_STAT(iface, ipv6_nd.recv), in net_shell_print_statistics() 470 GET_STAT(iface, ipv6_nd.sent), in net_shell_print_statistics() 471 GET_STAT(iface, ipv6_nd.drop)); in net_shell_print_statistics()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 418 struct net_stats_ipv6_nd ipv6_nd; member 1178 &(iface)->stats.ipv6_nd.sent); \ 1185 &(iface)->stats.ipv6_nd.recv); \ 1192 &(iface)->stats.ipv6_nd.drop)
|