Home
last modified time | relevance | path

Searched refs:use_hostname (Results 1 – 22 of 22) sorted by relevance

/dports/net/portfwd/portfwd-0.29/src/
H A Dconf.y89 struct ip_addr use_hostname(char *hostname) in use_hostname() function
98 return new net_portion(use_hostname(hostname), prefix_len); in use_hostprefix()
104 use_hostname(hostname), in use_dstaddr()
221 struct ip_addr ip = use_hostname($3);
225 struct ip_addr ip = use_hostname($3);
229 struct ip_addr ip1 = use_hostname($3);
230 struct ip_addr ip2 = use_hostname($5);
234 struct ip_addr ip1 = use_hostname($3);
235 struct ip_addr ip2 = use_hostname($5);
H A Dyconf.c188 struct ip_addr use_hostname(char *hostname) in use_hostname() function
197 return new net_portion(use_hostname(hostname), prefix_len); in use_hostprefix()
203 use_hostname(hostname), in use_dstaddr()
1293 struct ip_addr ip = use_hostname(yyvsp[-3].str_type);
1301 struct ip_addr ip = use_hostname(yyvsp[-3].str_type);
1309 struct ip_addr ip1 = use_hostname(yyvsp[-5].str_type);
1310 struct ip_addr ip2 = use_hostname(yyvsp[-3].str_type);
1318 struct ip_addr ip1 = use_hostname(yyvsp[-5].str_type);
1319 struct ip_addr ip2 = use_hostname(yyvsp[-3].str_type);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dcmudt4.cpp527 int use_hostname = 0; in build_listen_attrs() local
531 &use_hostname, listen_info, svc->trace_out, (void *) cm); in build_listen_attrs()
539 if ((IP != 0) && !use_hostname) { in build_listen_attrs()
542 if ((getenv("CMUseHostname") != NULL) || use_hostname) { in build_listen_attrs()
573 int use_hostname = 0; in libcmudt4_LTX_non_blocking_listen() local
620 &port_range_high, &use_hostname, listen_info, in libcmudt4_LTX_non_blocking_listen()
748 if ((IP != 0) && (!use_hostname)) { in libcmudt4_LTX_non_blocking_listen()
752 if ((getenv("Cmudt4UseHostname") != NULL) || use_hostname) { in libcmudt4_LTX_non_blocking_listen()
H A Dip_config.c487 static int use_hostname = 0; in get_IP_config() local
514 use_hostname = 1; in get_IP_config()
611 *use_hostname_p = use_hostname; in get_IP_config()
617 …hostname_to_use, inet_ntop(AF_INET, &net_byte_order, &buf[0], 256), use_hostname, port_range_low, … in get_IP_config()
H A Dcmenet.c900 int use_hostname = 0; in build_listen_attrs() local
905 &use_hostname, listen_info, svc->trace_out, (void *)cm); in build_listen_attrs()
913 if ((IP != 0) && !use_hostname) { in build_listen_attrs()
918 use_hostname) { in build_listen_attrs()
H A Dcmsockets.c685 int use_hostname = 0; variable
710 &use_hostname, listen_info, svc->trace_out, (void *)cm);
834 if ((IP != 0) && (!use_hostname)) {
839 use_hostname) {
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DamuleAppCommon.cpp152 wxString CamuleAppCommon::CreateED2kLink(const CAbstractFile *f, bool add_source, bool use_hostname in CreateED2kLink() argument
154 wxASSERT(!(!add_source && (use_hostname || add_cryptoptions))); in CreateED2kLink()
173 if (use_hostname) { in CreateED2kLink()
H A Damule.h151 …wxString CreateED2kLink(const CAbstractFile* f, bool add_source = false, bool use_hostname = false…
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DamuleAppCommon.cpp152 wxString CamuleAppCommon::CreateED2kLink(const CAbstractFile *f, bool add_source, bool use_hostname in CreateED2kLink() argument
154 wxASSERT(!(!add_source && (use_hostname || add_cryptoptions))); in CreateED2kLink()
173 if (use_hostname) { in CreateED2kLink()
H A Damule.h155 …wxString CreateED2kLink(const CAbstractFile* f, bool add_source = false, bool use_hostname = false…
/dports/mail/dkfilter/dkfilter-0.11/scripts/
H A Ddkfilter.in64 DKMessage::use_hostname($hostname);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dns_server_params.hpp131 bool use_hostname; member
H A Dns_server_params.cpp171 use_hostname = GetBoolNoErr("use_hostname", default_use_hostname); in Read()
H A Dns_server.cpp265 m_UseHostname = params.use_hostname; in SetNSParameters()
H A Dnetscheduled.ini27 use_hostname=false key
/dports/mail/dkfilter/dkfilter-0.11/lib/
H A DDKMessage.pm35 sub use_hostname subroutine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dturn_port.h351 std::string ReconstructedServerUrl(bool use_hostname);
H A Dturn_port.cc1288 std::string TurnPort::ReconstructedServerUrl(bool use_hostname) { in ReconstructedServerUrl() argument
1312 << (use_hostname ? server_address_.address.hostname() in ReconstructedServerUrl()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dturn_port.h376 std::string ReconstructedServerUrl(bool use_hostname);
H A Dturn_port.cc1310 std::string TurnPort::ReconstructedServerUrl(bool use_hostname) { in ReconstructedServerUrl() argument
1334 << (use_hostname ? server_address_.address.hostname() in ReconstructedServerUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dturn_port.h361 std::string ReconstructedServerUrl(bool use_hostname);
H A Dturn_port.cc1293 std::string TurnPort::ReconstructedServerUrl(bool use_hostname) { in ReconstructedServerUrl() argument
1317 << (use_hostname ? server_address_.address.hostname() in ReconstructedServerUrl()