Home
last modified time | relevance | path

Searched refs:IPV6_V6ONLY (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c331 if (tlx_setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, in create_bound_endpoint()
552 if (tlx_setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, in tlx_accept()
H A Dinetd.c746 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, in create_bound_socket()
/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c119 #if defined(KRB5_USE_INET6) && defined(IPV6_V6ONLY)
123 return setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &value, sizeof(value)); in setv6only()
460 #ifdef IPV6_V6ONLY in setup_tcp_listener_ports()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dicmp_opt_data.c256 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
H A Dconn_opt.c949 case IPV6_V6ONLY: in conn_opt_get()
1676 case IPV6_V6ONLY: in conn_opt_set_ipv6()
1988 case IPV6_V6ONLY: in conn_opt_set_ipv6()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp_opt_data.c241 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c751 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
1309 case IPV6_V6ONLY: in sctp_set_opt()
/titanic_41/usr/src/uts/common/netinet/
H A Din.h1257 #define IPV6_V6ONLY 0x27 /* v6 only socket option */ macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c205 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2654 #ifdef IPV6_V6ONLY in x11_create_display_inet()
2657 if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) in x11_create_display_inet()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c936 err = setsockopt(*sktPtr, IPPROTO_IPV6, IPV6_V6ONLY, &kOn, sizeof(kOn)); in SetupSocket()