Lines Matching full:txtime
764 zassert_equal(optval, true, "getsockopt txtime"); in ZTEST()
771 zassert_equal(optval, false, "getsockopt txtime"); in ZTEST()
927 * the TXTIME option, create a separate network device and catch the packets
981 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()
1114 zassert_false(test_failed, "Invalid txtime received"); in ZTEST_USER()