Home
last modified time | relevance | path

Searched refs:v6only (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/unbound/services/
HDlisten_dnsport.c94 socklen_t addrlen, int v6only, int* inuse, int* noproto, in create_udp_sock() argument
111 (void)v6only; in create_udp_sock()
296 if(v6only) { in create_udp_sock()
297 int val=(v6only==2)?0:1; in create_udp_sock()
439 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, in create_tcp_accept_sock() argument
502 if(addr->ai_family == AF_INET6 && v6only) { in create_tcp_accept_sock()
518 (void)v6only; in create_tcp_accept_sock()
568 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock() argument
596 v6only, &inuse, &noproto, (int)rcv, (int)snd, 1, in make_sock()
604 s = create_tcp_accept_sock(res, v6only, &noproto, reuseport); in make_sock()
[all …]
HDlisten_dnsport.h193 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
205 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
/trueos/etc/rc.d/
HDnetoptions98 ${SYSCTL} net.inet6.ip6.v6only=0 >/dev/null
100 ${SYSCTL} net.inet6.ip6.v6only=1 >/dev/null
/trueos/sys/compat/linux/
HDlinux_socket.c705 int v6only; in linux_socket() local
707 v6only = 0; in linux_socket()
710 &v6only, UIO_SYSSPACE, sizeof(v6only)); in linux_socket()
/trueos/sys/netinet6/
HDin6_proto.c572 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_V6ONLY, v6only, CTLFLAG_RW,
/trueos/sys/kern/
HDkern_jail.c3248 prison_local_ip6(struct ucred *cred, struct in6_addr *ia6, int v6only) in prison_local_ip6() argument
3280 if (v6only != 0 && pr->pr_ip6s == 1) in prison_local_ip6()
/trueos/share/doc/IPv6/
HDIMPLEMENTATION1225 default. It can be controlled by sysctl (net.inet6.ip6.v6only),