Home
last modified time | relevance | path

Searched refs:ipv6_allowed (Results 1 – 4 of 4) sorted by relevance

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/relay/
H A Ddns.c885 int ipv4_allowed, ipv6_allowed; variable
890 ipv6_allowed = !router_compare_to_my_exit_policy(&a6, port);
891 if (ipv4_allowed && !ipv6_allowed) {
893 } else if (ipv6_allowed && !ipv4_allowed) {
/dports/security/tor/tor-0.4.6.8/src/feature/relay/
H A Ddns.c885 int ipv4_allowed, ipv6_allowed; variable
890 ipv6_allowed = !router_compare_to_my_exit_policy(&a6, port);
891 if (ipv4_allowed && !ipv6_allowed) {
893 } else if (ipv6_allowed && !ipv4_allowed) {
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dnetwork.c209 int ipv6_allowed) in lws_socket_bind() argument
258 if (ipv6_allowed && LWS_IPV6_ENABLED(vhost)) { in lws_socket_bind()
H A Dprivate-lib-core-net.h954 int ipv6_allowed);