Searched refs:SetToAnyAddress (Results 1 – 5 of 5) sorted by relevance
107 bool SetToAnyAddress(sa_family_t family, uint16_t port);
113 : bind_addr.SetToAnyAddress(kDomain, host_port->port); in Connect()
269 bool SocketAddress::SetToAnyAddress(sa_family_t family, uint16_t port) { in SetToAnyAddress() function in SocketAddress
221 listen_address.SetToAnyAddress(address.GetFamily(), host_port->port); in Listen()
71 bind_address.SetToAnyAddress(bind_address.GetFamily(), port); in Listen()