Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:clientContext

929 	if (rr->NATinfo.clientContext)
932 rr->NATinfo.clientContext = mDNSNULL;
1491 // RecordRegistrationGotZoneData guards against creating NAT state if clientContext is non-NULL.
1495 // the cleanup here keeps clientContext non-NULL and hence prevents that. Note that cleaning up
1497 if (rr->NATinfo.clientContext)
1500 rr->NATinfo.clientContext = mDNSNULL;
8494 if (question->LongLived && !m->LLQNAT.clientContext)
8500 m->LLQNAT.clientContext = (void*)1; // Means LLQ NAT Traversal is active
8634 if (!m->LLQNAT.clientContext) // Should never happen, but just in case...
8635 LogMsg("mDNS_StopQuery ERROR LLQNAT.clientContext NULL");
8640 m->LLQNAT.clientContext = mDNSNULL; // Means LLQ NAT Traversal not running