Searched refs:OA_W (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | optcom.h | 80 #define OA_W 0x2 macro 87 #define OA_RW (OA_R|OA_W) 88 #define OA_WX (OA_W|OA_X) 90 #define OA_RWX (OA_R|OA_W|OA_X) 95 #define OA_W_NOPRIV(x) ((x)->opdes_access_nopriv & OA_W) 98 #define OA_W_ANYPRIV(x) (OA_ANY_ACCESS(x) & OA_W)
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 93 { SCM_UCRED, SOL_SOCKET, OA_W, OA_W, OP_NP, OP_VARLEN|OP_NODEFAULT,
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 672 { SCTP_PRIMARY_ADDR, IPPROTO_SCTP, OA_W, OA_W, OP_NP, 0, 681 { SCTP_SET_PEER_PRIMARY_ADDR, IPPROTO_SCTP, OA_W, OA_W, OP_NP, 0, 685 { SCTP_UC_SWAP, IPPROTO_SCTP, OA_W, OA_W, OP_NP, 0,
|