Home
last modified time | relevance | path

Searched defs:AddIP (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/
Dnetwork.h355 void AddIP(const InterfaceAddress& ip) { ips_.push_back(ip); } in AddIP() function
356 void AddIP(const IPAddress& ip) { ips_.push_back(rtc::InterfaceAddress(ip)); } in AddIP() function