HomeSort by relevance Sort by last modified time
    Searched refs:NAT (Results 1 - 4 of 4) sorted by null

  /external/iproute2/doc/
ip-cref.tex     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 178 final int NAT = appTokens.size();
179 for (i=0; i<NAT; i++) {
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 347 mStatus_NATPortMappingUnsupported = -65564, // NAT doesn't support NAT-PMP or UPnP
348 mStatus_NATPortMappingDisabled = -65565, // NAT supports NAT-PMP or UPnP but it's disabled by the administrator
    [all...]
uDNS.c 416 #pragma mark - NAT Traversal
481 LogInfo("Received external IP address %.4a from NAT", &ExtAddr);
483 LogMsg("Double NAT (external NAT gateway address %.4a is also a private RFC 1918 address)", &ExtAddr);
566 LogMsg("Error! Tried to add a NAT traversal that's already in the active list: request %p Prot %d Int %d TTL %d",
599 if (!m->NATTraversals) // If this is our first NAT request, kick off an address request too
656 if (err) LogMsg("Legacy NAT Traversal - unmap request failed with error %d", err);
733 // Normally, after going through the NAT gateway, the source address of our outgoing TCP connection is the same as ExternalAddress,
736 // LLQ server to send events to us directly at port 5353 on that address, instead of at our mapped external NAT port.
    [all...]

Completed in 2595 milliseconds