Searched refs:S_SECUREPORT (Results 1 – 1 of 1) sorted by relevance
10985 #define S_SECUREPORT 16 macro10987 #define V_SECUREPORT(x) ((x) << S_SECUREPORT)10988 #define G_SECUREPORT(x) (((x) >> S_SECUREPORT) & M_SECUREPORT)