Home
last modified time | relevance | path

Searched defs:prefer_ipv6 (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdnet/td/net/
H A DGetHostByNameActor.cpp26 GoogleDnsResolver(std::string host, bool prefer_ipv6, Promise<IPAddress> promise) in GoogleDnsResolver()
91 NativeDnsResolver(std::string host, bool prefer_ipv6, Promise<IPAddress> promise) in NativeDnsResolver()
123 void GetHostByNameActor::run(string host, int port, bool prefer_ipv6, Promise<IPAddress> promise) { in run()
150 void GetHostByNameActor::run_query(std::string host, bool prefer_ipv6, Query &query) { in run_query()
173 void GetHostByNameActor::on_query_result(std::string host, bool prefer_ipv6, Result<IPAddress> resu… in on_query_result()
H A DWget.cpp28 … int32 timeout_in, int32 ttl, bool prefer_ipv6, SslStream::VerifyPeer verify_peer, string content, in Wget()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/benchmark/
H A Dwget.cpp25 auto prefer_ipv6 = (argc > 2 && td::string(argv[2]) == "-6"); in main() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DDcOptionsSet.cpp54 … bool use_static, bool prefer_ipv6, in find_all_connections()
135bool prefer_ipv6, bool only_http) { in find_connection()
H A DConnectionCreator.cpp299 bool prefer_ipv6 = G()->shared_config().get_option_boolean("prefer_ipv6"); in ping_proxy() local
346 bool prefer_ipv6 = G()->shared_config().get_option_boolean("prefer_ipv6"); in ping_proxy() local
703 bool prefer_ipv6 = in find_connection() local
1281 bool prefer_ipv6 = G()->shared_config().get_option_boolean("prefer_ipv6"); in loop() local
/dports/audio/baresip/baresip-0.5.8/src/
H A Dmain.c70 bool prefer_ipv6 = false, run_daemon = false, test = false; in main() local
H A Dbaresip.c82 int baresip_init(struct config *cfg, bool prefer_ipv6) in baresip_init()
H A Dua.c53 bool prefer_ipv6; /**< Force IPv6 transport */ member
1333 bool prefer_ipv6) in ua_init()
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/
H A Dsilcnet.c179 SilcBool prefer_ipv6; member
235 SilcBool prefer_ipv6, char *address, in silc_net_gethostbyname()
307 SilcBool prefer_ipv6, in silc_net_gethostbyname_async()
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Dentry_port_cfg_st.h34 unsigned int prefer_ipv6 : 1; member
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Dentry_port_cfg_st.h34 unsigned int prefer_ipv6 : 1; member
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DConfigManager.cpp211 … string host, std::vector<std::pair<string, string>> headers, bool prefer_ipv6, in get_simple_config_impl()
250 …const bool prefer_ipv6 = shared_config == nullptr ? false : shared_config->get_option_boolean("pre… in get_simple_config_azure() local
259 …const bool prefer_ipv6 = shared_config == nullptr ? false : shared_config->get_option_boolean("pre… in get_simple_config_dns() local
331 …const bool prefer_ipv6 = shared_config == nullptr ? false : shared_config->get_option_boolean("pre… in get_simple_config_firebase_remote_config() local
353 …const bool prefer_ipv6 = shared_config == nullptr ? false : shared_config->get_option_boolean("pre… in get_simple_config_firebase_realtime() local
369 …const bool prefer_ipv6 = shared_config == nullptr ? false : shared_config->get_option_boolean("pre… in get_simple_config_firebase_firestore() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A DIPAddress.cpp393 Status IPAddress::init_host_port(CSlice host, int port, bool prefer_ipv6) { in init_host_port()
401 Status IPAddress::init_host_port(CSlice host, CSlice port, bool prefer_ipv6) { in init_host_port()
/dports/mail/cone/cone-1.1/libs/rfc1035/
H A Drfc1035mxlist.c97 const char *prefer_ipv6=getenv("ESMTP_PREFER_IPV6_MX"); in add_arecords() local
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc1035/
H A Drfc1035mxlist.c97 const char *prefer_ipv6=getenv("ESMTP_PREFER_IPV6_MX"); in add_arecords() local
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/unix/
H A Dsilcunixnet.c500 SilcBool prefer_ipv6 = TRUE; in SILC_FSM_STATE() local
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/win32/
H A Dsilcwin32net.c505 SilcBool prefer_ipv6 = TRUE; in SILC_FSM_STATE() local
/dports/www/novnc-websockify/websockify-0.9.0/websockify/
H A Dwebsockifyserver.py441 def socket(host, port=None, connect=False, prefer_ipv6=False, argument
/dports/devel/py-websockify/websockify-0.10.0/websockify/
H A Dwebsockifyserver.py423 def socket(host, port=None, connect=False, prefer_ipv6=False, argument
/dports/devel/emscripten/emscripten-2.0.3/third_party/websockify/websockify/
H A Dwebsocket.py694 def socket(host, port=None, connect=False, prefer_ipv6=False, argument
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Djk_connect.c400 void *pool, int prefer_ipv6, jk_logger_t *l) in jk_resolve()
H A Djk_ajp_common.h309 int prefer_ipv6; member
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dmtproto.cpp62 bool allow_error) { in TEST()
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/config/
H A Dcloud_region.py555 def prefer_ipv6(self): member in CloudRegion
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra.c340 int32_t prefer_ipv6 = 0, conwait = 0, loop_cnt = 0, fck = 0, options = 0, killed = 0; variable

12