Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 – 25 of 992) sorted by relevance

12345678910>>...40

/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/mrtg-ipacc/
H A Dipacc47 $dest_port='';
75 $dest_port.="$ARGV[0] ";
86 chop $dest_port;
88 if($source_port.$dest_port ne '') { $prot='tcp';}
91 …$prot -S $source_ip $source_port -D $dest_ip $dest_port; $ipfwadm -A in -a -P $prot -S $dest_ip $d…
94 $exec_line="$ipfwadm -A $mode -a -P $prot -S $source_ip $source_port -D $dest_ip $dest_port";
97 $new_dp=($dest_port eq '')?'*':join(',',split(/ /,$dest_port));
98 $ports=($source_port.$dest_port eq '')?"\"n/a\"":"\"".$new_sp." -> ".$new_dp."\"";
102 …$stats_line=($source_port.$dest_port eq '')?"$ipfwadm -A -l -x -n| grep $prot |grep $source_ip |gr…
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/actions/
H A Dport_connection.c230 Port * dest_port = NULL; in _test_port_connection() local
241 dest_port = port; in _test_port_connection()
248 g_assert_nonnull (dest_port); in _test_port_connection()
259 &src_port1->id, &dest_port->id, NULL); in _test_port_connection()
275 &src_port2->id, &dest_port->id, NULL); in _test_port_connection()
283 &src_port1->id, &dest_port->id)); in _test_port_connection()
287 &src_port2->id, &dest_port->id)); in _test_port_connection()
289 dest_port->srcs[0] == src_port1); in _test_port_connection()
291 dest_port == src_port1->dests[0]); in _test_port_connection()
293 dest_port->srcs[1] == src_port2); in _test_port_connection()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dhw-ports.c44 int dest_port; member
106 int dest_port, in attach_hw_port_edge() argument
112 new_edge->dest_port = dest_port; in attach_hw_port_edge()
124 int dest_port) in detach_hw_port_edge() argument
130 && old_edge->dest_port == dest_port in detach_hw_port_edge()
183 edge->dest_port, in hw_port_event()
199 int dest_port, in hw_port_attach() argument
206 dest_port, in hw_port_attach()
215 int dest_port) in hw_port_detach() argument
221 dest_port); in hw_port_detach()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dhw-ports.c43 int dest_port; member
105 int dest_port, in attach_hw_port_edge() argument
111 new_edge->dest_port = dest_port; in attach_hw_port_edge()
123 int dest_port) in detach_hw_port_edge() argument
129 && old_edge->dest_port == dest_port in detach_hw_port_edge()
182 edge->dest_port, in hw_port_event()
198 int dest_port, in hw_port_attach() argument
205 dest_port, in hw_port_attach()
214 int dest_port) in hw_port_detach() argument
220 dest_port); in hw_port_detach()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dhw-ports.c45 int dest_port;
105 int dest_port,
111 new_edge->dest_port = dest_port;
123 int dest_port)
129 && old_edge->dest_port == dest_port
182 edge->dest_port,
198 int dest_port,
205 dest_port,
214 int dest_port)
220 dest_port);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dhw-ports.c45 int dest_port; member
105 int dest_port, in attach_hw_port_edge() argument
111 new_edge->dest_port = dest_port; in attach_hw_port_edge()
123 int dest_port) in detach_hw_port_edge() argument
129 && old_edge->dest_port == dest_port in detach_hw_port_edge()
182 edge->dest_port, in hw_port_event()
198 int dest_port, in hw_port_attach() argument
205 dest_port, in hw_port_attach()
214 int dest_port) in hw_port_detach() argument
220 dest_port); in hw_port_detach()
[all …]
/dports/security/p5-Net-SSLeay/Net-SSLeay-1.90/examples/
H A Dhttps-proxy-snif.pl5 Usage: ./https-proxy-snif.pl *listen_port* *dest_machine* *dest_port*
28 ($listen_port, $dest_host, $dest_port) = @ARGV;
73 $got =~ s/Host:\s+\S+\r?\n/Host: $dest_host:$dest_port\r\n/i;
76 . " chars) to $dest_host:$dest_port\n";
80 $dest_port = getservbyname ($dest_port, 'tcp')
81 unless $dest_port =~ /^\d+$/;
84 $dest_port, $dest_serv_ip);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dport_connections_tree.c69 Port * src_port = NULL, * dest_port = NULL; in on_enabled_toggled() local
74 COL_DEST_PORT, &dest_port, in on_enabled_toggled()
92 &src_port->id, &dest_port->id, enabled, &err); in on_enabled_toggled()
100 dest_port->id.label); in on_enabled_toggled()
135 Port * dest_port = in create_model() local
139 && IS_PORT_AND_NONNULL (dest_port), in create_model()
147 dest_port, dest_path); in create_model()
163 COL_DEST_PORT, dest_port, in create_model()
178 &self->src_port->id, &self->dest_port->id, in on_delete_activate()
186 self->dest_port->id.label); in on_delete_activate()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c11 u16 *src_port, *dest_port; member
72 if (ai->dest_port) in mtk_print_addr_info()
73 seq_printf(m, ":%d", *ai->dest_port); in mtk_print_addr_info()
108 ai.dest_port = &entry->ipv4.orig.dest_port; in mtk_ppe_debugfs_foe_show()
116 ai.dest_port = &entry->ipv6.dest_port; in mtk_ppe_debugfs_foe_show()
133 ai.dest_port = &entry->ipv4.new.dest_port; in mtk_ppe_debugfs_foe_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c11 u16 *src_port, *dest_port; member
72 if (ai->dest_port) in mtk_print_addr_info()
73 seq_printf(m, ":%d", *ai->dest_port); in mtk_print_addr_info()
108 ai.dest_port = &entry->ipv4.orig.dest_port; in mtk_ppe_debugfs_foe_show()
116 ai.dest_port = &entry->ipv6.dest_port; in mtk_ppe_debugfs_foe_show()
133 ai.dest_port = &entry->ipv4.new.dest_port; in mtk_ppe_debugfs_foe_show()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c11 u16 *src_port, *dest_port; member
72 if (ai->dest_port) in mtk_print_addr_info()
73 seq_printf(m, ":%d", *ai->dest_port); in mtk_print_addr_info()
108 ai.dest_port = &entry->ipv4.orig.dest_port; in mtk_ppe_debugfs_foe_show()
116 ai.dest_port = &entry->ipv6.dest_port; in mtk_ppe_debugfs_foe_show()
133 ai.dest_port = &entry->ipv4.new.dest_port; in mtk_ppe_debugfs_foe_show()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dmidi_mapping.h154 self,buf,dev_port,dest_port,fire_events) \
156 self, buf, dev_port, dest_port, \
160 self,buf,dest_port,fire_events) \
162 self, buf, NULL, dest_port, \
179 Port * dest_port,
250 Port * dest_port,
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/
H A D_proxy_chain_sync.py9 def connect(self, dest_host, dest_port, timeout=None): argument
17 dest_port=proxies[i + 1].proxy_port,
24 dest_port=dest_port,
H A D_proxy_chain_async.py9 async def connect(self, dest_host, dest_port, timeout=None): argument
17 dest_port=proxies[i + 1].proxy_port,
24 dest_port=dest_port,
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/sync/
H A D_chain.py9 def connect(self, dest_host, dest_port, timeout=None): argument
17 dest_port=proxies[i + 1].proxy_port,
24 dest_port=dest_port,
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/
H A D_proxy_chain.py9 async def connect(self, dest_host, dest_port, timeout=None): argument
17 dest_port=proxies[i + 1].proxy_port,
24 dest_port=dest_port,
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/sync/v2/
H A D_chain.py12 dest_port, argument
23 dest_port=proxies[i + 1].proxy_port,
30 dest_port=dest_port,
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/anyio/
H A D_chain.py12 dest_port, argument
23 dest_port=proxies[i + 1].proxy_port,
30 dest_port=dest_port,
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/asyncio/v2/
H A D_chain.py9 async def connect(self, dest_host, dest_port, argument
18 dest_port=proxies[i + 1].proxy_port,
25 dest_port=dest_port,
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/trio/v2/
H A D_chain.py9 async def connect(self, dest_host, dest_port, argument
18 dest_port=proxies[i + 1].proxy_port,
25 dest_port=dest_port,
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/async_/asyncio/ext/
H A D_chain.py9 async def connect(self, dest_host, dest_port, argument
23 dest_port=proxies[i + 1].proxy_port,
29 dest_port=dest_port,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os10/roles/os10_network_validation/tests/group_vars/
H A Dall5 dest_port: ethernet1/1/1
9 dest_port: ethernet1/1/1
13 dest_port: ethernet1/1/2
17 dest_port: ethernet1/1/2
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dmidi_mapping.c64 Port * dest_port, in midi_mappings_bind_at() argument
69 self && buf && dest_port); in midi_mappings_bind_at()
92 mapping->dest_id = dest_port->id; in midi_mappings_bind_at()
93 mapping->dest = dest_port; in midi_mappings_bind_at()
101 if (!(dest_port->id.flags & in midi_mappings_bind_at()
106 str, dest_port->id.label); in midi_mappings_bind_at()
370 Port * dest_port, in midi_mappings_get_for_port() argument
373 g_return_val_if_fail (self && dest_port, NULL); in midi_mappings_get_for_port()
381 if (mapping->dest == dest_port) in midi_mappings_get_for_port()
/dports/net/p5-Net-Pcap/Net-Pcap-0.18/eg/
H A Dpcapdump100 my ($proto, $payload, $src_ip, $src_port, $dest_ip, $dest_port, $flags);
126 $dest_port = $tcpframe->{dest_port};
134 $dest_port = $udpframe->{dest_port};
139 $proto, $src_ip, $src_port, $dest_ip, $dest_port, $flags;
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ranch/src/
H A Dranch_proxy_header.erl179 dest_port := 65535
189 dest_port := 65535
215 dest_port := 443
230 dest_port := 443
243 dest_port := 443
384 dest_port := 443
403 dest_port := 443
422 dest_port := 443
441 dest_port := 443
752 dest_port => 23456
[all …]

12345678910>>...40