Home
last modified time | relevance | path

Searched refs:init_ipv6_port (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A DIPAddress.cpp310 Status IPAddress::init_ipv6_port(CSlice ipv6, int port) { in init_ipv6_port() function in td::IPAddress
334 return init_ipv6_port(string("::FFFF:").append(ipv4.begin(), ipv4.size()), port); in init_ipv6_as_ipv4_port()
386 auto status = result.init_ipv6_port(host, 1); in get_ipv6_address()
395 return init_ipv6_port(host, port == 0 ? 1 : port); in init_host_port()
416 return init_ipv6_port(host, port_int == 0 ? 1 : port_int); in init_host_port()
H A DIPAddress.h59 Status init_ipv6_port(CSlice ipv6, int port) TD_WARN_UNUSED_RESULT;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DHttpUrl.cpp97 if (ip_address.init_ipv6_port(host.str(), 1).is_error()) { in parse_url()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DDcOptions.h182 ip_address_.init_ipv6_port(ip, port).ignore(); in init_ip_address()
H A DConnectionCreator.cpp1215 ip_address.init_ipv6_port(ip, port).ensure(); in get_default_dc_options()