Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c205 net_pkt_set_timestamp_ns(pkt, rx_frame->time * NSEC_PER_USEC); in nrf5_rx_thread()
450 net_pkt_set_timestamp_ns(ack_pkt, nrf5_radio->ack_frame.time * NSEC_PER_USEC); in handle_ack()
Dieee802154_dw1000.c459 net_pkt_set_timestamp_ns(pkt, ts_nsec); in dwt_irq_handle_rx()
876 net_pkt_set_timestamp_ns(pkt, tmp_fs / 1000000U); in dwt_tx()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1134 static inline void net_pkt_set_timestamp_ns(struct net_pkt *pkt, net_time_t timestamp) in net_pkt_set_timestamp_ns() function
1160 static inline void net_pkt_set_timestamp_ns(struct net_pkt *pkt, net_time_t timestamp) in net_pkt_set_timestamp_ns() function
/Zephyr-latest/modules/openthread/platform/
Dradio.c427 net_pkt_set_timestamp_ns(tx_pkt, convert_32bit_us_wrapped_to_64bit_ns(tx_at)); in transmit_message()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2196 net_pkt_set_timestamp_ns(pkt, *(net_time_t *)CMSG_DATA(cmsg)); in set_pkt_txtime()