Home
last modified time | relevance | path

Searched defs:timenow (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/unbound/services/cache/
H A Dinfra.c478 data_entry_init(struct infra_cache * infra,struct lruhash_entry * e,time_t timenow) data_entry_init() argument
537 infra_host(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,time_t timenow,int * edns_vs,uint8_t * edns_lame_known,int * to) infra_host() argument
609 infra_set_lame(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,time_t timenow,int dnsseclame,int reclame,uint16_t qtype) infra_set_lame() argument
666 infra_rtt_update(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,int qtype,int roundtrip,int orig_rtt,time_t timenow) infra_rtt_update() argument
728 infra_get_host_rto(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,struct rtt_info * rtt,int * delay,time_t timenow,int * tA,int * tAAAA,int * tother) infra_get_host_rto() argument
754 infra_edns_update(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,int edns_version,time_t timenow) infra_edns_update() argument
786 infra_get_lame_rtt(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * name,size_t namelen,uint16_t qtype,int * lame,int * dnsseclame,int * reclame,int * rtt,time_t timenow) infra_get_lame_rtt() argument
944 infra_create_ratedata(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow) infra_create_ratedata() argument
972 infra_ip_create_ratedata(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,time_t timenow,int mesh_wait) infra_ip_create_ratedata() argument
1051 infra_ratelimit_inc(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow,int backoff,struct query_info * qinfo,struct comm_reply * replylist) infra_ratelimit_inc() argument
1098 infra_ratelimit_dec(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow) infra_ratelimit_dec() argument
1118 infra_ratelimit_exceeded(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow,int backoff) infra_ratelimit_exceeded() argument
1192 infra_ip_ratelimit_inc(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,time_t timenow,int has_cookie,int backoff,struct sldns_buffer * buffer) infra_ip_ratelimit_inc() argument
1256 infra_wait_limit_inc(struct infra_cache * infra,struct comm_reply * rep,time_t timenow,struct config_file * cfg) infra_wait_limit_inc() argument
[all...]
H A Drrset.c127 need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns) in need_to_update_rrset() argument
191 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update() argument
248 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard() argument
281 rrset_cache_lookup(struct rrset_cache * r,uint8_t * qname,size_t qnamelen,uint16_t qtype,uint16_t qclass,uint32_t flags,time_t timenow,int wr) rrset_cache_lookup() argument
312 rrset_array_lock(struct rrset_ref * ref,size_t count,time_t timenow) rrset_array_lock() argument
[all...]
/freebsd-src/secure/caroot/
H A DMAca-bundle.pl105 sub timenow() subroutine
/freebsd-src/contrib/unbound/util/data/
H A Dmsgencode.c450 packed_rrset_encode(struct ub_packed_rrset_key * key,sldns_buffer * pkt,uint16_t * num_rrs,time_t timenow,struct regional * region,int do_data,int do_sig,struct compress_tree_node ** tree,sldns_pkt_section s,uint16_t qtype,int dnssec,size_t rr_offset) packed_rrset_encode() argument
545 insert_section(struct reply_info * rep,size_t num_rrsets,uint16_t * num_rrs,sldns_buffer * pkt,size_t rrsets_before,time_t timenow,struct regional * region,struct compress_tree_node ** tree,sldns_pkt_section s,uint16_t qtype,int dnssec,size_t rr_offset) insert_section() argument
673 reply_info_encode(struct query_info * qinfo,struct reply_info * rep,uint16_t id,uint16_t flags,sldns_buffer * buffer,time_t timenow,struct regional * region,uint16_t udpsize,int dnssec,int minimise) reply_info_encode() argument
983 reply_info_answer_encode(struct query_info * qinf,struct reply_info * rep,uint16_t id,uint16_t qflags,sldns_buffer * pkt,time_t timenow,int cached,struct regional * region,uint16_t udpsize,struct edns_data * edns,int dnssec,int secure) reply_info_answer_encode() argument
[all...]
H A Dmsgreply.c565 reply_info_set_ttls(struct reply_info * rep,time_t timenow) reply_info_set_ttls() argument
[all...]
/freebsd-src/crypto/openssl/ssl/
H A Dd1_lib.c306 struct timeval timenow; in dtls1_get_timeout() local
/freebsd-src/crypto/heimdal/lib/hx509/
H A Dhx_locl.h151 time_t timenow; member
/freebsd-src/contrib/unbound/daemon/
H A Dworker.c478 time_t timenow = *worker->env.now; answer_norec_from_cache() local
649 time_t timenow = *worker->env.now; answer_from_cache() local
/freebsd-src/contrib/unbound/services/
H A Doutside_network.c3411 time_t timenow = 0; global() local
H A Dmesh.c321 time_t timenow = *qstate->env->now; in mesh_serve_expired_lookup() local
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbss_dgram.c201 struct timeval timenow, timeleft; in dgram_adjust_rcv_timeout() local
/freebsd-src/usr.sbin/newsyslog/
H A Dnewsyslog.c257 struct ptime_data *dbg_timenow; /* A "timenow" value set via -D option */ variable
[all...]
/freebsd-src/sys/netinet/tcp_stacks/
H A Drack.c2320 uint64_t timenow, timeleft, lenleft, lengone, calcbw; rack_rate_cap_bw() local