Home
last modified time | relevance | path

Searched refs:t_port (Results 1 – 25 of 101) sorted by relevance

12345

/dports/net-mgmt/pandorafms_agent/pandorafms_agent_unix-6.0SP2/
H A Dtentacle_client84 my $t_port = 41121;
150 print ("\t-p port\t\tServer port (default $t_port).\n");
242 $t_port = $opts{'p'};
243 if ($t_port !~ /^\d+$/ || $t_port < 1 || $t_port > 65535) {
244 error ("Port $t_port is not valid.");
315 PeerPort => $t_port,
323 PeerPort => $t_port,
329 error ("Cannot connect to $t_address on port $t_port: $!.");
336 print_log ("Connected to $t_address port $t_port");
372 send_data ("CONNECT " . $t_address . ":" . $t_port . " HTTP/1.0\r\n");
[all …]
H A Dtentacle_server127 my $t_port = 41121;
208 print ("\t-p port\t\tPort to listen on (default $t_port).\n");
381 $t_port = $opts{'p'};
382 if ($t_port !~ /^\d+$/ || $t_port < 1 || $t_port > 65535) {
383 error ("Port $t_port is not valid.");
466 error ("Proxy port $t_port is not valid.");
538 LocalPort => $t_port,
544 print_log ("Cannot open socket for address $t_address on port $t_port: $!.");
548 print_log ("Server listening on $t_address port $t_port (press <ctr-c> to stop)");
559 error ("Cannot open socket for all addresses on port $t_port: $!.");
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/bin/
H A Dtentacle_server127 my $t_port = 41121;
208 print ("\t-p port\t\tPort to listen on (default $t_port).\n");
381 $t_port = $opts{'p'};
382 if ($t_port !~ /^\d+$/ || $t_port < 1 || $t_port > 65535) {
383 error ("Port $t_port is not valid.");
466 error ("Proxy port $t_port is not valid.");
538 LocalPort => $t_port,
544 print_log ("Cannot open socket for address $t_address on port $t_port: $!.");
548 print_log ("Server listening on $t_address port $t_port (press <ctr-c> to stop)");
559 error ("Cannot open socket for all addresses on port $t_port: $!.");
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/
H A Duri.hpp328 unsigned int t_port = static_cast<unsigned int>(atoi(port.c_str())); in get_port_from_string() local
330 if (t_port > 65535) { in get_port_from_string()
334 if (t_port == 0) { in get_port_from_string()
338 return static_cast<uint16_t>(t_port); in get_port_from_string()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/
H A Duri.hpp329 unsigned int t_port = static_cast<unsigned int>(atoi(port.c_str())); in get_port_from_string() local
331 if (t_port > 65535) { in get_port_from_string()
335 if (t_port == 0) { in get_port_from_string()
339 return static_cast<uint16_t>(t_port); in get_port_from_string()
/dports/security/ipfw2dshield/ipfw2dshield-0.5/
H A Dipfw2dshield157 t_port="`echo $ports | cut -f2 -d.`"
165 t_port="`echo $target | cut -f2 -d:`"
179 check_addr target $proto $t_addr $t_port
185 ip="$s_addr\t$s_port\t$t_addr\t$t_port\t$proto"
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/
H A Duri.hpp330 unsigned int t_port = static_cast<unsigned int>(atoi(port.c_str())); in get_port_from_string() local
332 if (t_port > 65535) { in get_port_from_string()
336 if (t_port == 0) { in get_port_from_string()
340 return static_cast<uint16_t>(t_port); in get_port_from_string()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/
H A Duri.hpp330 unsigned int t_port = static_cast<unsigned int>(atoi(port.c_str())); in get_port_from_string() local
332 if (t_port > 65535) { in get_port_from_string()
336 if (t_port == 0) { in get_port_from_string()
340 return static_cast<uint16_t>(t_port); in get_port_from_string()
/dports/databases/mantis/mantisbt-2.25.2/
H A Dconfig_defaults_inc.php193 $t_port = ':' . $_SERVER['SERVER_PORT'];
194 if( ( ':80' == $t_port && 'http' == $t_protocol )
195 || ( ':443' == $t_port && 'https' == $t_protocol )) {
196 $t_port = '';
199 $t_port = '';
208 $t_host = $_SERVER['SERVER_NAME'] . $t_port;
210 $t_host = $_SERVER['SERVER_ADDR'] . $t_port;
4906 unset( $t_protocol, $t_host, $t_hosts, $t_port, $t_self, $t_path );
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/
H A Dvcc_backend.c62 const struct token *t_port) in Emit_Sockaddr() argument
69 if (t_port != NULL) in Emit_Sockaddr()
70 bprintf(buf, "%s %s", t_host->dec, t_port->dec); in Emit_Sockaddr()
338 const struct token *t_port = NULL; in vcc_ParseHostDef() local
415 t_port = tl->t; in vcc_ParseHostDef()
538 Emit_Sockaddr(tl, vsb1, t_host, t_port); in vcc_ParseHostDef()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmidi.cpp1766 const int t_port = track->outPort(); in processMidi() local
1769 if(t_port >= 0 && t_port < MusECore::MIDI_PORTS) in processMidi()
1770 mp = &MusEGlobal::midiPorts[t_port]; in processMidi()
1871 event.setPort(t_port); in processMidi()
1951 event.setPort(t_port); in processMidi()
2077 event.setPort(t_port); in processMidi()
2086 … MidiInstrument* minstr = MusEGlobal::midiPorts[t_port].instrument(); in processMidi()
2129 MusEGlobal::midiPorts[t_port].setHwCtrlState(event); in processMidi()
2272 drumRecEvent.setPort(t_port); //rec-event to current port in processMidi()
2283 drumRecEvent.setPort(t_port); //rec-event to current port in processMidi()
[all …]
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/test/t/
H A Dt_port.c14 int t_port(sp_test *tst, sp_data *sp, const char *hash) in t_port() function
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/test/
H A Dconfig.def.mk74 t_port \
H A Dall_tests.h36 TEST(t_port, "port", "a13637765f6fa947c28d8afdc4dd058b")
/dports/irc/dircproxy/dircproxy-dc563b3/src/
H A Dirc_server.c1229 int l_port, r_port, t_port; in _ircserver_gotmsg() local
1299 t_port = 0; in _ircserver_gotmsg()
1301 t_port = dns_portfromserv(p->conn_class->dcc_tunnel_incoming); in _ircserver_gotmsg()
1305 if (!t_port) { in _ircserver_gotmsg()
1310 r_port = ntohs(t_port); in _ircserver_gotmsg()
H A Dirc_client.c2011 int l_port, r_port, t_port; local
2027 t_port = 0;
2029 t_port = dns_portfromserv(p->conn_class->dcc_tunnel_outgoing);
2033 if (!t_port) {
2038 r_port = ntohs(t_port);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/
H A Derl_types_SUITE.erl77 Port = ?M:t_port(),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/
H A Derl_types_SUITE.erl77 Port = ?M:t_port(),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/
H A Derl_types_SUITE.erl77 Port = ?M:t_port(),
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/
H A Dtarget_core_configfs.c1909 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
2028 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2029 if (!t_port) { in target_pr_res_aptpl_metadata_store()
2033 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2063 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2077 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2084 kfree(t_port); in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_pr.c829 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
838 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
877 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() local
938 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
953 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/
H A Dtarget_core_configfs.c1909 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
2028 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2029 if (!t_port) { in target_pr_res_aptpl_metadata_store()
2033 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2063 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2077 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2084 kfree(t_port); in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_pr.c829 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
838 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
877 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() local
938 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
953 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/
H A Dtarget_core_configfs.c1909 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
2028 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2029 if (!t_port) { in target_pr_res_aptpl_metadata_store()
2033 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2063 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2077 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2084 kfree(t_port); in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_pr.c829 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
838 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
877 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() local
938 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
953 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()

12345