Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dmisc.c19 const char *ppp_phase_str(enum ppp_phase phase) in ppp_phase_str() function
63 ppp_phase_str(current), current, in validate_phase_transition()
64 ppp_phase_str(new), new); in validate_phase_transition()
94 ctx, ppp_phase_str(ctx->phase), ctx->phase, in ppp_change_phase_debug()
95 ppp_phase_str(new_phase), new_phase, caller, line); in ppp_change_phase_debug()
Dppp_internal.h106 const char *ppp_phase_str(enum ppp_phase phase);
/Zephyr-latest/subsys/net/lib/shell/
Dppp.c78 PR("PPP phase : %s (%d)\n", ppp_phase_str(ctx->phase), in cmd_net_ppp_status()