|
reSIProcate/stack
9694
|
#include "resip/stack/Tuple.hxx"#include "rutil/compat.hxx"#include <iostream>#include <string.h>#include <sys/types.h>#include <cassert>#include <arpa/inet.h>#include <netinet/in.h>#include "rutil/Data.hxx"#include "rutil/DnsUtil.hxx"#include "rutil/GenericIPAddress.hxx"#include "rutil/HashMap.hxx"#include "rutil/MD5Stream.hxx"#include "rutil/Logger.hxx"#include "resip/stack/Transport.hxx"
Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::DNS |
Functions | |
| HashValueImp (resip::Tuple, data.hash()) | |
Variables | |
| static Tuple | loopbackv4 ("127.0.0.1", 0, UNKNOWN_TRANSPORT) |
| static Tuple | v4privateaddrbase1 ("10.0.0.0", 0, UNKNOWN_TRANSPORT) |
| static Tuple | v4privateaddrbase2 ("172.16.0.0", 0, UNKNOWN_TRANSPORT) |
| static Tuple | v4privateaddrbase3 ("192.168.0.0", 0, UNKNOWN_TRANSPORT) |
| #define RESIPROCATE_SUBSYSTEM Subsystem::DNS |
| HashValueImp | ( | resip::Tuple | , |
| data. | hash() | ||
| ) |
Tuple loopbackv4("127.0.0.1", 0, UNKNOWN_TRANSPORT) [static] |
Referenced by resip::Tuple::isLoopback().
Tuple v4privateaddrbase1("10.0.0.0", 0, UNKNOWN_TRANSPORT) [static] |
Referenced by resip::Tuple::isPrivateAddress().
Tuple v4privateaddrbase2("172.16.0.0", 0, UNKNOWN_TRANSPORT) [static] |
Referenced by resip::Tuple::isPrivateAddress().
Tuple v4privateaddrbase3("192.168.0.0", 0, UNKNOWN_TRANSPORT) [static] |
Referenced by resip::Tuple::isPrivateAddress().
1.7.5.1