Searched refs:PPP_LCP (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/net/l2/ppp/ |
D | lcp.c | 57 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,
|
D | network.c | 59 if (proto->protocol != PPP_LCP && proto->lower_down) { in ppp_network_all_down()
|
D | misc.c | 187 case PPP_LCP: in ppp_proto2str() 299 case PPP_LCP: in ppp_option2str()
|
D | link.c | 22 if (proto->protocol == PPP_LCP) { in lcp_up()
|
D | ppp_l2.c | 111 case PPP_LCP: in process_ppp_msg() 496 if (proto->protocol == PPP_LCP) { in net_ppp_init()
|
D | fsm.c | 28 if (fsm->protocol == PPP_LCP) { in ppp_fsm_ctx() 436 protocol = PPP_LCP; in ppp_send_pkt()
|
/Zephyr-latest/include/zephyr/net/ |
D | ppp.h | 88 PPP_LCP = 0xc021, /**< RFC 1661 */ enumerator
|