Home
last modified time | relevance | path

Searched refs:PPP_RUNNING (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/l2/ppp/
Dmisc.c31 case PPP_RUNNING: in ppp_phase_str()
55 1 << PPP_RUNNING, in validate_phase_transition()
56 [PPP_RUNNING] = 1 << PPP_TERMINATE | in validate_phase_transition()
104 } else if (ctx->phase == PPP_RUNNING) { in ppp_change_phase_debug()
Dnetwork.c22 ppp_change_phase(ctx, PPP_RUNNING); in ppp_network_up()
Dppp_l2.c179 if (ctx->phase != PPP_RUNNING && !net_pkt_is_ppp(pkt)) { in ppp_send()
/Zephyr-latest/include/zephyr/net/
Dppp.h107 PPP_RUNNING, enumerator