Home
last modified time | relevance | path

Searched refs:net_pkt_timestamp_ns (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio.c203 ack_frame.mInfo.mRxInfo.mTimestamp = net_pkt_timestamp_ns(pkt) / NSEC_PER_USEC; in ieee802154_handle_ack()
516 recv_frame.mInfo.mRxInfo.mTimestamp = net_pkt_timestamp_ns(pkt) / NSEC_PER_USEC; in openthread_handle_received_frame()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1129 static inline net_time_t net_pkt_timestamp_ns(struct net_pkt *pkt) in net_pkt_timestamp_ns() function
1153 static inline net_time_t net_pkt_timestamp_ns(struct net_pkt *pkt) in net_pkt_timestamp_ns() function
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c567 net_pkt_timestamp_ns(pkt) / NSEC_PER_USEC); in nrf5_tx_at()
Dieee802154_dw1000.c807 tmp_fs = net_pkt_timestamp_ns(pkt); in dwt_tx()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c323 zassert_equal(expected_target_time, net_pkt_timestamp_ns(tx_mock_fake.arg2_val)); in ZTEST()
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c990 txtime = net_pkt_timestamp_ns(pkt); in eth_fake_send()