Searched defs:SetPort (Results 1 – 2 of 2) sorted by relevance
122 void SocketAddress::SetPort(int port) { in SetPort() function in rtc::SocketAddress
291 void SetPort(uint16_t port) { address_.SetPort(port); } in SetPort() function