Home
last modified time | relevance | path

Searched refs:TCP_RATE_TOO_SLOW (Results 1 – 3 of 3) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dfdtools.c368 return TCP_RATE_TOO_SLOW; in writefully_limited()
461 return TCP_RATE_TOO_SLOW; in readfully_limited()
554 return TCP_RATE_TOO_SLOW; in readfully_limited_ex()
H A Dsys_error.c288 error_register(TCP_RATE_TOO_SLOW, "TCP_RATE_TOO_SLOW"); in dnscore_register_errors()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsys_error.h246 #define TCP_RATE_TOO_SLOW CORE_ERROR_CODE(0x4002) macro