Searched refs:S_SECUREPORT (Results 1 – 1 of 1) sorted by relevance
4532 #define S_SECUREPORT 16 macro4534 #define V_SECUREPORT(x) ((x) << S_SECUREPORT)4535 #define G_SECUREPORT(x) (((x) >> S_SECUREPORT) & M_SECUREPORT)