Home
last modified time | relevance | path

Searched refs:orig_port (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/test/http/
H A Dmessage_test.cpp49 std::uint16_t orig_port = http::port(request), copy_port = http::port(copy); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
53 BOOST_CHECK_EQUAL(orig_port, copy_port); in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 std::uint16_t orig_port = http::port(request), copy_port = http::port(copy); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
69 BOOST_CHECK_EQUAL(orig_port, copy_port); in BOOST_AUTO_TEST_CASE_TEMPLATE()
81 std::uint16_t orig_port = http::port(request), in BOOST_AUTO_TEST_CASE_TEMPLATE() local
84 BOOST_CHECK_EQUAL(orig_port, 80u); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/databases/galera26/galera-release_26.4.10/wsrep/src/examples/node/
H A Dsocket.c195 uint16_t const orig_port) in socket_from_addrinfo() argument
224 orig_host ? orig_host : "", orig_port > 0 ? ":" : "", in socket_from_addrinfo()
225 orig_port > 0 ? orig_port : 0, /* won't be printed if 0 */ in socket_from_addrinfo()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsocket.c195 uint16_t const orig_port) in socket_from_addrinfo() argument
224 orig_host ? orig_host : "", orig_port > 0 ? ":" : "", in socket_from_addrinfo()
225 orig_port > 0 ? orig_port : 0, /* won't be printed if 0 */ in socket_from_addrinfo()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsocket.c195 uint16_t const orig_port)
224 orig_host ? orig_host : "", orig_port > 0 ? ":" : "",
225 orig_port > 0 ? orig_port : 0, /* won't be printed if 0 */
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsocket.c195 uint16_t const orig_port) in socket_from_addrinfo() argument
224 orig_host ? orig_host : "", orig_port > 0 ? ":" : "", in socket_from_addrinfo()
225 orig_port > 0 ? orig_port : 0, /* won't be printed if 0 */ in socket_from_addrinfo()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dsocket.c195 uint16_t const orig_port) in socket_from_addrinfo() argument
224 orig_host ? orig_host : "", orig_port > 0 ? ":" : "", in socket_from_addrinfo()
225 orig_port > 0 ? orig_port : 0, /* won't be printed if 0 */ in socket_from_addrinfo()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-tipc.c112 nd_uint32_t orig_port; member
168 u_int orig_port; in print_payload() local
180 orig_port = GET_BE_U_4(ap->orig_port); in print_payload()
186 orig_port, dest_port, in print_payload()
196 orig_port, in print_payload()
/dports/security/py-asyncssh/asyncssh-2.8.1/examples/
H A Dstream_listening_client.py32 def connection_requested(orig_host, orig_port): argument
33 print('Connection received from %s, port %s' % (orig_host, orig_port))
H A Dlistening_client.py32 def connection_requested(orig_host, orig_port): argument
33 print('Connection received from %s, port %s' % (orig_host, orig_port))
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dgdbreplay.cc211 char orig_host[GDB_NI_MAX_ADDR], orig_port[GDB_NI_MAX_PORT]; in remote_open() local
235 orig_port, sizeof (orig_port), in remote_open()
239 orig_host, orig_port); in remote_open()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c473 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c471 unsigned short orig_port = cluster->port; in get_sock_dir() local
505 if (orig_port != DEF_PGUPORT && old_cluster.port != orig_port) in get_sock_dir()
507 orig_port, cluster->port); in get_sock_dir()

12345