Home
last modified time | relevance | path

Searched refs:IP_BINDANY (Results 1 – 25 of 2154) sorted by relevance

12345678910>>...87

/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dsock_inet.c185 #if defined(IP_BINDANY) in sock_inet_is_foreign()
187 if (getsockopt(fd, IPPROTO_IP, IP_BINDANY, &val, &len) == 0 && val) in sock_inet_is_foreign()
237 #if defined(IP_BINDANY) in sock_inet4_make_foreign()
238 setsockopt(fd, IPPROTO_IP, IP_BINDANY, &one, sizeof(one)) == 0 || in sock_inet4_make_foreign()
462 #if defined(IP_BINDANY)
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dsock_inet.c185 #if defined(IP_BINDANY) in sock_inet_is_foreign()
187 if (getsockopt(fd, IPPROTO_IP, IP_BINDANY, &val, &len) == 0 && val) in sock_inet_is_foreign()
237 #if defined(IP_BINDANY) in sock_inet4_make_foreign()
238 setsockopt(fd, IPPROTO_IP, IP_BINDANY, &one, sizeof(one)) == 0 || in sock_inet4_make_foreign()
462 #if defined(IP_BINDANY)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/dnscrypt-proxy/
H A Dsetsockopts_freebsd.go12 _ = syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_BINDANY, 1)
28 _ = syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_BINDANY, 1)
/dports/www/squid/squid-4.15/src/ip/
H A DIntercept.cc167 (IPFW_TRANSPARENT && defined(IP_BINDANY)) in TproxyTransparent()
446 #elif defined(IP_BINDANY) // FreeBSD with IPFW in ProbeForTproxy()
448 # define soFlag IP_BINDANY in ProbeForTproxy()
/dports/net/haproxy17/haproxy-1.7.14/include/common/
H A Dcompat.h105 || defined(IP_BINDANY) \
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dcompat.h105 || defined(IP_BINDANY) \
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dunix_utility.cc90 #ifdef IP_BINDANY in setBindAny()
92 if (setsockopt(sock, IPPROTO_IP, IP_BINDANY, &one, sizeof(one)) < 0) in setBindAny()
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dlistensocket.cpp77 #elif defined IP_BINDANY // FreeBSD in ListenSocket()
78 setsockopt(fd, IPPROTO_IP, IP_BINDANY, &enable, sizeof(enable)); in ListenSocket()
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dcompat.h105 || defined(IP_BINDANY) \
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/vendor/github.com/hashicorp/go.net/ipv4/
H A Ddefs_freebsd.go28 sysIP_BINDANY = C.IP_BINDANY
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dcompat.h146 || defined(IP_BINDANY) \
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/vendor/github.com/hashicorp/go.net/ipv4/
H A Ddefs_freebsd.go28 sysIP_BINDANY = C.IP_BINDANY
/dports/sysutils/serf/serf-0.8.5/vendor/github.com/hashicorp/go.net/ipv4/
H A Ddefs_freebsd.go28 sysIP_BINDANY = C.IP_BINDANY
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dcompat.h146 || defined(IP_BINDANY) \
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dcompat.h156 || defined(IP_BINDANY) \
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dsocket.c271 #elif defined(IP_BINDANY) in sock_set_bindany()
273 if (setsockopt(fd, IPPROTO_IP, IP_BINDANY, &enable, sizeof(int)) in sock_set_bindany()
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dsocket.c271 #elif defined(IP_BINDANY) in sock_set_bindany()
273 if (setsockopt(fd, IPPROTO_IP, IP_BINDANY, &enable, sizeof(int)) in sock_set_bindany()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/event/
H A Dngx_event_connect.c367 #elif defined(IP_BINDANY) in ngx_event_connect_set_transparent()
369 if (setsockopt(s, IPPROTO_IP, IP_BINDANY, in ngx_event_connect_set_transparent()
/dports/security/xray-core/Xray-core-1.5.0/transport/internet/
H A Dsockopt_freebsd.go148 if err := syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_BINDANY, 1); err != nil {
177 if err := syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_BINDANY, 1); err != nil {
/dports/net/py-sshuttle/sshuttle-0.78.5/sshuttle/methods/
H A Dipfw.py24 IP_BINDANY = 24 variable
180 sender.setsockopt(socket.SOL_IP, IP_BINDANY, 1)
/dports/net/v2ray/v2ray-core-4.36.2/transport/internet/
H A Dsockopt_freebsd.go148 if err := syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_BINDANY, 1); err != nil {
181 if err := syscall.SetsockoptInt(int(fd), syscall.IPPROTO_IP, syscall.IP_BINDANY, 1); err != nil {
/dports/www/nginx-full/nginx-1.20.2/src/event/
H A Dngx_event_connect.c367 #elif defined(IP_BINDANY) in ngx_event_connect_set_transparent()
369 if (setsockopt(s, IPPROTO_IP, IP_BINDANY, in ngx_event_connect_set_transparent()
/dports/www/nginx-naxsi/nginx-1.20.2/src/event/
H A Dngx_event_connect.c367 #elif defined(IP_BINDANY) in ngx_event_connect_set_transparent()
369 if (setsockopt(s, IPPROTO_IP, IP_BINDANY, in ngx_event_connect_set_transparent()
/dports/www/nginx-lite/nginx-1.20.2/src/event/
H A Dngx_event_connect.c367 #elif defined(IP_BINDANY) in ngx_event_connect_set_transparent()
369 if (setsockopt(s, IPPROTO_IP, IP_BINDANY, in ngx_event_connect_set_transparent()
/dports/www/nginx/nginx-1.20.2/src/event/
H A Dngx_event_connect.c367 #elif defined(IP_BINDANY) in ngx_event_connect_set_transparent()
369 if (setsockopt(s, IPPROTO_IP, IP_BINDANY, in ngx_event_connect_set_transparent()

12345678910>>...87