Home
last modified time | relevance | path

Searched refs:targetport (Results 1 – 25 of 95) sorted by relevance

1234

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Disolation_shard_rebalancer_progress.out40 targetport,
45 table_name|shardid|shard_size|sourcename|sourceport|source_shard_size|targetname|targetport|target_…
71 targetport,
76 table_name|shardid|shard_size|sourcename|sourceport|source_shard_size|targetname|targetport|target_…
93 table_name|shardid|shard_size|sourcename|sourceport|targetname|targetport
116 targetport,
121 table_name|shardid|shard_size|sourcename|sourceport|source_shard_size|targetname|targetport|target_…
138 targetport,
143 table_name|shardid|shard_size|sourcename|sourceport|source_shard_size|targetname|targetport|target_…
H A Dshard_rebalancer_unit.out23 …,"shardid":1,"sourcename":"hostname1","sourceport":5432,"targetname":"hostname2","targetport":5432}
38 …,"shardid":1,"sourcename":"hostname1","sourceport":5432,"targetname":"hostname2","targetport":5432}
39 …,"shardid":2,"sourcename":"hostname1","sourceport":5432,"targetname":"hostname2","targetport":5432}
520 {"updatetype":1,"shardid":4,"sourcename":"b","sourceport":5432,"targetname":"a","targetport":5432}
556 {"updatetype":1,"shardid":3,"sourcename":"b","sourceport":5432,"targetname":"a","targetport":5432}
557 {"updatetype":1,"shardid":1,"sourcename":"a","sourceport":5432,"targetname":"b","targetport":5432}
558 {"updatetype":1,"shardid":2,"sourcename":"a","sourceport":5432,"targetname":"b","targetport":5432}
573 {"updatetype":1,"shardid":3,"sourcename":"b","sourceport":5432,"targetname":"a","targetport":5432}
574 {"updatetype":1,"shardid":1,"sourcename":"a","sourceport":5432,"targetname":"b","targetport":5432}
741 {"updatetype":1,"shardid":5,"sourcename":"b","sourceport":5432,"targetname":"a","targetport":5432}
[all …]
/dports/security/nmap/nmap-7.91/scripts/
H A Dfirewall-bypass.nse69 attack = function(host, helperport, targetport)
77 ((targetport >> 8) & 0xff) ..
78 "," .. (targetport & 0xff) ..
223 local targetport = tonumber(stdnse.get_script_args(SCRIPT_NAME .. ".targetport"))
226 if targetport then
230 local status, _ = testsock:connect(host.ip, targetport)
241 targetport = port.number
242 stdnse.debug1("%s chosen as target port.", targetport)
252 helpers[helper].attack(host, helperport, targetport)
262 helper.attack(host, helperport, targetport)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvme/target/
H A Dfcloop.c358 if (!rport->targetport) { in fcloop_h2t_ls_req()
470 struct nvmet_fc_target_port *targetport = rport->targetport; in fcloop_t2h_xmt_ls_rsp() local
478 if (targetport) { in fcloop_t2h_xmt_ls_rsp()
479 tport = targetport->private; in fcloop_t2h_xmt_ls_rsp()
680 if (tfcp_req->tport->targetport) in fcloop_fcp_abort_recv_work()
722 if (!rport->targetport) in fcloop_fcp_req()
1330 rport->targetport = (nport->tport) ? nport->tport->targetport : NULL; in fcloop_create_remote_port()
1421 &targetport); in fcloop_create_target_port()
1428 tport = targetport->private; in fcloop_create_target_port()
1429 tport->targetport = targetport; in fcloop_create_target_port()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvme/target/
H A Dfcloop.c358 if (!rport->targetport) { in fcloop_h2t_ls_req()
470 struct nvmet_fc_target_port *targetport = rport->targetport; in fcloop_t2h_xmt_ls_rsp() local
478 if (targetport) { in fcloop_t2h_xmt_ls_rsp()
479 tport = targetport->private; in fcloop_t2h_xmt_ls_rsp()
680 if (tfcp_req->tport->targetport) in fcloop_fcp_abort_recv_work()
722 if (!rport->targetport) in fcloop_fcp_req()
1330 rport->targetport = (nport->tport) ? nport->tport->targetport : NULL; in fcloop_create_remote_port()
1421 &targetport); in fcloop_create_target_port()
1428 tport = targetport->private; in fcloop_create_target_port()
1429 tport->targetport = targetport; in fcloop_create_target_port()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvme/target/
H A Dfcloop.c358 if (!rport->targetport) { in fcloop_h2t_ls_req()
470 struct nvmet_fc_target_port *targetport = rport->targetport; in fcloop_t2h_xmt_ls_rsp() local
478 if (targetport) { in fcloop_t2h_xmt_ls_rsp()
479 tport = targetport->private; in fcloop_t2h_xmt_ls_rsp()
680 if (tfcp_req->tport->targetport) in fcloop_fcp_abort_recv_work()
722 if (!rport->targetport) in fcloop_fcp_req()
1330 rport->targetport = (nport->tport) ? nport->tport->targetport : NULL; in fcloop_create_remote_port()
1421 &targetport); in fcloop_create_target_port()
1428 tport = targetport->private; in fcloop_create_target_port()
1429 tport->targetport = targetport; in fcloop_create_target_port()
[all …]
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt210 `targetport` int(11) NOT NULL default '0',
221 PRIMARY KEY (`targetport`)
232 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
266 $trend = $targetport = $format = null;
267 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
277 if ($targetport != $exp_targetport) {
279 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
306 $trend = $targetport = $format = null;
307 if (!$stmt->bind_result($trend, $targetport, $format)) {
317 if ($targetport != $exp_targetport) {
[all …]
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt210 `targetport` int(11) NOT NULL default '0',
221 PRIMARY KEY (`targetport`)
232 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
266 $trend = $targetport = $format = null;
267 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
277 if ($targetport != $exp_targetport) {
279 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
306 $trend = $targetport = $format = null;
307 if (!$stmt->bind_result($trend, $targetport, $format)) {
317 if ($targetport != $exp_targetport) {
[all …]
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt211 `targetport` int(11) NOT NULL default '0',
222 PRIMARY KEY (`targetport`)
233 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
267 $trend = $targetport = $format = null;
268 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
278 if ($targetport != $exp_targetport) {
280 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
307 $trend = $targetport = $format = null;
308 if (!$stmt->bind_result($trend, $targetport, $format)) {
318 if ($targetport != $exp_targetport) {
[all …]
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt210 `targetport` int(11) NOT NULL default '0',
221 PRIMARY KEY (`targetport`)
232 …$sql = sprintf('INSERT INTO test(targetport, current_targets, maxreports, trend) VALUES (%d, %f, %…
266 $trend = $targetport = $format = null;
267 if (!mysqli_stmt_bind_result($stmt, $trend, $targetport, $format)) {
277 if ($targetport != $exp_targetport) {
279 … printf("%s/%s - %s/%s - '%s'\n", $trend, $exp_trend, $targetport, $exp_targetport, $format);
306 $trend = $targetport = $format = null;
307 if (!$stmt->bind_result($trend, $targetport, $format)) {
317 if ($targetport != $exp_targetport) {
[all …]
/dports/net/socat/socat-1.7.4.2/
H A Dxio-proxy.c97 const char *targetname, *targetport; in xioopen_proxy_connect() local
111 targetport = argv[3]; in xioopen_proxy_connect()
127 result = _xioopen_proxy_prepare(proxyvars, opts, targetname, targetport); in xioopen_proxy_connect()
140 proxyvars->targetaddr, proxyvars->targetport, proxyname, proxyport); in xioopen_proxy_connect()
227 proxyvars->targetaddr, proxyvars->targetport, in xioopen_proxy_connect()
235 const char *targetname, const char *targetport) { in _xioopen_proxy_prepare() argument
292 rc = xiogetaddrinfo(targetname, targetport, PF_UNSPEC, in _xioopen_proxy_prepare()
313 proxyvars->targetport = htons(parseport(targetport, IPPROTO_TCP)); in _xioopen_proxy_prepare()
335 proxyvars->targetaddr, proxyvars->targetport); in _xioopen_proxy_connect()
H A Dxio-proxy.h15 uint16_t targetport; member
27 const char *targetname, const char *targetport);
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Dnetutil.h200 unsigned targetport,
307 unsigned targetport, const Bit8u *data,
310 unsigned sourceport, unsigned targetport,
314 unsigned targetport, const Bit8u *data,
317 unsigned sourceport, unsigned targetport,
321 unsigned targetport, const Bit8u *data,
324 unsigned sourceport, unsigned targetport,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c348 if (!phba->targetport) in lpfc_nvmet_xmt_ls_rsp_cmp()
737 if (phba->targetport) in lpfc_nvmet_xmt_fcp_op_cmp()
1134 if (tport->phba->targetport) in lpfc_nvmet_targetport_delete()
1373 if (!phba->targetport || !phba->targetport->private) in lpfc_nvmet_host_release()
1650 if (phba->targetport) in lpfc_nvmet_create_targetport()
1685 phba->targetport = NULL; in lpfc_nvmet_create_targetport()
1699 phba->targetport, tgtp, in lpfc_nvmet_create_targetport()
1748 if (!phba->targetport) in lpfc_nvmet_update_targetport()
1788 if (phba->targetport) { in lpfc_sli4_nvmet_xri_aborted()
2105 if (phba->targetport) { in lpfc_nvmet_destroy_targetport()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c348 if (!phba->targetport) in lpfc_nvmet_xmt_ls_rsp_cmp()
737 if (phba->targetport) in lpfc_nvmet_xmt_fcp_op_cmp()
1134 if (tport->phba->targetport) in lpfc_nvmet_targetport_delete()
1373 if (!phba->targetport || !phba->targetport->private) in lpfc_nvmet_host_release()
1650 if (phba->targetport) in lpfc_nvmet_create_targetport()
1685 phba->targetport = NULL; in lpfc_nvmet_create_targetport()
1699 phba->targetport, tgtp, in lpfc_nvmet_create_targetport()
1748 if (!phba->targetport) in lpfc_nvmet_update_targetport()
1788 if (phba->targetport) { in lpfc_sli4_nvmet_xri_aborted()
2105 if (phba->targetport) { in lpfc_nvmet_destroy_targetport()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c348 if (!phba->targetport) in lpfc_nvmet_xmt_ls_rsp_cmp()
737 if (phba->targetport) in lpfc_nvmet_xmt_fcp_op_cmp()
1134 if (tport->phba->targetport) in lpfc_nvmet_targetport_delete()
1373 if (!phba->targetport || !phba->targetport->private) in lpfc_nvmet_host_release()
1650 if (phba->targetport) in lpfc_nvmet_create_targetport()
1685 phba->targetport = NULL; in lpfc_nvmet_create_targetport()
1699 phba->targetport, tgtp, in lpfc_nvmet_create_targetport()
1748 if (!phba->targetport) in lpfc_nvmet_update_targetport()
1788 if (phba->targetport) { in lpfc_sli4_nvmet_xri_aborted()
2105 if (phba->targetport) { in lpfc_nvmet_destroy_targetport()
[all …]
/dports/ftp/profxp/profxp/profxp/
H A Dtcp.pm108 my $targetport = $_[1];
131 $sock = $socks->connect(peer_addr =>$targethost, peer_port => $targetport);
145 $sock = $socks->connect(peer_addr =>$targethost, peer_port => $targetport);
156 PeerPort => $targetport,
166 PeerPort => $targetport,

1234