Home
last modified time | relevance | path

Searched refs:have_v4 (Results 1 – 25 of 43) sorted by relevance

12

/dports/dns/bind911/bind-9.11.37/lib/lwres/
H A Dgetipnode.c193 int have_v4 = 1, have_v6 = 1; in lwres_getipnodebyname() local
221 (have_v4 == 0 && v4 == 1) || in lwres_getipnodebyname()
223 (have_v4 == 0 && af == AF_INET) || in lwres_getipnodebyname()
290 if (have_v4 && in lwres_getipnodebyname()
541 *have_v4 = *have_v6 = 0; in scan_interfaces6()
618 if (*have_v4 == 0) { in scan_interfaces6()
630 *have_v4 = 1; in scan_interfaces6()
668 *have_v4 = *have_v6 = 1; in scan_interfaces()
702 *have_v4 = *have_v6 = 0; in scan_interfaces()
785 if (*have_v4 == 0) { in scan_interfaces()
[all …]
/dports/misc/libiio/libiio-0.21/
H A Ddns_sd_bonjour.c114 bool have_v4 = FALSE; in __cfnet_browser_cb() local
125 have_v4 = TRUE; in __cfnet_browser_cb()
135 if (!have_v4 && !have_v6) { in __cfnet_browser_cb()
146 if (have_v4) { in __cfnet_browser_cb()
154 if (have_v4 || have_v6) { in __cfnet_browser_cb()
/dports/dns/libbind/libbind-6.0/irs/
H A Dgethostent.c256 int have_v4 = 1, have_v6 = 1; in getipnodebyname() local
285 (have_v4 == 0 && v4 == 1) || in getipnodebyname()
287 (have_v4 == 0 && af == AF_INET) || in getipnodebyname()
325 if (have_v4 && in getipnodebyname()
564 if (*have_v4 == 0) { in scan_interfaces6()
576 *have_v4 = 1; in scan_interfaces6()
653 *have_v4 = *have_v6 = 0; in scan_interfaces()
660 scan_interfaces6(have_v4, have_v6); in scan_interfaces()
661 if (*have_v4 != 0 && *have_v6 != 0) in scan_interfaces()
745 if (*have_v4 == 0) { in scan_interfaces()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
144 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/src/tests/unit/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 ASIO_CHECK(have_v4 || have_v6); in test()
144 ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
144 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
146 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
168 if (have_v4) in test()
204 if (have_v4) in test()
225 if (have_v4) in test()
273 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/unit/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 ASIO_CHECK(have_v4 || have_v6); in test()
144 ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
146 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
168 if (have_v4) in test()
204 if (have_v4) in test()
225 if (have_v4) in test()
273 if (have_v4) in test()
/dports/databases/percona57-server/boost_1_59_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
146 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
168 if (have_v4) in test()
204 if (have_v4) in test()
225 if (have_v4) in test()
273 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/databases/xtrabackup/boost_1_59_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
146 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
168 if (have_v4) in test()
204 if (have_v4) in test()
225 if (have_v4) in test()
273 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/databases/percona57-client/boost_1_59_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
146 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
168 if (have_v4) in test()
204 if (have_v4) in test()
225 if (have_v4) in test()
273 if (have_v4) in test()
H A Dunicast.cpp79 bool have_v4 = !ec; in test() local
87 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
91 if (have_v4) in test()
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/tests/unit/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 ASIO_CHECK(have_v4 || have_v6); in test()
144 ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/tests/unit/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 ASIO_CHECK(have_v4 || have_v6); in test()
144 ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
/dports/devel/boost-libs/boost_1_72_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
144 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
/dports/net/asio/asio-1.16.0/src/tests/unit/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 ASIO_CHECK(have_v4 || have_v6); in test()
144 ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/tests/unit/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 ASIO_CHECK(have_v4 || have_v6); in test()
144 ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()
/dports/devel/hyperscan/boost_1_75_0/libs/asio/test/ip/
H A Dmulticast.cpp126 bool have_v4 = !ec; in test() local
134 BOOST_ASIO_CHECK(have_v4 || have_v6); in test()
144 BOOST_ASIO_CHECK(!have_v4 || !ec); in test()
164 if (have_v4) in test()
200 if (have_v4) in test()
221 if (have_v4) in test()
269 if (have_v4) in test()

12