Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.h146 extern void CheckNATMappings(mDNS *m);
H A DuDNS.c4769 mDNSexport void CheckNATMappings(mDNS *m) in CheckNATMappings() function
H A DmDNS.c5734 if (m->timenow - m->NextScheduledNATOp >= 0) CheckNATMappings(m); in mDNS_Execute()