Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dplatform-zephyr.h103 int notify_new_rx_frame(struct net_pkt *pkt);
Dradio_spinel.cpp562 extern "C" int notify_new_rx_frame(struct net_pkt *pkt) in notify_new_rx_frame() function
Dradio.c604 int notify_new_rx_frame(struct net_pkt *pkt) in notify_new_rx_frame() function
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c393 if (notify_new_rx_frame(pkt) != 0) { in openthread_recv()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c786 notify_new_rx_frame(packet); in ZTEST()