Searched refs:IP_BINDANY (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | ip_output.c | 1175 case IP_BINDANY: in ip_ctloutput() 1269 case IP_BINDANY: in ip_ctloutput() 1415 case IP_BINDANY: in ip_ctloutput() 1480 case IP_BINDANY: in ip_ctloutput()
|
| H A D | in.h | 462 #define IP_BINDANY 24 /* bool: allow bind to any address */ macro
|
| H A D | ip_gre.c | 309 sopt.sopt_name = IP_BINDANY; in in_gre_setup_socket()
|
| /freebsd/tests/sys/netinet/ |
| H A D | socket_afinet.c | 304 setsockopt(s, IPPROTO_IP, IP_BINDANY, &(int){1}, sizeof(int)) == in ATF_TC_BODY() 311 setsockopt(s, IPPROTO_IP, IP_BINDANY, &(int){1}, sizeof(int)) == in ATF_TC_BODY()
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 250 …T) || defined(IPV6_USE_MIN_MTU) || defined(IP_TRANSPARENT) || defined(IP_BINDANY) || defined(IP_F… in create_udp_sock() 265 #if !defined(IP_TRANSPARENT) && !defined(IP_BINDANY) && !defined(SO_BINDANY) in create_udp_sock() 373 #elif defined(IP_BINDANY) in create_udp_sock() 376 (family == AF_INET6? IPV6_BINDANY:IP_BINDANY), in create_udp_sock() 720 || defined(IP_BINDANY) || defined(IP_FREEBIND) \ in create_tcp_accept_sock() 730 #if !defined(IP_TRANSPARENT) && !defined(IP_BINDANY) && !defined(SO_BINDANY) in create_tcp_accept_sock() 861 #elif defined(IP_BINDANY) in create_tcp_accept_sock() 864 (addr->ai_family == AF_INET6? IPV6_BINDANY:IP_BINDANY), in create_tcp_accept_sock()
|
| /freebsd/contrib/netcat/ |
| H A D | netcat.c | 712 setsockopt(s, IPPROTO_IP, IP_BINDANY, &on, sizeof(on)); in remote_connect()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 143 return (IP_BINDANY); in linux_to_bsd_ip_sockopt()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | example.conf.in | 128 # (uses IP_BINDANY on FreeBSD).
|
| H A D | unbound.conf.rst | 633 The option uses IP_BINDANY on FreeBSD systems and SO_BINDANY on OpenBSD
|
| H A D | Changelog | 6673 - ip-transparent option for FreeBSD with IP_BINDANY socket option.
|