Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd-notify.c229 zone->pkts[index].send_time = 0; in notify_pkt_done()
333 zone->pkts[index].send_time = time(NULL); in xfrd_notify_send_udp()
348 if(now >= zone->pkts[i].send_time + XFRD_NOTIFY_RETRY_TIMOUT) { in notify_timeout_check()
367 zone->pkts[i].send_time = 0; in notify_start_pkts()
H A Dxfrd-notify.h44 time_t send_time; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Ds3_lib.c4577 int send_time = 0, ret; in ssl_fill_hello_random() local
4582 send_time = (s->mode & SSL_MODE_SEND_SERVERHELLO_TIME) != 0; in ssl_fill_hello_random()
4584 send_time = (s->mode & SSL_MODE_SEND_CLIENTHELLO_TIME) != 0; in ssl_fill_hello_random()
4585 if (send_time) { in ssl_fill_hello_random()
/netbsd-src/crypto/external/bsd/openssl/dist/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()