Home
last modified time | relevance | path

Searched refs:hasipv4 (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/tests/TestServerResolver/
H A DTestServerResolver.cpp69 bool hasipv4 = false; in simpleSrv() local
77 hasipv4 = true; in simpleSrv()
85 QVERIFY(hasipv4 || hasipv6); in simpleSrv()
121 bool hasipv4 = false; in srvCustomPort() local
129 hasipv4 = true; in srvCustomPort()
137 QVERIFY(hasipv4 || hasipv6); in srvCustomPort()
164 bool hasipv4 = false; in simpleCNAME() local
172 hasipv4 = true; in simpleCNAME()
180 QVERIFY(hasipv4 || hasipv6); in simpleCNAME()
/dports/audio/murmur/mumble-1.3.3/src/tests/TestServerResolver/
H A DTestServerResolver.cpp69 bool hasipv4 = false; in simpleSrv() local
77 hasipv4 = true; in simpleSrv()
85 QVERIFY(hasipv4 || hasipv6); in simpleSrv()
121 bool hasipv4 = false; in srvCustomPort() local
129 hasipv4 = true; in srvCustomPort()
137 QVERIFY(hasipv4 || hasipv6); in srvCustomPort()
164 bool hasipv4 = false; in simpleCNAME() local
172 hasipv4 = true; in simpleCNAME()
180 QVERIFY(hasipv4 || hasipv6); in simpleCNAME()
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DMeta.cpp207 bool hasipv4 = false; in read() local
226 hasipv4 = true; in read()
243 hasipv4 = true; in read()
248 if (SslServer::hasDualStackSupport() && hasipv4) { in read()
250 hasipv4 = false; // No need to add a separate ipv4 socket in read()
256 if (hasipv4) { in read()
267 if (SslServer::hasDualStackSupport() && hasipv4) { in read()
268 hasipv4 = false; // No need to add a separate ipv4 socket in read()
272 if (hasipv4) { in read()
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DMeta.cpp207 bool hasipv4 = false; in read() local
226 hasipv4 = true; in read()
243 hasipv4 = true; in read()
248 if (SslServer::hasDualStackSupport() && hasipv4) { in read()
250 hasipv4 = false; // No need to add a separate ipv4 socket in read()
256 if (hasipv4) { in read()
267 if (SslServer::hasDualStackSupport() && hasipv4) { in read()
268 hasipv4 = false; // No need to add a separate ipv4 socket in read()
272 if (hasipv4) { in read()
/dports/net/dante/dante-1.4.3/sockd/
H A Dserverconfig.c1841 sockscf.external.protocol.hasipv4 = 1;
1876 return sockscf.external.protocol.hasipv4;
1892 sockscf.internal.protocol.hasipv4 = 1;
1916 sockscf.internal.protocol.hasipv4,
1922 return sockscf.internal.protocol.hasipv4;
1961 return sockscf.external.protocol.hasipv4;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1813 unsigned char hasipv4; member
2977 external_set_safamily(unsigned char *hasipv4, unsigned char *hasipv6,