Home
last modified time | relevance | path

Searched refs:SOCKD_HOSTCACHE (Results 1 – 2 of 2) sorted by relevance

/dports/net/dante/dante-1.4.3/lib/
H A Dhostcache.c299 if (i < SOCKD_HOSTCACHE
321 hashi = hosthash(name, SOCKD_HOSTCACHE);
337 hashi = hosthash(name, SOCKD_HOSTCACHE);
338 for (i = hashi, freehost = NULL; i < SOCKD_HOSTCACHE; ++i) {
613 if (i < SOCKD_HOSTCACHE
630 hashi = addrhash(TOCSS(addr), SOCKD_HOSTCACHE);
642 hashi = addrhash(TOCSS(addr), SOCKD_HOSTCACHE);
643 for (i = hashi, freehost = NULL; i < SOCKD_HOSTCACHE; ++i) {
1013 for (i = 0; i < SOCKD_HOSTCACHE; ++i) in hostcacheinvalidate()
1046 sizeof(*hostcache) * SOCKD_HOSTCACHE, in hostcachesetup()
[all …]
/dports/net/dante/dante-1.4.3/include/
H A Dconfig.h190 #define SOCKD_HOSTCACHE (512) macro