Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 7 of 7) sorted by relevance

/subsys/net/ip/
A Dicmp.c185 uint32_t time_stamp = htonl(k_cycle_get_32()); in send_icmpv4_echo_request() local
187 net_pkt_write(pkt, &time_stamp, sizeof(time_stamp)); in send_icmpv4_echo_request()
188 params->data_size -= sizeof(time_stamp); in send_icmpv4_echo_request()
309 uint32_t time_stamp = htonl(k_cycle_get_32()); in send_icmpv6_echo_request() local
311 net_pkt_write(pkt, &time_stamp, sizeof(time_stamp)); in send_icmpv6_echo_request()
312 params->data_size -= sizeof(time_stamp); in send_icmpv6_echo_request()
/subsys/bluetooth/controller/ll_sw/
A Disoal.c1630 const uint32_t time_stamp) in isoal_is_time_stamp_valid() argument
1661 time_stamp, in isoal_is_time_stamp_valid()
1868 tx_sdu->time_stamp, in isoal_tx_unframed_get_next_payload_number()
2006 tx_sdu->time_stamp, in isoal_tx_unframed_produce()
2076 session->last_input_time_stamp = tx_sdu->time_stamp; in isoal_tx_unframed_produce()
2346 tx_sdu->time_stamp); in isoal_tx_framed_find_correct_tx_event()
2358 tx_sdu->time_stamp, in isoal_tx_framed_find_correct_tx_event()
2381 time_stamp_selected = tx_sdu->time_stamp; in isoal_tx_framed_find_correct_tx_event()
2418 time_stamp_selected = tx_sdu->time_stamp; in isoal_tx_framed_find_correct_tx_event()
2536 tx_sdu->time_stamp, in isoal_tx_framed_produce()
[all …]
A Disoal.h191 uint32_t time_stamp; member
A Dull_iso.c1180 sdu.time_stamp = sdu.cntr_time_stamp; in ll_iso_transmit_test_send_sdu()
/subsys/bluetooth/host/classic/
A Davdtp_internal.h145 uint32_t time_stamp; member
A Da2dp.c395 sys_be32_to_cpu(media_hdr->time_stamp)); in bt_a2dp_media_data_callback()
980 sys_put_be32(ts, (uint8_t *)&media_hdr->time_stamp); in bt_a2dp_stream_send()
/subsys/bluetooth/controller/hci/
A Dhci.c6011 sdu_frag_tx.time_stamp = net_buf_pull_le32(buf);
6015 sdu_frag_tx.time_stamp = sdu_frag_tx.cntr_time_stamp;

Completed in 47 milliseconds