Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:Traversal

894 #pragma mark - NAT Traversal structures and constants
1005 tcpLNTInfo tcpInfo; // Legacy NAT traversal (UPnP) TCP connection
1025 // Client API fields: The client must set up these fields *before* making any NAT traversal API calls
1120 regState_NATError = 9 // unable to complete NAT traversal
1819 mDNSs32 NextScheduledNATOp; // Next time to send NAT-traversal packets
1904 // NAT-Traversal fields
1905 NATTraversalInfo LLQNAT; // Single shared NAT Traversal to receive inbound LLQ notifications
1917 tcpLNTInfo tcpAddrInfo; // legacy NAT traversal TCP connection info for external address
1918 tcpLNTInfo tcpDeviceInfo; // legacy NAT traversal TCP connection info for device info
2156 extern mStatus mDNS_StartNATOperation(mDNS *const m, NATTraversalInfo *traversal);
2157 extern mStatus mDNS_StopNATOperation(mDNS *const m, NATTraversalInfo *traversal);
2158 extern mStatus mDNS_StopNATOperation_internal(mDNS *m, NATTraversalInfo *traversal);
2652 // Support for legacy NAT traversal protocols, implemented by the platform layer and callable by the core.