Home
last modified time | relevance | path

Searched refs:ipv6_disabled (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/monitorix/monitorix-3.10.1/lib/
H A DMonitorix.pm369 if(lc($config->{ipv6_disabled} || "") ne "y") {
428 if(lc($config->{ipv6_disabled} || "") ne "y") {
452 if(lc($config->{ipv6_disabled} || "") ne "y") {
H A Dport.pm154 if(lc($config->{ipv6_disabled} || "") eq "y") {
226 if(lc($config->{ipv6_disabled} || "") ne "y") {
256 if(lc($config->{ipv6_disabled} || "") ne "y") {
/dports/devel/tla/tla-1.3.5/src/libneon/src/
H A Dne_socket.c266 static int ipv6_disabled = 0; variable
276 ipv6_disabled = 1; in init_ipv6()
281 #define ipv6_disabled (0) macro
668 hints.ai_family = ipv6_disabled ? AF_INET : AF_UNSPEC; in ne_addr_resolve()
H A DChangeLog796 * ne_socket.c (init_ipv6, ipv6_disabled): New function and global.
799 ipv6_disabled is set.
/dports/www/sitecopy/sitecopy-0.16.6/lib/neon/
H A Dne_socket.c282 static int ipv6_disabled = 0; variable
292 ipv6_disabled = 1; in init_ipv6()
297 #define ipv6_disabled (0) macro
299 #define ipv6_disabled (1) macro
854 hints.ai_family = ipv6_disabled ? AF_INET : AF_UNSPEC; in ne_addr_resolve()
/dports/www/litmus/litmus-0.13/lib/neon/
H A Dne_socket.c284 static int ipv6_disabled = 0; variable
294 ipv6_disabled = 1; in init_ipv6()
299 #define ipv6_disabled (0) macro
301 #define ipv6_disabled (1) macro
931 hints.ai_family = ipv6_disabled ? AF_INET : AF_UNSPEC; in ne_addr_resolve()
H A DChangeLog1154 * ne_socket.c (init_ipv6, ipv6_disabled): New function and global.
1157 ipv6_disabled is set.
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_socket.c292 static int ipv6_disabled = 0; variable
302 ipv6_disabled = 1; in init_ipv6()
307 #define ipv6_disabled (0) macro
309 #define ipv6_disabled (1) macro
995 hints.ai_family = ipv6_disabled ? AF_INET : AF_UNSPEC; in ne_addr_resolve()
H A DChangeLog1154 * ne_socket.c (init_ipv6, ipv6_disabled): New function and global.
1157 ipv6_disabled is set.
/dports/www/neon/neon-0.32.1/src/
H A Dne_socket.c288 static int ipv6_disabled = 0; variable
298 ipv6_disabled = 1; in init_ipv6()
303 #define ipv6_disabled (0) macro
305 #define ipv6_disabled (1) macro
1029 hints.ai_family = ipv6_disabled ? AF_INET : AF_UNSPEC; in ne_addr_resolve()
H A DChangeLog1154 * ne_socket.c (init_ipv6, ipv6_disabled): New function and global.
1157 ipv6_disabled is set.
/dports/www/cadaver/cadaver-0.23.3/lib/neon/
H A DChangeLog1154 * ne_socket.c (init_ipv6, ipv6_disabled): New function and global.
1157 ipv6_disabled is set.
/dports/sysutils/monitorix/monitorix-3.10.1/
H A DChanges178 - Added the new option 'ipv6_disabled' (default: no) to disable IPv6 monitoring.
/dports/www/davix/davix-0.7.6/deps/libneon/
H A DChangeLog1846 * src/ne_socket.c (ipv6_disabled) [!AF_INET6]: Define as 1.