Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_manager.h279 android::nlinterceptor::InterceptedSocket* nl_destination);
284 android::nlinterceptor::InterceptedSocket nl_destination);
Dnetlink_manager.cpp399 InterceptedSocket nl_destination) { in SendMessageInternal() argument
401 struct sockaddr_nl sa = nl_destination; in SendMessageInternal()
414 bool NetlinkManager::SetupSocket(unique_fd* netlink_fd, InterceptedSocket* nl_destination) { in SetupSocket() argument
444 nl_destination = {}; // sets portId to 0, talk directly to kernel. in SetupSocket()
450 *nl_destination = *interceptorSocketMaybe; in SetupSocket()