Home
last modified time | relevance | path

Searched refs:source_host_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/socket/
Dsocket_test_util.h1014 void set_source_host(IPAddress addr) { source_host_ = addr; } in set_source_host()
1015 IPAddress source_host() const { return source_host_; } in source_host()
1037 IPAddress source_host_; variable
Dsocket_test_util.cc1495 source_host_(IPAddress(192, 0, 2, 33)), in MockUDPClientSocket()
1594 *address = IPEndPoint(source_host_, source_port_); in GetLocalAddress()