Searched defs:AddIP (Results 1 – 2 of 2) sorted by relevance
167 func (w AWriter) AddIP(v4 [4]byte) { func177 func (w AAAAWriter) AddIP(v6 [16]byte) { func
463 void AddIP(const InterfaceAddress& ip) { ips_.push_back(ip); } in AddIP() function464 void AddIP(const IPAddress& ip) { ips_.push_back(rtc::InterfaceAddress(ip)); } in AddIP() function