Searched refs:Host (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dhosts.h44 // Host identities
46 class Host { class in namespace:Security::IPPlusPlus
48 Host(const char *form);
49 Host() { } function in class:Security::IPPlusPlus::Host
52 bool operator == (const Host &other) const;
53 bool operator != (const Host &other) const { return !(*this == other); }
54 bool operator < (const Host &other) const; // for STL sorting
57 bool operator <= (const Host &other) const;
58 bool operator >= (const Host &other) const { return other <= *this; }
H A Dhosts.cpp37 class NamedHost : public Host::Spec {
53 class IPv4NumberHost : public Host::Spec {
69 // Host basics
71 Host::Host(const char *form) function in class:Security::IPPlusPlus::Host
85 bool Host::operator == (const Host &other) const
91 bool Host::operator < (const Host &other) const
101 bool Host
[all...]
H A Dsocks++4.h60 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
H A Dip++.h58 class Host;
175 void connect(const Host &host, IPPort port); // any address of this host
233 void open(const Host &host, IPPort port, int fdFlags = 0);
239 TCPClientSocket(const Host &host, IPPort port, int fdFlags = 0)
H A Dsocks++.h111 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port) = 0;
135 void connect(SocksClientSocket &me, const Host &host, IPPort port)
161 SocksClientSocket(const Host &host, IPPort port) { open(host, port); }
165 void open(const Host &host, IPPort port);
H A Dsocks++5.h47 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
H A Dsocks++.cpp92 void SocksClientSocket::open(const Host &host, IPPort port)
H A Dsocks++4.cpp53 void Server::connect(SocksClientSocket &me, const Host &host, IPPort port)
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dhosts.h44 // Host identities
46 class Host { class in namespace:Security::IPPlusPlus
48 Host(const char *form);
49 Host() { } function in class:Security::IPPlusPlus::Host
52 bool operator == (const Host &other) const;
53 bool operator != (const Host &other) const { return !(*this == other); }
54 bool operator < (const Host &other) const; // for STL sorting
57 bool operator <= (const Host &other) const;
58 bool operator >= (const Host &other) const { return other <= *this; }
H A Dhosts.cpp37 class NamedHost : public Host::Spec {
53 class IPv4NumberHost : public Host::Spec {
69 // Host basics
71 Host::Host(const char *form) function in class:Security::IPPlusPlus::Host
85 bool Host::operator == (const Host &other) const
91 bool Host::operator < (const Host &other) const
101 bool Host
[all...]
H A Dsocks++4.h60 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
H A Dip++.h58 class Host;
175 void connect(const Host &host, IPPort port); // any address of this host
233 void open(const Host &host, IPPort port, int fdFlags = 0);
239 TCPClientSocket(const Host &host, IPPort port, int fdFlags = 0)
H A Dsocks++.h111 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port) = 0;
135 void connect(SocksClientSocket &me, const Host &host, IPPort port)
161 SocksClientSocket(const Host &host, IPPort port) { open(host, port); }
165 void open(const Host &host, IPPort port);
H A Dsocks++5.h47 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
H A Dsocks++.cpp92 void SocksClientSocket::open(const Host &host, IPPort port)
H A Dsocks++4.cpp53 void Server::connect(SocksClientSocket &me, const Host &host, IPPort port)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedImageBacking.h50 class Host { class in class:WebCore::CoordinatedImageBacking
61 void addHost(Host*);
62 void removeHost(Host*);
81 Vector<Host*> m_hosts;
H A DCoordinatedImageBacking.cpp83 void CoordinatedImageBacking::addHost(Host* host)
89 void CoordinatedImageBacking::removeHost(Host* host)
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httprequest.rb81 Host: test.ruby-lang.org:8080
139 Host: test.ruby-lang.org
150 Host: 192.168.1.1
161 Host: [fe80::208:dff:feef:98c7]
173 Host: 192.168.1.1:8080
184 Host: [fe80::208:dff:feef:98c7]:8080
199 Host: test.ruby-lang.org:8080
216 Host: test.ruby-lang.org:8080
236 Host: test.ruby-lang.org:8080
256 Host
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCMakeLists.txt72 Host.cpp
89 Unix/Host.inc
102 Windows/Host.inc
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Denvpass.sh10 Host test-sendenv-confparse-bug
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DHost.inc1 //===- llvm/Support/Unix/Host.inc -------------------------------*- C++ -*-===//
10 // This file implements the UNIX Host support.
/macosx-10.9.5/ntp-88/scripts/monitoring/
H A Dntptrap102 if ( ! defined($Host{$_}) )
107 &ntp'send(S,31,0,"",pack("Sna4x8",&AF_INET,$ntp_port,$Host{$_})); #';
152 next if defined($Host{$name});
153 $Host{$name} = $addr;
154 $Host{$_} = $addr;
175 grep(&debug(" - ".$_),keys(%Host));
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwsh.vim2 " Language: Windows Scripting Host
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DHINFO.pm94 Class for DNS Host Information (HINFO) resource records.

Completed in 129 milliseconds

123