Searched defs:SocketDescriptor (Results 1 – 2 of 2) sorted by relevance
57 struct SocketDescriptor { struct58 std::string name;59 int type = 0;60 uid_t uid = 0;61 gid_t gid = 0;62 int perm = 0;63 std::string context;64 bool passcred = false;65 bool listen = false;66 bool persist = false;
18 typedef UINT_PTR SocketDescriptor; typedef