Home
last modified time | relevance | path

Searched refs:async_netlink_destination_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_manager.cpp235 setup_rt = SetupSocket(&async_netlink_fd_, &async_netlink_destination_); in Start()
277 if (!SendMessageInternal(packet, async_netlink_fd_.get(), async_netlink_destination_)) { in RegisterHandlerAndSendMessage()
500 if (!nlinterceptor::subscribe(async_netlink_destination_, group_id)) { in SubscribeToEvents()
501 LOG(ERROR) << "Failed to subscribe " << async_netlink_destination_.portId in SubscribeToEvents()
Dnetlink_manager.h311 android::nlinterceptor::InterceptedSocket async_netlink_destination_ = {NETLINK_GENERIC, 0}; variable