Home
last modified time | relevance | path

Searched refs:sample_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_record_test.c9213 size_t pn_offset, sample_offset; member
10088 if (t->sample_offset != SIZE_MAX) { in test_wire_pkt_hdr_actual()
10089 if (!TEST_ptr_eq(ptrs.raw_sample, t->expected + t->sample_offset)) in test_wire_pkt_hdr_actual()
10092 t->expected_len - t->sample_offset)) in test_wire_pkt_hdr_actual()
10109 if (t->sample_offset != SIZE_MAX) { /* if packet type has protection */ in test_wire_pkt_hdr_actual()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3337 double sample_offset, /* clock offset */ in clock_filter() argument
3358 peer->filter_offset[j] = sample_offset; in clock_filter()