Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c164 net_time_t txtime, delay, interval; in tx() local
185 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()
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig1 # Private config options for txtime sample app
/Zephyr-latest/include/zephyr/net/
Dnet_context.h310 bool txtime; member
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c981 net_time_t txtime; in eth_fake_send() local
990 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() local
1088 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()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c1645 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()
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1204 …59` - [Coverity CID: 232698] Uninitialized scalar variable in samples/net/sockets/txtime/src/main.c