Searched refs:MAX_PROXY_RECORDS (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1942 #define MAX_PROXY_RECORDS 10000 /* DOS protection: 400 machines at 25 records each */ macro
H A DmDNS.c7288 else if (m->ProxyRecords + msg->h.mDNS_numUpdates > MAX_PROXY_RECORDS)
7295 m->ProxyRecords, msg->h.mDNS_numUpdates, m->ProxyRecords + msg->h.mDNS_numUpdates, MAX_PROXY_RECORDS);

Completed in 149 milliseconds