Searched refs:SO_ALLZONES (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 188 #define SO_ALLZONES 0x1014 /* bind in all zones */ macro
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 85 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
|
H A D | conn_opt.c | 671 case SO_ALLZONES: in conn_opt_get() 1053 case SO_ALLZONES: in conn_opt_set_socket() 1139 case SO_ALLZONES: in conn_opt_set_socket()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 76 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 635 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int), 1135 case SO_ALLZONES: in sctp_set_opt()
|
/titanic_44/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 622 { SOL_SOCKET, SO_ALLZONES, "SO_ALLZONES," }, in show_sockopts()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 83 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1860 case SO_ALLZONES: return ("SO_ALLZONES"); in sol_optname()
|