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 99 uint32 gateway_ip() const { return gateway_ip_; }
100 void set_gateway_ip(uint32 ip) { gateway_ip_ = ip; }
128 uint32 gateway_ip_; member in class:talk_base::Network
network.cc 365 : name_(name), description_(desc), ip_(ip), gateway_ip_(gateway_ip),

Completed in 321 milliseconds