Home
last modified time | relevance | path

Searched refs:NET_REQUEST_STATS_GET_PPP (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/l2/ppp/
Dppp_stats.c51 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_STATS_GET_PPP,
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_stats.h594 #define NET_REQUEST_STATS_GET_PPP \ macro
597 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_STATS_GET_PPP);
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_shell.c1364 ret = net_mgmt(NET_REQUEST_STATS_GET_PPP, iface, in net_shell_print_statistics()