Searched refs:netlink_fd (Results 1 – 2 of 2) sorted by relevance
400 bool NetlinkManager::SetupSocket(unique_fd* netlink_fd) { in SetupSocket() argument406 netlink_fd->reset( in SetupSocket()408 if (netlink_fd->get() < 0) { in SetupSocket()414 if (setsockopt(netlink_fd->get(), in SetupSocket()422 if (bind(netlink_fd->get(), in SetupSocket()431 bool NetlinkManager::WatchSocket(unique_fd* netlink_fd) { in WatchSocket() argument434 netlink_fd->get(), in WatchSocket()438 LOG(ERROR) << "Failed to watch fd: " << netlink_fd->get(); in WatchSocket()
276 bool SetupSocket(android::base::unique_fd* netlink_fd);277 bool WatchSocket(android::base::unique_fd* netlink_fd);