Lines Matching full:ppp
11 #include <zephyr/net/ppp.h>
16 #include <zephyr/net/ppp.h>
17 #include "ppp/ppp_internal.h"
33 PR_INFO("PPP Echo-Req timeout.\n"); in cmd_net_ppp_ping()
35 PR_INFO("Not a PPP interface (%d)\n", idx); in cmd_net_ppp_ping()
37 PR_INFO("PPP Echo-Req failed (%d)\n", ret); in cmd_net_ppp_ping()
42 "Received PPP Echo-Reply in ", in cmd_net_ppp_ping()
46 "Received PPP Echo-Reply in ", ret); in cmd_net_ppp_ping()
50 PR_INFO("PPP network interface must be given.\n"); in cmd_net_ppp_ping()
54 PR_INFO("Set %s to enable %s support.\n", "CONFIG_NET_L2_PPP", "PPP"); in cmd_net_ppp_ping()
74 PR_INFO("PPP context not found.\n"); in cmd_net_ppp_status()
78 PR("PPP phase : %s (%d)\n", ppp_phase_str(ctx->phase), in cmd_net_ppp_status()
124 "CONFIG_NET_L2_PPP and CONFIG_NET_PPP", "PPP"); in cmd_net_ppp_status()
151 if (net_if_l2(iface) != &NET_L2_GET_NAME(PPP)) { in set_iface_ppp_index_buffer()
173 if (net_if_l2(iface) != &NET_L2_GET_NAME(PPP)) { in set_iface_ppp_index_help()
216 "'net ppp ping <index>' sends Echo-request to PPP interface.",
219 "'net ppp status' prints information about PPP.",
224 SHELL_SUBCMD_ADD((net), ppp, &net_cmd_ppp,
225 "PPP information.",