HomeSort by relevance Sort by last modified time
    Searched refs:gateway_ip (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
network.h 84 uint32 ip, uint32 gateway_ip);
99 uint32 gateway_ip() const { return gateway_ip_; } function in class:talk_base::Network
network.cc 157 network->set_gateway_ip(list[i]->gateway_ip());
176 << SocketAddress::IPToString(network->gateway_ip())
216 uint32 gateway_ip = 0;
221 while (fs.ReadLine(&line) == SR_SUCCESS && gateway_ip == 0) {
226 gateway_ip = ntohl(gw);
231 return gateway_ip;
364 uint32 ip, uint32 gateway_ip)
365 : name_(name), description_(desc), ip_(ip), gateway_ip_(gateway_ip),

Completed in 446 milliseconds