Searched refs:txtime (Results 1 – 6 of 6) sorted by relevance
164 net_time_t txtime, delay, interval; in tx() local185 cmsg->cmsg_len = CMSG_LEN(sizeof(txtime)); in tx()192 txtime = net_ptp_time_to_ns(&time); in tx()195 sizeof(txtime_str) - print_offset, "%"PRIx64, (uint64_t)txtime); in tx()199 *(net_time_t *)CMSG_DATA(cmsg) = txtime + delay; in tx()210 txtime += interval; in tx()212 sizeof(txtime_str) - print_offset, "%"PRIx64, (uint64_t)txtime); in tx()
1 # Private config options for txtime sample app
310 bool txtime; member
981 net_time_t txtime; in eth_fake_send() local990 txtime = net_pkt_timestamp_ns(pkt); in eth_fake_send()991 if (txtime != TEST_TXTIME) { in eth_fake_send()1060 net_time_t txtime; in ZTEST_USER() local1088 txtime = TEST_TXTIME; in ZTEST_USER()1091 cmsg->cmsg_len = CMSG_LEN(sizeof(txtime)); in ZTEST_USER()1094 *(net_time_t *)CMSG_DATA(cmsg) = txtime; in ZTEST_USER()
1645 return get_bool_option(context->options.txtime, in get_context_txtime()3096 return set_bool_option(&context->options.txtime, value, len); in set_context_txtime()
1204 …59` - [Coverity CID: 232698] Uninitialized scalar variable in samples/net/sockets/txtime/src/main.c