Searched defs:IPAddress (Results 1 – 5 of 5) sorted by relevance
52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() function56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() function65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
226 struct IPAddress { struct227 IPAddress(const std::string& ip_string, const IPAddressNumber& ip_number) in IPAddress() argument234 bool operator<(const IPAddress& rhs) const { in operator <()242 std::string string_value;243 IPAddressNumber ip_address_number;
6 public class IPAddress class
41 def IPAddress(address, version=None): function
2728 int32_t UdpTransport::IPAddress(const SocketAddress& address, in IPAddress() function in webrtc::test::UdpTransport