Searched refs:IPV6_V6ONLY (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 331 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 D | inetd.c | 746 if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, in create_bound_socket()
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 119 #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 D | icmp_opt_data.c | 256 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
|
H A D | conn_opt.c | 949 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 D | udp_opt_data.c | 241 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 751 { 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 D | in.h | 1257 #define IPV6_V6ONLY 0x27 /* v6 only socket option */ macro
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 205 { IPV6_V6ONLY, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, 0,
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 2654 #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 D | mDNSPosix.c | 936 err = setsockopt(*sktPtr, IPPROTO_IPV6, IPV6_V6ONLY, &kOn, sizeof(kOn)); in SetupSocket()
|