Home
last modified time | relevance | path

Searched refs:hostAddress (Results 26 – 50 of 599) sorted by relevance

12345678910>>...24

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dnode_validator.go229 var hostAddress []*Host
231 if hostAddress, err = peerParser.readHosts(alias.TLSName); err != nil {
235 if len(hostAddress) > 0 {
238 for _, h := range hostAddress {
253 …s` seems to be a load balancer. It is going to be replace by `%v`", alias.String(), hostAddress[0])
255 for _, h := range hostAddress {
275 ndv.aliases = hostAddress
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DNetworkEntry.h49 inline const QHostAddress& hostAddress() const;
74 inline const QHostAddress& NetworkEntry::hostAddress() const { return m_address.hostAddress(); } in hostAddress() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/site_settings/android/javatests/src/org/chromium/components/browser_ui/site_settings/
H A DWebsiteAddressTest.java52 WebsiteAddress hostAddress = WebsiteAddress.create("a.google.com"); in testCreate() local
53 Assert.assertEquals("http://a.google.com", hostAddress.getOrigin()); in testCreate()
54 Assert.assertEquals("a.google.com", hostAddress.getHost()); in testCreate()
55 Assert.assertEquals("a.google.com", hostAddress.getTitle()); in testCreate()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Diosim.py72 def __init__(self, protocol, isServer, hostAddress=None, peerAddress=None): argument
93 if hostAddress is None:
94 hostAddress = FakeAddress()
95 self.hostAddress = hostAddress
167 return self.hostAddress
/dports/devel/grpc/grpc-1.42.0/src/objective-c/tests/MacTests/
H A DStressTests.m104 + (NSString *)hostAddress { class
139 system([[NSString stringWithFormat:@"sudo ifconfig lo0 alias %@", [[self class] hostAddress]]
144 system([[NSString stringWithFormat:@"sudo ifconfig lo0 -alias %@", [[self class] hostAddress]]
186 [[self class] hostAddress]]
192 [[self class] hostAddress]]
231 [[self class] hostAddress]]
236 [[self class] hostAddress]]
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/tests/MacTests/
H A DStressTests.m104 + (NSString *)hostAddress { class
139 system([[NSString stringWithFormat:@"sudo ifconfig lo0 alias %@", [[self class] hostAddress]]
144 system([[NSString stringWithFormat:@"sudo ifconfig lo0 -alias %@", [[self class] hostAddress]]
186 [[self class] hostAddress]]
192 [[self class] hostAddress]]
231 [[self class] hostAddress]]
236 [[self class] hostAddress]]
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/tests/MacTests/
H A DStressTests.m104 + (NSString *)hostAddress { class
139 system([[NSString stringWithFormat:@"sudo ifconfig lo0 alias %@", [[self class] hostAddress]]
144 system([[NSString stringWithFormat:@"sudo ifconfig lo0 -alias %@", [[self class] hostAddress]]
186 [[self class] hostAddress]]
192 [[self class] hostAddress]]
231 [[self class] hostAddress]]
236 [[self class] hostAddress]]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/objective-c/tests/MacTests/
H A DStressTests.m96 + (NSString *)hostAddress { class
131 system([[NSString stringWithFormat:@"sudo ifconfig lo0 alias %@", [[self class] hostAddress]]
136 system([[NSString stringWithFormat:@"sudo ifconfig lo0 -alias %@", [[self class] hostAddress]]
179 [[self class] hostAddress]]
185 [[self class] hostAddress]]
224 [[self class] hostAddress]]
229 [[self class] hostAddress]]
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Doutgoing-stream-tube-channel.cpp327 QHostAddress hostAddress = address; in offerTcpSocket() local
329 if (hostAddress == QHostAddress::Any) { in offerTcpSocket()
330 hostAddress = QHostAddress::AnyIPv4; in offerTcpSocket()
335 if (hostAddress.protocol() == QAbstractSocket::IPv4Protocol) { in offerTcpSocket()
356 setIpAddress(qMakePair<QHostAddress, quint16>(hostAddress, port)); in offerTcpSocket()
359 addr.address = hostAddress.toString(); in offerTcpSocket()
372 } else if (hostAddress.protocol() == QAbstractSocket::IPv6Protocol) { in offerTcpSocket()
392 setIpAddress(qMakePair<QHostAddress, quint16>(hostAddress, port)); in offerTcpSocket()
395 addr.address = hostAddress.toString(); in offerTcpSocket()
H A Dpending-stream-tube-connection.cpp47 QHostAddress hostAddress; member
227 mPriv->hostAddress = QHostAddress(addr.address); in onAcceptFinished()
232 mPriv->hostAddress = QHostAddress(addr.address); in onAcceptFinished()
256 mPriv->tube->setIpAddress(qMakePair<QHostAddress, quint16>(mPriv->hostAddress, in onTubeStateChanged()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/
H A DServiceAuthorizationManager.java126 String hostAddress = addr.getHostAddress(); in authorize() local
127 if (hosts.length != 2 || !hosts[0].includes(hostAddress) || in authorize()
128 hosts[1].includes(hostAddress)) { in authorize()
130 + " from host = " + hostAddress); in authorize()
131 throw new AuthorizationException("Host " + hostAddress + in authorize()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebProxy/src/System/Net/
H A DWebProxy.cs158 IPAddress hostAddress; in IsLocal()
159 if (IPAddress.TryParse(hostString, out hostAddress)) in IsLocal()
161 return IPAddress.IsLoopback(hostAddress) || IsAddressLocal(hostAddress); in IsLocal()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/controller/
H A DCommandClient.java59 public CommandClient(InetSocketAddress hostAddress, int requestTimeoutInMs) { in CommandClient() argument
62 this.hostName = hostAddress.getHostName(); in CommandClient()
63 this.hostPort = hostAddress.getPort(); in CommandClient()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java690 private String hostAddress; field in TCPEndpoint.FQDN
692 private FQDN(String hostAddress) { in FQDN() argument
693 this.hostAddress = hostAddress; in FQDN()
721 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
722 FQDN f = new FQDN(hostAddress); in attemptFQDN()
744 hostName = hostAddress; in attemptFQDN()
776 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java697 private String hostAddress; field in TCPEndpoint.FQDN
699 private FQDN(String hostAddress) { in FQDN() argument
700 this.hostAddress = hostAddress; in FQDN()
728 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
729 FQDN f = new FQDN(hostAddress); in attemptFQDN()
751 hostName = hostAddress; in attemptFQDN()
784 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java694 private String hostAddress; field in TCPEndpoint.FQDN
696 private FQDN(String hostAddress) { in FQDN() argument
697 this.hostAddress = hostAddress; in FQDN()
725 String hostAddress = localAddr.getHostAddress(); in attemptFQDN() local
726 FQDN f = new FQDN(hostAddress); in attemptFQDN()
748 hostName = hostAddress; in attemptFQDN()
780 name = InetAddress.getByName(hostAddress).getHostName(); in run()
/dports/databases/gigabase/gigabase/javacli/
H A DConnection.java20 public void open(String hostAddress, int hostPort) { in open() argument
21 open(hostAddress, hostPort, "guest", ""); in open()
31 public void open(String hostAddress, int hostPort, String userName, String userPassword) { in open() argument
32 address = hostAddress; in open()
38 if (hostAddress.equals("localhost")) { in open()
40 socket = new LocalSocket(hostAddress, hostPort); in open()
44 socket = new Socket(hostAddress, hostPort); in open()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Diosim.py72 def __init__(self, protocol, isServer, hostAddress=None, peerAddress=None): argument
93 if hostAddress is None:
94 hostAddress = FakeAddress()
95 self.hostAddress = hostAddress
171 return self.hostAddress

12345678910>>...24