Searched refs:tcp_timeout_msec (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.h359 int tcp_timeout_msec; member in struct:comm_point
704 * For TCP handlers that use c->tcp_timeout_msec, this routine adjusts
708 * @param c: comm point to use the tcp_timeout_msec of.
709 * @return adjusted tcp_timeout_msec value with the minimum if smaller.
H A Dnetevent.c1164 if(c->tcp_timeout_msec < TCP_QUERY_TIMEOUT_MINIMUM)
1166 return c->tcp_timeout_msec;
1198 c->tcp_timeout_msec /= 100;
1200 c->tcp_timeout_msec /= 500;
1202 c->tcp_timeout_msec = 0;
4110 c->tcp_timeout_msec = parent->tcp_timeout_msec;
4209 c->tcp_timeout_msec = parent->tcp_timeout_msec;
4321 c->tcp_timeout_msec
[all...]
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.h359 int tcp_timeout_msec; member in struct:comm_point
704 * For TCP handlers that use c->tcp_timeout_msec, this routine adjusts
708 * @param c: comm point to use the tcp_timeout_msec of.
709 * @return adjusted tcp_timeout_msec value with the minimum if smaller.
H A Dnetevent.c1164 if(c->tcp_timeout_msec < TCP_QUERY_TIMEOUT_MINIMUM)
1166 return c->tcp_timeout_msec;
1198 c->tcp_timeout_msec /= 100;
1200 c->tcp_timeout_msec /= 500;
1202 c->tcp_timeout_msec = 0;
4110 c->tcp_timeout_msec = parent->tcp_timeout_msec;
4209 c->tcp_timeout_msec = parent->tcp_timeout_msec;
4321 c->tcp_timeout_msec
[all...]
/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgparse.c963 c->tcp_timeout_msec / 100, region)) {
1019 c->tcp_timeout_msec / 100,
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgparse.c963 c->tcp_timeout_msec / 100, region)) {
1019 c->tcp_timeout_msec / 100,
/openbsd-current/usr.sbin/unbound/testcode/
H A Dfake_event.c372 c.tcp_timeout_msec = 30000;
459 repinfo.c->tcp_timeout_msec = 30000;
498 c.tcp_timeout_msec = 30000;

Completed in 147 milliseconds