Searched refs:send_iface (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/ppp/driver/src/ |
D | main.c | 225 static bool send_iface(struct net_if *iface, in send_iface() function 250 ret = send_iface(net_iface, ppp_recv_data1, sizeof(ppp_recv_data1), in test_send_ppp_pkt_with_escapes() 262 ret = send_iface(net_iface, ppp_recv_data2, sizeof(ppp_recv_data2), in test_send_ppp_pkt_with_full_and_partial() 450 ret = send_iface(net_iface, ppp_recv_data3, sizeof(ppp_recv_data3), in test_send_ppp_3() 466 ret = send_iface(net_iface, ppp_recv_data4, sizeof(ppp_recv_data4), in test_send_ppp_4() 482 ret = send_iface(net_iface, ppp_recv_data5, sizeof(ppp_recv_data5), in test_send_ppp_5() 498 ret = send_iface(net_iface, ppp_recv_data6, sizeof(ppp_recv_data6), in test_send_ppp_6() 514 ret = send_iface(net_iface, ppp_recv_data7, sizeof(ppp_recv_data7), in test_send_ppp_7() 530 ret = send_iface(net_iface, ppp_recv_data8, sizeof(ppp_recv_data8), in test_send_ppp_8()
|
/Zephyr-latest/tests/net/iface/src/ |
D | main.c | 577 static bool send_iface(struct net_if *iface, int val, bool expect_fail) in send_iface() function 613 ret = send_iface(iface1, 1, false); in ZTEST() 624 ret = send_iface(iface2, 2, false); in ZTEST() 635 ret = send_iface(iface3, 3, false); in ZTEST() 648 ret = send_iface(iface1, 1, true); in send_iface1_down() 661 ret = send_iface(iface1, 1, false); in send_iface1_up()
|