Searched defs:IPAddress (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dipaddress.h50 class IPAddress { class in namespace:rtc
52 IPAddress() : family_(AF_UNSPEC) { function in class:rtc::IPAddress
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { function in class:rtc::IPAddress
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { function in class:rtc::IPAddress
65 explicit IPAddress(uint32 ip_in_host_byte_order) : family_(AF_INET) { function in class:rtc::IPAddress
70 IPAddress(const IPAddress& other) : family_(other.family_) { function in class:rtc::IPAddress
74 virtual ~IPAddress() {}
76 const IPAddress & operator=(const IPAddress
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java3 public class IPAddress class
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc229 struct IPAddress { struct in namespace:net::__anon1777
230 IPAddress(const std::string& ip_string, const IPAddressNumber& ip_number) function in struct:net::__anon1777::IPAddress
237 bool operator<(const IPAddress& rhs) const {
292 std::vector<IPAddress> ip_vector;
298 ip_vector.push_back(IPAddress(tok_list, ip_num));
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc247 struct IPAddress { struct in namespace:net::__anon9384
248 IPAddress(const std::string& ip_string, const IPAddressNumber& ip_number) function in struct:net::__anon9384::IPAddress
255 bool operator<(const IPAddress& rhs) const {
286 std::vector<IPAddress> ip_vector;
292 ip_vector.push_back(IPAddress(str_tok.token(), ip_num));
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc223 if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0)
1074 return IPAddress(_filterIPAddress, filterIPAddress, ipSize, sourcePort);
2200 if (IPAddress(*fromSocket, ipAddress, ipAddressLength, portNr) < 0)
2730 int32_t UdpTransport::IPAddress(const SocketAddress& address, function in class:webrtc::test::UdpTransport
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 4566 milliseconds