OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NAT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
nattypes.h
33
/* Identifies each type of
NAT
that can be simulated. */
41
// Implements the rules for each specific type of
NAT
.
42
class
NAT
{
44
virtual ~
NAT
() { }
46
// Determines whether this
NAT
uses both source and destination address when
50
// Determines whether this
NAT
drops packets received from a different IP
54
// Determines whether this
NAT
drops packets received from a different port
58
// Returns an implementation of the given type of
NAT
.
59
static
NAT
* Create(NATType type);