Home
last modified time | relevance | path

Searched defs:bind_addresses (Results 1 – 15 of 15) sorted by relevance

/dports/security/py-vpn-slice/vpn-slice-0.15/vpn_slice/
H A Ddnspython.py9 def configure(self, dns_servers, *, bind_addresses=None, search_domains=()): argument
H A Dprovider.py103 def configure(self, dns_servers, *, bind_addresses=None, search_domains=()): argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/routing/src/
H A Drouting_plugin.cc131 std::vector<TCPAddress> bind_addresses; in init() local
/dports/net-mgmt/2ping/2ping-4.5.1/tests/
H A Dtest_cli.py12 bind_addresses = ["127.0.0.1"] variable in TestCLI
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/io/
H A Dxpl_listener_tcp.cc55 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/io/
H A Dxpl_listener_tcp.cc55 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/io/
H A Dxpl_listener_tcp.cc55 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/io/
H A Dxpl_listener_tcp.cc55 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/io/
H A Dxpl_listener_tcp.cc55 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/io/
H A Dxpl_listener_tcp.cc55 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/io/
H A Dxpl_listener_tcp.cc61 std::vector<std::string> bind_addresses; in resolve_bind_address() local
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/netstatus/swt/
H A DNetStatusPluginTester.java479 InetAddress[] bind_addresses = admin.getAllBindAddresses( false ); in run() local
/dports/net/nanomsg/nanomsg-1.1.5/tools/
H A Dnanocat.c61 struct nn_string_list bind_addresses; member
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dsocket_connection.cc830 const std::list<Bind_address_info> &bind_addresses, uint tcp_port, in Mysqld_socket_listener()
/dports/net/py-sshtunnel/sshtunnel-0.1.5/
H A Dsshtunnel.py1150 def _get_binds(bind_address, bind_addresses, is_remote=False): argument