Searched refs:v6only (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/unbound/services/
H A Dlisten_dnsport.h174 * @param v6only: if enabled, IP6 sockets get IP6ONLY option set.
184 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
190 * @param v6only: enable ip6 only flag on ip6 sockets.
194 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto);
H A Dlisten_dnsport.c93 socklen_t addrlen, int v6only, int* inuse, int* noproto,
110 (void)v6only;
251 if(v6only) {
252 int val=(v6only==2)?0:1;
389 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto) argument
431 if(addr->ai_family == AF_INET6 && v6only) {
447 (void)v6only;
497 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd)
524 v6only, &inuse, &noproto, (int)rcv, (int)snd);
531 s = create_tcp_accept_sock(res, v6only,
92 create_udp_sock(int family, int socktype, struct sockaddr* addr, socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, int snd) argument
496 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd) argument
542 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd) argument
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Dnetoptions98 ${SYSCTL} net.inet6.ip6.v6only=0 >/dev/null
100 ${SYSCTL} net.inet6.ip6.v6only=1 >/dev/null
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_socket.c700 * For simplicity we do this unconditionally of the net.inet6.ip6.v6only
704 int v6only; local
706 v6only = 0;
709 &v6only, UIO_SYSSPACE, sizeof(v6only));
/freebsd-10.0-release/sys/netinet6/
H A Din6_proto.c556 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_V6ONLY, v6only, CTLFLAG_RW,
/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c3170 * v6only should be set based on (inp->inp_flags & IN6P_IPV6_V6ONLY != 0)
3178 prison_local_ip6(struct ucred *cred, struct in6_addr *ia6, int v6only) argument
3207 * In case there is only 1 IPv6 address, and v6only is true,
3210 if (v6only != 0 && pr->pr_ip6s == 1)

Completed in 182 milliseconds