Searched refs:SO_ALLZONES (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 201 #define SO_ALLZONES 0x1014 /* bind in all zones */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 86 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
|
H A D | conn_opt.c | 697 case SO_ALLZONES: in conn_opt_get() 1088 case SO_ALLZONES: in conn_opt_set_socket() 1174 case SO_ALLZONES: in conn_opt_set_socket()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 79 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 640 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int), 1148 case SO_ALLZONES: in sctp_set_opt()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 88 { SO_ALLZONES, SOL_SOCKET, OA_R, OA_RW, OP_CONFIG, 0, sizeof (int),
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1974 case SO_ALLZONES: return ("SO_ALLZONES"); in sol_optname()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2761 { SOL_SOCKET, SO_ALLZONES, PR_SO_ALLZONES }, in prfdinfosockopt()
|