Lines Matching full:ppp
15 #include <zephyr/net/ppp.h>
19 #include <zephyr/modem/ppp.h>
40 /* PPP frames */
115 /* Modem PPP */
125 static struct modem_ppp ppp = { variable
133 /* Modem PPP net device */
136 static const struct device ppp_net_dev = {.data = &ppp};
268 net_if_flag_set(modem_ppp_get_iface(&ppp), NET_IF_UP); in test_modem_ppp_setup()
280 modem_ppp_attach(&ppp, mock_pipe); in test_modem_ppp_setup()
309 /* Give modem ppp time to process received frame */ in ZTEST()
338 /* Give modem ppp time to process received frame */ in ZTEST()
373 zassert_true(test_net_send(pkt) == 0, "Failed to send PPP pkt"); in ZTEST()
375 /* Give modem ppp time to wrap and send frame */ in ZTEST()
393 /* Give modem ppp time to process received frame */ in ZTEST()
430 /* Give modem ppp time to wrap and send frame */ in ZTEST()