Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/ssl/
H A Ds3_lib.c4567 int send_time = 0, ret; in ssl_fill_hello_random() local
4572 send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; in ssl_fill_hello_random()
4574 send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; in ssl_fill_hello_random()
4575 if (send_time) { in ssl_fill_hello_random()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c2916 rack_log_rtt_sample_calc(struct tcp_rack *rack, uint32_t rtt, uint32_t send_time, uint32_t ack_time… in rack_log_rtt_sample_calc() argument
2925 log.u_bbr.flex2 = send_time; in rack_log_rtt_sample_calc()