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

/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.h217 * @param v6only: if enabled, IP6 sockets get IP6ONLY option set.
235 socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv,
241 * @param v6only: enable ip6 only flag on ip6 sockets.
253 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
H A Dlisten_dnsport.c198 socklen_t addrlen, int v6only, int* inuse, int* noproto,
217 (void)v6only;
446 if(v6only) {
447 int val=(v6only==2)?0:1;
594 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, argument
714 if(addr->ai_family == AF_INET6 && v6only) {
724 (void)v6only;
917 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd,
946 v6only, &inuse, &noproto, (int)rcv, (int)snd, 1,
954 s = create_tcp_accept_sock(res, v6only,
197 create_udp_sock(int family, int socktype, struct sockaddr* addr, socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp) argument
916 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
967 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dnetoptions99 ${SYSCTL} net.inet6.ip6.v6only=0 >/dev/null
101 ${SYSCTL} net.inet6.ip6.v6only=1 >/dev/null
/freebsd-13-stable/sys/netinet6/
H A Din6_jail.c266 * v6only should be set based on (inp->inp_flags & IN6P_IPV6_V6ONLY != 0)
274 prison_local_ip6(struct ucred *cred, struct in6_addr *ia6, int v6only) argument
297 * In case there is only 1 IPv6 address, and v6only is true,
300 if (v6only != 0 && pr->pr_ip6s == 1)
H A Din6_proto.c531 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_V6ONLY, v6only,
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_socket.c897 * For simplicity we do this unconditionally of the net.inet6.ip6.v6only
901 int v6only; local
903 v6only = 0;
906 &v6only, UIO_SYSSPACE, sizeof(v6only));

Completed in 79 milliseconds