#include <ipaddress.h>
◆ IPAddress() [1/10]
rtc::IPAddress::IPAddress |
( |
| ) |
|
|
inline |
◆ IPAddress() [2/10]
rtc::IPAddress::IPAddress |
( |
const in_addr & |
ip4 | ) |
|
|
inlineexplicit |
◆ IPAddress() [3/10]
rtc::IPAddress::IPAddress |
( |
const in6_addr & |
ip6 | ) |
|
|
inlineexplicit |
◆ IPAddress() [4/10]
rtc::IPAddress::IPAddress |
( |
uint32_t |
ip_in_host_byte_order | ) |
|
|
inlineexplicit |
◆ IPAddress() [5/10]
rtc::IPAddress::IPAddress |
( |
const IPAddress & |
other | ) |
|
|
inline |
◆ ~IPAddress() [1/2]
virtual rtc::IPAddress::~IPAddress |
( |
| ) |
|
|
inlinevirtual |
◆ IPAddress() [6/10]
rtc::IPAddress::IPAddress |
( |
| ) |
|
|
inline |
◆ IPAddress() [7/10]
rtc::IPAddress::IPAddress |
( |
const in_addr & |
ip4 | ) |
|
|
inlineexplicit |
◆ IPAddress() [8/10]
rtc::IPAddress::IPAddress |
( |
const in6_addr & |
ip6 | ) |
|
|
inlineexplicit |
◆ IPAddress() [9/10]
rtc::IPAddress::IPAddress |
( |
uint32_t |
ip_in_host_byte_order | ) |
|
|
inlineexplicit |
◆ IPAddress() [10/10]
rtc::IPAddress::IPAddress |
( |
const IPAddress & |
other | ) |
|
|
inline |
◆ ~IPAddress() [2/2]
virtual rtc::IPAddress::~IPAddress |
( |
| ) |
|
|
inlinevirtual |
◆ AsIPv6Address() [1/2]
IPAddress rtc::IPAddress::AsIPv6Address |
( |
| ) |
const |
◆ AsIPv6Address() [2/2]
IPAddress rtc::IPAddress::AsIPv6Address |
( |
| ) |
const |
◆ family() [1/2]
int rtc::IPAddress::family |
( |
| ) |
const |
|
inline |
◆ family() [2/2]
int rtc::IPAddress::family |
( |
| ) |
const |
|
inline |
◆ ipv4_address() [1/2]
◆ ipv4_address() [2/2]
in_addr rtc::IPAddress::ipv4_address |
( |
| ) |
const |
◆ ipv6_address() [1/2]
in6_addr rtc::IPAddress::ipv6_address |
( |
| ) |
const |
◆ ipv6_address() [2/2]
◆ IsNil() [1/2]
bool rtc::IPAddress::IsNil |
( |
| ) |
const |
◆ IsNil() [2/2]
bool rtc::IPAddress::IsNil |
( |
| ) |
const |
◆ Normalized() [1/2]
IPAddress rtc::IPAddress::Normalized |
( |
| ) |
const |
◆ Normalized() [2/2]
IPAddress rtc::IPAddress::Normalized |
( |
| ) |
const |
◆ operator!=() [1/2]
bool rtc::IPAddress::operator!= |
( |
const IPAddress & |
other | ) |
const |
◆ operator!=() [2/2]
bool rtc::IPAddress::operator!= |
( |
const IPAddress & |
other | ) |
const |
◆ operator<() [1/2]
bool rtc::IPAddress::operator< |
( |
const IPAddress & |
other | ) |
const |
◆ operator<() [2/2]
bool rtc::IPAddress::operator< |
( |
const IPAddress & |
other | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==() [1/2]
bool rtc::IPAddress::operator== |
( |
const IPAddress & |
other | ) |
const |
◆ operator==() [2/2]
bool rtc::IPAddress::operator== |
( |
const IPAddress & |
other | ) |
const |
◆ operator>() [1/2]
bool rtc::IPAddress::operator> |
( |
const IPAddress & |
other | ) |
const |
◆ operator>() [2/2]
bool rtc::IPAddress::operator> |
( |
const IPAddress & |
other | ) |
const |
◆ Size() [1/2]
size_t rtc::IPAddress::Size |
( |
| ) |
const |
◆ Size() [2/2]
size_t rtc::IPAddress::Size |
( |
| ) |
const |
◆ ToSensitiveString() [1/2]
std::string rtc::IPAddress::ToSensitiveString |
( |
| ) |
const |
◆ ToSensitiveString() [2/2]
std::string rtc::IPAddress::ToSensitiveString |
( |
| ) |
const |
◆ ToString() [1/2]
◆ ToString() [2/2]
◆ v4AddressAsHostOrderInteger() [1/2]
uint32_t rtc::IPAddress::v4AddressAsHostOrderInteger |
( |
| ) |
const |
◆ v4AddressAsHostOrderInteger() [2/2]
uint32_t rtc::IPAddress::v4AddressAsHostOrderInteger |
( |
| ) |
const |
◆ operator<< [1/2]
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IPAddress & |
addr |
|
) |
| |
|
friend |
◆ operator<< [2/2]
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IPAddress & |
addr |
|
) |
| |
|
friend |
◆ ip4
in_addr rtc::IPAddress::ip4 |
◆ ip6
in6_addr rtc::IPAddress::ip6 |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/base/ipaddress.h
- Source/ThirdParty/libwebrtc/Source/webrtc/base/ipaddress.cc