Home
last modified time | relevance | path

Searched refs:ppp_state_str (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/l2/ppp/
Dfsm.c85 PPP_CONFIGURE_REQ, fsm->req_id, ppp_state_str(fsm->state), in fsm_send_configure_req()
102 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_timeout()
159 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_timeout()
221 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_close()
253 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_close()
261 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_lower_down()
297 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_lower_down()
305 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_lower_up()
323 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_lower_up()
331 ppp_state_str(fsm->state), fsm->state); in ppp_fsm_open()
[all …]
Dmisc.c109 const char *ppp_state_str(enum ppp_state state) in ppp_state_str() function
254 ppp_state_str(current), current, in validate_state_transition()
255 ppp_state_str(new), new); in validate_state_transition()
285 fsm->name, fsm, ppp_state_str(fsm->state), fsm->state, in ppp_change_state_debug()
286 ppp_state_str(new_state), new_state, caller, line); in ppp_change_state_debug()
Dpap.c85 ppp_state_str(fsm->state), fsm->state); in pap_up()
Dppp_internal.h107 const char *ppp_state_str(enum ppp_state state);
Dipv6cp.c257 ppp_state_str(fsm->state), fsm->state); in ipv6cp_up()
Dipcp.c422 ppp_state_str(fsm->state), fsm->state); in ipcp_up()
/Zephyr-latest/subsys/net/lib/shell/
Dppp.c81 ppp_state_str(ctx->lcp.fsm.state), ctx->lcp.fsm.state); in cmd_net_ppp_status()
91 ppp_state_str(ctx->ipcp.fsm.state), ctx->ipcp.fsm.state); in cmd_net_ppp_status()
102 ppp_state_str(ctx->ipv6cp.fsm.state), ctx->ipv6cp.fsm.state); in cmd_net_ppp_status()
113 ppp_state_str(ctx->pap.fsm.state), ctx->pap.fsm.state); in cmd_net_ppp_status()