Searched defs:IPAddress (Results 1 – 7 of 7) 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
224 struct IPAddress { struct225 IPAddress(const std::string& ip_string, const IPAddressNumber& ip_number) in IPAddress() argument232 bool operator<(const IPAddress& rhs) const { in operator <()240 std::string string_value;241 IPAddressNumber ip_address_number;
6 public class IPAddress class
8 public class IPAddress class
2728 int32_t UdpTransport::IPAddress(const SocketAddress& address, in IPAddress() function in webrtc::test::UdpTransport
5162 IPAddress string `json:"IPAddress,omitempty"` member
2839 "IPAddress": { object