Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/util/
H A Dnetevent.h389 int tcp_timeout_msec; member
H A Dnetevent.c2941 if(c->tcp_timeout_msec < TCP_QUERY_TIMEOUT_MINIMUM)
2943 return c->tcp_timeout_msec;
2975 c->tcp_timeout_msec /= 100;
2977 c->tcp_timeout_msec /= 500;
2979 c->tcp_timeout_msec = 0;
5985 c->tcp_timeout_msec = parent->tcp_timeout_msec;
6084 c->tcp_timeout_msec = parent->tcp_timeout_msec;
6196 c->tcp_timeout_msec = idle_timeout;
6296 c->tcp_timeout_msec = TCP_QUERY_TIMEOUT;
/freebsd-14.2/contrib/unbound/util/data/
H A Dmsgparse.c964 c->tcp_timeout_msec / 100, region)) { in parse_edns_options_from_query()
1020 c->tcp_timeout_msec / 100, in parse_edns_options_from_query()
/freebsd-14.2/contrib/unbound/contrib/
H A Dfastrpz.patch3431 repinfo->c->tcp_timeout_msec);