Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dlink.c37 if (proto->protocol == PPP_CCP || proto->protocol == PPP_ECP) { in do_network()
50 if (proto->protocol == PPP_CCP || proto->protocol == PPP_ECP || in do_network()
Dmisc.c185 case PPP_CCP: in ppp_proto2str()
Dppp_l2.c110 case PPP_CCP: in process_ppp_msg()
/Zephyr-latest/include/zephyr/net/
Dppp.h87 PPP_CCP = 0x80FD, /**< RFC 1962 */ enumerator