Home
last modified time | relevance | path

Searched refs:HostAddress (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/
H A DHostAddress.h70 class HostAddress : public Serializable {
84 HostAddress();
100 virtual ~HostAddress();
168 HostAddress *copy();
194 inline HostAddress::HostAddress( char *inAddressString, int inPort ) in HostAddress() function
202 inline HostAddress::HostAddress() in HostAddress() function
211 inline HostAddress::~HostAddress() { in ~HostAddress()
219 inline HostAddress *HostAddress::getNumericalLocalAddress() { in getNumericalLocalAddress()
231 inline char HostAddress::equals( HostAddress *inAddress ) { in equals()
330 inline HostAddress *HostAddress::copy() { in copy()
[all …]
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/io/
H A DHostAddress_p.cpp211 HostAddress::HostAddress() in HostAddress() function in HostAddress
217 HostAddress::HostAddress(const uint32_t ip4Address) in HostAddress() function in HostAddress
225 HostAddress::HostAddress(const uint8_t* ip6Address) in HostAddress() function in HostAddress
233 HostAddress::HostAddress(const IPv6Address& ip6Address) in HostAddress() function in HostAddress
241 HostAddress::HostAddress(const std::string& address) in HostAddress() function in HostAddress
248 bool HostAddress::operator==(const HostAddress& other) const in operator ==()
269 bool HostAddress::operator<(const HostAddress& other) const in operator <()
290 void HostAddress::Clear() in Clear()
310 bool HostAddress::IsNull() const in IsNull()
352 HostAddress::NetworkProtocol HostAddress::GetProtocol() const in GetProtocol()
[all …]
/dports/audio/mumble/mumble-1.3.3/src/tests/TestServerAddress/
H A DTestServerAddress.cpp27 QVERIFY(sa.host == HostAddress()); in defaultCtor()
36 ServerAddress invalid2(HostAddress(), 0); in isValid()
39 ServerAddress invalid3(HostAddress(), 64738); in isValid()
50 ServerAddress sa(HostAddress(QHostAddress("127.0.0.1")), 443); in ctor()
51 QCOMPARE(sa.host, HostAddress(QHostAddress("127.0.0.1"))); in ctor()
56 ServerAddress a1(HostAddress(QHostAddress("127.0.0.1")), 443); in equals()
57 ServerAddress a2(HostAddress(QHostAddress("127.0.0.1")), 443); in equals()
59 ServerAddress c(HostAddress(QHostAddress("10.0.0.1")), 80); in equals()
71 testdata << ServerAddress(HostAddress(), 1); in lessThan()
72 testdata << ServerAddress(HostAddress(), 999); in lessThan()
[all …]
/dports/audio/murmur/mumble-1.3.3/src/tests/TestServerAddress/
H A DTestServerAddress.cpp27 QVERIFY(sa.host == HostAddress()); in defaultCtor()
36 ServerAddress invalid2(HostAddress(), 0); in isValid()
39 ServerAddress invalid3(HostAddress(), 64738); in isValid()
50 ServerAddress sa(HostAddress(QHostAddress("127.0.0.1")), 443); in ctor()
51 QCOMPARE(sa.host, HostAddress(QHostAddress("127.0.0.1"))); in ctor()
56 ServerAddress a1(HostAddress(QHostAddress("127.0.0.1")), 443); in equals()
57 ServerAddress a2(HostAddress(QHostAddress("127.0.0.1")), 443); in equals()
59 ServerAddress c(HostAddress(QHostAddress("10.0.0.1")), 80); in equals()
71 testdata << ServerAddress(HostAddress(), 1); in lessThan()
72 testdata << ServerAddress(HostAddress(), 999); in lessThan()
[all …]
/dports/audio/mumble/mumble-1.3.3/src/
H A DHostAddress.cpp16 HostAddress::HostAddress() { in HostAddress() function in HostAddress
20 HostAddress::HostAddress(const Q_IPV6ADDR &address) { in HostAddress() function in HostAddress
24 HostAddress::HostAddress(const std::string &address) { in HostAddress() function in HostAddress
32 HostAddress::HostAddress(const QByteArray &address) { in HostAddress() function in HostAddress
40 HostAddress::HostAddress(const QHostAddress &address) { in HostAddress() function in HostAddress
52 HostAddress::HostAddress(const sockaddr_storage &address) { in HostAddress() function in HostAddress
67 bool HostAddress::operator < (const HostAddress &other) const { in operator <()
71 bool HostAddress::operator == (const HostAddress &other) const { in operator ==()
75 bool HostAddress::match(const HostAddress &netmask, int bits) const { in match()
94 bool HostAddress::isV6() const { in isV6()
[all …]
H A DHostAddress.h15 struct HostAddress { struct
23 HostAddress(); argument
24 HostAddress(const Q_IPV6ADDR &);
25 HostAddress(const std::string &);
26 HostAddress(const QHostAddress &);
27 HostAddress(const QByteArray &);
28 HostAddress(const struct sockaddr_storage &);
33 bool operator < (const HostAddress &) const;
34 bool operator == (const HostAddress &) const;
46 Q_DECLARE_TYPEINFO(HostAddress, Q_MOVABLE_TYPE);
[all …]
/dports/audio/murmur/mumble-1.3.3/src/
H A DHostAddress.cpp16 HostAddress::HostAddress() { in HostAddress() function in HostAddress
20 HostAddress::HostAddress(const Q_IPV6ADDR &address) { in HostAddress() function in HostAddress
24 HostAddress::HostAddress(const std::string &address) { in HostAddress() function in HostAddress
32 HostAddress::HostAddress(const QByteArray &address) { in HostAddress() function in HostAddress
40 HostAddress::HostAddress(const QHostAddress &address) { in HostAddress() function in HostAddress
52 HostAddress::HostAddress(const sockaddr_storage &address) { in HostAddress() function in HostAddress
67 bool HostAddress::operator < (const HostAddress &other) const { in operator <()
71 bool HostAddress::operator == (const HostAddress &other) const { in operator ==()
75 bool HostAddress::match(const HostAddress &netmask, int bits) const { in match()
94 bool HostAddress::isV6() const { in isV6()
[all …]
H A DHostAddress.h15 struct HostAddress { struct
23 HostAddress(); argument
24 HostAddress(const Q_IPV6ADDR &);
25 HostAddress(const std::string &);
26 HostAddress(const QHostAddress &);
27 HostAddress(const QByteArray &);
28 HostAddress(const struct sockaddr_storage &);
33 bool operator < (const HostAddress &) const;
34 bool operator == (const HostAddress &) const;
46 Q_DECLARE_TYPEINFO(HostAddress, Q_MOVABLE_TYPE);
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/p2pParts/
H A DHostCatcher.cpp59 void HostCatcher::addHost( HostAddress * inHost ) { in addHost()
107 HostAddress * HostCatcher::getHostOrdered( ) { in getHostOrdered()
125 HostAddress *hostCopy = host->copy(); in getHostOrdered()
135 HostAddress * HostCatcher::getHost( ) { in getHost()
154 HostAddress *hostCopy = host->copy(); in getHost()
166 HostAddress *inSkipHost ) { in getHostList()
168 HostAddress *hostToSkip; in getHostList()
181 SimpleVector<HostAddress *> *collectedHosts = in getHostList()
182 new SimpleVector<HostAddress *>(); in getHostList()
196 HostAddress *firstHost = getHostOrdered(); in getHostList()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/v8/types/
H A DHostAddress.go16 type HostAddresses []HostAddress
19 type HostAddress struct { struct
25 func GetHostAddress(s string) (HostAddress, error) {
26 var h HostAddress
42 h = HostAddress{
79 var a HostAddress
107 func HostAddressFromNetIP(ip net.IP) HostAddress {
110 return HostAddress{
115 return HostAddress{
142 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/jcmturner/gokrb5/v8/types/
H A DHostAddress.go16 type HostAddresses []HostAddress
19 type HostAddress struct { struct
25 func GetHostAddress(s string) (HostAddress, error) {
26 var h HostAddress
42 h = HostAddress{
79 var a HostAddress
107 func HostAddressFromNetIP(ip net.IP) HostAddress {
110 return HostAddress{
115 return HostAddress{
142 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/types/
H A DHostAddress.go16 type HostAddresses []HostAddress
19 type HostAddress struct { struct
25 func GetHostAddress(s string) (HostAddress, error) {
26 var h HostAddress
42 h = HostAddress{
79 var a HostAddress
107 func HostAddressFromNetIP(ip net.IP) HostAddress {
110 return HostAddress{
115 return HostAddress{
142 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/v8/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/jcmturner/gokrb5/v8/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/jcmturner/gokrb5/v8/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/v8/types/
H A DHostAddress.go16 type HostAddresses []HostAddress
19 type HostAddress struct { struct
25 func GetHostAddress(s string) (HostAddress, error) {
26 var h HostAddress
42 h = HostAddress{
79 var a HostAddress
107 func HostAddressFromNetIP(ip net.IP) HostAddress {
110 return HostAddress{
115 return HostAddress{
142 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/types/
H A DHostAddress.go16 type HostAddresses []HostAddress
19 type HostAddress struct { struct
25 func GetHostAddress(s string) (HostAddress, error) {
26 var h HostAddress
42 h = HostAddress{
79 var a HostAddress
107 func HostAddressFromNetIP(ip net.IP) HostAddress {
110 return HostAddress{
115 return HostAddress{
142 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/v8/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/types/
H A DHostAddress.go40 type HostAddresses []HostAddress
43 type HostAddress struct { struct
49 func GetHostAddress(s string) (HostAddress, error) {
50 var h HostAddress
66 h = HostAddress{
103 var a HostAddress
131 func HostAddressFromNetIP(ip net.IP) HostAddress {
134 return HostAddress{
139 return HostAddress{
166 func HostAddressesContains(h []HostAddress, a HostAddress) bool { argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmbeddedPkg/Library/CoherentDmaLib/
H A DCoherentDmaLib.c49 IN VOID *HostAddress, in DmaMap() argument
55 if (HostAddress == NULL || in DmaMap()
61 *DeviceAddress = HostToDeviceAddress (HostAddress); in DmaMap()
108 OUT VOID **HostAddress in DmaAllocateBuffer() argument
140 OUT VOID **HostAddress in DmaAllocateAlignedBuffer() argument
147 if (HostAddress == NULL || in DmaAllocateAlignedBuffer()
156 *HostAddress = AllocateAlignedPages (Pages, Alignment); in DmaAllocateAlignedBuffer()
163 if (*HostAddress == NULL) { in DmaAllocateAlignedBuffer()
185 IN VOID *HostAddress in DmaFreeBuffer() argument
188 if (HostAddress == NULL) { in DmaFreeBuffer()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmbeddedPkg/Library/CoherentDmaLib/
H A DCoherentDmaLib.c49 IN VOID *HostAddress, in DmaMap() argument
55 if (HostAddress == NULL || in DmaMap()
61 *DeviceAddress = HostToDeviceAddress (HostAddress); in DmaMap()
108 OUT VOID **HostAddress in DmaAllocateBuffer() argument
140 OUT VOID **HostAddress in DmaAllocateAlignedBuffer() argument
147 if (HostAddress == NULL || in DmaAllocateAlignedBuffer()
156 *HostAddress = AllocateAlignedPages (Pages, Alignment); in DmaAllocateAlignedBuffer()
163 if (*HostAddress == NULL) { in DmaAllocateAlignedBuffer()
185 IN VOID *HostAddress in DmaFreeBuffer() argument
188 if (HostAddress == NULL) { in DmaFreeBuffer()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmbeddedPkg/Library/CoherentDmaLib/
H A DCoherentDmaLib.c49 IN VOID *HostAddress, in DmaMap() argument
55 if (HostAddress == NULL || in DmaMap()
61 *DeviceAddress = HostToDeviceAddress (HostAddress); in DmaMap()
108 OUT VOID **HostAddress in DmaAllocateBuffer() argument
140 OUT VOID **HostAddress in DmaAllocateAlignedBuffer() argument
147 if (HostAddress == NULL || in DmaAllocateAlignedBuffer()
156 *HostAddress = AllocateAlignedPages (Pages, Alignment); in DmaAllocateAlignedBuffer()
163 if (*HostAddress == NULL) { in DmaAllocateAlignedBuffer()
185 IN VOID *HostAddress in DmaFreeBuffer() argument
188 if (HostAddress == NULL) { in DmaFreeBuffer()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmbeddedPkg/Library/CoherentDmaLib/
H A DCoherentDmaLib.c49 IN VOID *HostAddress, in DmaMap() argument
55 if (HostAddress == NULL || in DmaMap()
61 *DeviceAddress = HostToDeviceAddress (HostAddress); in DmaMap()
108 OUT VOID **HostAddress in DmaAllocateBuffer() argument
140 OUT VOID **HostAddress in DmaAllocateAlignedBuffer() argument
147 if (HostAddress == NULL || in DmaAllocateAlignedBuffer()
156 *HostAddress = AllocateAlignedPages (Pages, Alignment); in DmaAllocateAlignedBuffer()
163 if (*HostAddress == NULL) { in DmaAllocateAlignedBuffer()
185 IN VOID *HostAddress in DmaFreeBuffer() argument
188 if (HostAddress == NULL) { in DmaFreeBuffer()
[all …]

12345678910>>...57