Home
last modified time | relevance | path

Searched refs:SO_ALLZONES (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h188 #define SO_ALLZONES 0x1014 /* bind in all zones */ macro
/titanic_44/usr/src/uts/common/inet/ip/
H A Dicmp_opt_data.c85 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
H A Dconn_opt.c671 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 Dudp_opt_data.c76 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c635 { 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 Dpfiles.c622 { SOL_SOCKET, SO_ALLZONES, "SO_ALLZONES," }, in show_sockopts()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c83 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1860 case SO_ALLZONES: return ("SO_ALLZONES"); in sol_optname()