Searched refs:PPP_IPCP (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/subsys/net/l2/ppp/ |
| D | ipcp.c | 25 return ppp_fsm_input(&ctx->ipcp.fsm, PPP_IPCP, pkt); in ipcp_handle() 281 ret = ppp_config_info_req(fsm, pkt, length, ret_pkt, PPP_IPCP, in ipcp_config_info_req() 472 NET_DBG("proto %s (0x%04x) fsm %p", ppp_proto2str(PPP_IPCP), PPP_IPCP, in ipcp_init() 477 ppp_fsm_init(&ctx->ipcp.fsm, PPP_IPCP); in ipcp_init() 479 ppp_fsm_name_set(&ctx->ipcp.fsm, ppp_proto2str(PPP_IPCP)); in ipcp_init() 495 PPP_PROTOCOL_REGISTER(IPCP, PPP_IPCP,
|
| D | misc.c | 189 case PPP_IPCP: in ppp_proto2str() 322 case PPP_IPCP: in ppp_option2str()
|
| D | ppp_l2.c | 113 case PPP_IPCP: in process_ppp_msg()
|
| D | fsm.c | 31 } else if (fsm->protocol == PPP_IPCP) { in ppp_fsm_ctx()
|
| /Zephyr-latest/include/zephyr/net/ |
| D | ppp.h | 84 PPP_IPCP = 0x8021, /**< RFC 1332 */ enumerator
|