Searched defs:sock (Results 1 – 3 of 3) sorted by relevance
34 os::unique_fd::UniqueFd sock(PANDA_FAILURE_RETRY(::socket(AF_UNIX, SOCK_STREAM, 0))); in CreateUnixServerSocket() local68 os::unique_fd::UniqueFd sock(PANDA_FAILURE_RETRY(::socket(AF_UNIX, SOCK_STREAM, 0))); in CreateUnixClientSocket() local
33 bool CheckVersion(const os::unique_fd::UniqueFd &sock) in CheckVersion()57 static std::unique_ptr<AppData> ProcessingConnect(const os::unique_fd::UniqueFd &sock) in ProcessingConnect()247 os::unique_fd::UniqueFd sock(ipc::CreateUnixServerSocket(maxPendingConnectionsQueue)); in Main() local
38 os::unique_fd::UniqueFd sock(ipc::CreateUnixClientSocket()); in DumpAndResetFeatures() local