Searched refs:NATMap (Results 1 – 2 of 2) sorted by relevance
1311 llqInfo->NATMap = mDNSfalse; in LLQNatMapComplete()1535 if (q->LongLived && q->uDNS_info.llq->NATMap) return; in CheckForUnreferencedLLQMapping()3203 { info->state = LLQ_NatMapWait; info->NATMap = mDNStrue; return; } in startLLQHandshake()3204 info->NATMap = mDNStrue; // this llq references the global llq nat mapping in startLLQHandshake()3426 if (info->NATMap) info->NATMap = mDNSfalse; in stopLLQ()5063 …if (llq->NATMap) llq->NATMap = mDNSfalse; // may not need nat mapping if we restart with new route in SuspendLLQs()
1848 mDNSBool NATMap; // does this LLQ use the global LLQ NAT mapping? member