Searched refs:v6only (Results 1 – 7 of 7) sorted by relevance
/freebsd/libexec/rc/rc.d/ |
H A D | netoptions | 98 ${SYSCTL} net.inet6.ip6.v6only=0 >/dev/null 100 ${SYSCTL} net.inet6.ip6.v6only=1 >/dev/null
|
/freebsd/sys/netinet6/ |
H A D | in6_jail.c | 202 prison_local_ip6(struct ucred *cred, struct in6_addr *ia6, int v6only) in prison_local_ip6() argument 228 if (v6only != 0 && prison_ip_cnt(pr, PR_INET6) == 1) in prison_local_ip6()
|
H A D | in6_proto.c | 320 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_V6ONLY, v6only,
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 280 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, 299 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
|
H A D | listen_dnsport.c | 241 socklen_t addrlen, int v6only, int* inuse, int* noproto, in create_udp_sock() argument 260 (void)v6only; in create_udp_sock() 493 if(v6only in create_udp_sock() 501 int val=(v6only==2)?0:1; in create_udp_sock() 700 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, in create_tcp_accept_sock() argument 820 if(addr->ai_family == AF_INET6 && v6only in create_tcp_accept_sock() 837 (void)v6only; in create_tcp_accept_sock() 1035 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock() argument 1065 v6only, &inuse, &noproto, (int)rcv, (int)snd, 1, in make_sock() 1073 s = create_tcp_accept_sock(res, v6only, &noproto, reuseport, in make_sock() [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 943 int v6only; in linux_socket() local 945 v6only = 0; in linux_socket() 948 &v6only, UIO_SYSSPACE, sizeof(v6only)); in linux_socket()
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 1210 default. It can be controlled by sysctl (net.inet6.ip6.v6only),
|