Searched refs:tipc_handle (Results 1 – 1 of 1) sorted by relevance
91 unique_fd tipc_handle(tipc_connect(path.c_str(), appname.c_str())); in TrustyApp() local92 if (tipc_handle < 0) { in TrustyApp()127 int rc = tipc_send(tipc_handle, iov, 2, &shm, 1); in TrustyApp()133 rc = read(tipc_handle, &hdr, sizeof(hdr)); in TrustyApp()150 handle_ = std::move(tipc_handle); in TrustyApp()