Searched refs:net_pkt_set_timestamp_ns (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 205 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()
|
D | ieee802154_mcxw.c | 333 net_pkt_set_timestamp_ns(pkt, mcxw_radio->rx_ack_frame.timestamp); in handle_ack() 536 net_pkt_set_timestamp_ns(pkt, rx_frame.timestamp); in mcxw_rx_thread()
|
D | ieee802154_dw1000.c | 449 net_pkt_set_timestamp_ns(pkt, ts_nsec); in dwt_irq_handle_rx() 866 net_pkt_set_timestamp_ns(pkt, tmp_fs / 1000000U); in dwt_tx()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 1134 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/ |
D | radio.c | 427 net_pkt_set_timestamp_ns(tx_pkt, convert_32bit_us_wrapped_to_64bit_ns(tx_at)); in transmit_message()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 2196 net_pkt_set_timestamp_ns(pkt, *(net_time_t *)CMSG_DATA(cmsg)); in set_pkt_txtime()
|