Searched refs:ppp_proto2str (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/l2/ppp/ |
D | network.c | 27 NET_DBG("[%p] Proto %s (0x%04x) %s (%d)", ctx, ppp_proto2str(proto), in ppp_network_up() 40 NET_DBG("[%p] Proto %s (0x%04x) %s (%d)", ctx, ppp_proto2str(proto), in ppp_network_down()
|
D | pap.c | 121 NET_DBG("proto %s (0x%04x) fsm %p", ppp_proto2str(PPP_PAP), PPP_PAP, in pap_init() 128 ppp_fsm_name_set(&ctx->pap.fsm, ppp_proto2str(PPP_PAP)); in pap_init()
|
D | lcp.c | 86 ppp_proto2str(data->auth_proto)); in lcp_auth_proto_parse() 137 ppp_proto2str(data.auth_proto)); in lcp_config_info_req() 304 NET_DBG("proto %s (0x%04x) fsm %p", ppp_proto2str(PPP_LCP), PPP_LCP, in lcp_init() 311 ppp_fsm_name_set(&ctx->lcp.fsm, ppp_proto2str(PPP_LCP)); in lcp_init()
|
D | ppp_l2.c | 121 ppp_proto2str(protocol) ? "Unhandled" : "Unknown", in process_ppp_msg() 122 ppp_proto2str(protocol), in process_ppp_msg() 123 ppp_proto2str(protocol) ? " " : "", in process_ppp_msg()
|
D | ipv6cp.c | 372 NET_DBG("proto %s (0x%04x) fsm %p", ppp_proto2str(PPP_IPV6CP), in ipv6cp_init() 379 ppp_fsm_name_set(&ctx->ipv6cp.fsm, ppp_proto2str(PPP_IPV6CP)); in ipv6cp_init()
|
D | ipcp.c | 472 NET_DBG("proto %s (0x%04x) fsm %p", ppp_proto2str(PPP_IPCP), PPP_IPCP, in ipcp_init() 479 ppp_fsm_name_set(&ctx->ipcp.fsm, ppp_proto2str(PPP_IPCP)); in ipcp_init()
|
D | misc.c | 175 const char *ppp_proto2str(uint16_t proto) in ppp_proto2str() function
|
D | ppp_internal.h | 108 const char *ppp_proto2str(uint16_t proto);
|
D | fsm.c | 1063 fsm->name, fsm, ppp_proto2str(proto), in ppp_fsm_input() 1072 ppp_proto2str(proto), ppp_pkt_type2str(code), code, id, in ppp_fsm_input()
|