Home
last modified time | relevance | path

Searched refs:PPP_L2 (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/modem/
Dppp.h194 PPP_L2, NET_L2_GET_CTX_TYPE(PPP_L2), _mtu)
/Zephyr-latest/include/zephyr/net/
Dnet_l2.h111 #define PPP_L2 PPP macro
112 NET_L2_DECLARE_PUBLIC(PPP_L2);
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c316 NET_L2_INIT(PPP_L2, ppp_recv, ppp_send, ppp_enable, ppp_flags);
/Zephyr-latest/drivers/net/
Dppp.c1157 PPP_L2, NET_L2_GET_CTX_TYPE(PPP_L2), PPP_MTU);
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1008 * :github:`41627` - PPP_L2 does not properly terminate the modem state machine when going down.