Searched defs:NAT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dnattypes.h16 /* Identifies each type of NAT that can be simulated. */
24 // Implements the rules for each specific type of NAT.
25 class NAT { class in namespace:rtc
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/
H A Dip-cref.tex1177 \item \verb|nat| --- a special NAT route. Destinations covered by the prefix
1180 are selected with the attribute \verb|via|. More about NAT is
1181 in Appendix~\ref{ROUTE-NAT}, p.\pageref{ROUTE-NAT}.
1262 For NAT routes it is the first address of the block of translated IP destinations.
2032 table. NAT and masquerading rules have an attribute to select new IP
2050 of the IP packet into some other value. More about NAT is
2051 in Appendix~\ref{ROUTE-NAT}, p.\pageref{ROUTE-NAT}.
2126 The \verb|ADDRESS| may be either the start of the block of NAT addresse
[all...]

Completed in 113 milliseconds