Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dlcp.c57 return ppp_fsm_input(&ctx->lcp.fsm, PPP_LCP, pkt); in lcp_handle()
123 ret = ppp_config_info_req(fsm, pkt, length, ret_pkt, PPP_LCP, in lcp_config_info_req()
304 NET_DBG("proto %s (0x%04x) fsm %p", ppp_proto2str(PPP_LCP), PPP_LCP, in lcp_init()
309 ppp_fsm_init(&ctx->lcp.fsm, PPP_LCP); in lcp_init()
311 ppp_fsm_name_set(&ctx->lcp.fsm, ppp_proto2str(PPP_LCP)); in lcp_init()
336 PPP_PROTOCOL_REGISTER(LCP, PPP_LCP,
Dnetwork.c59 if (proto->protocol != PPP_LCP && proto->lower_down) { in ppp_network_all_down()
Dmisc.c187 case PPP_LCP: in ppp_proto2str()
299 case PPP_LCP: in ppp_option2str()
Dlink.c22 if (proto->protocol == PPP_LCP) { in lcp_up()
Dppp_l2.c111 case PPP_LCP: in process_ppp_msg()
496 if (proto->protocol == PPP_LCP) { in net_ppp_init()
Dfsm.c28 if (fsm->protocol == PPP_LCP) { in ppp_fsm_ctx()
436 protocol = PPP_LCP; in ppp_send_pkt()
/Zephyr-latest/include/zephyr/net/
Dppp.h88 PPP_LCP = 0xc021, /**< RFC 1661 */ enumerator