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

  /external/chromium_org/third_party/webrtc/base/
nattypes.h 16 /* Identifies each type of NAT that can be simulated. */
24 // Implements the rules for each specific type of NAT.
25 class NAT {
27 virtual ~NAT() { }
29 // Determines whether this NAT uses both source and destination address when
33 // Determines whether this NAT drops packets received from a different IP
37 // Determines whether this NAT drops packets received from a different port
41 // Returns an implementation of the given type of NAT.
42 static NAT* Create(NATType type);
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 467 milliseconds