Searched defs:NETLINK_ADDRESS (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DRouteController.cpp78 const sockaddr_nl NETLINK_ADDRESS = {AF_NETLINK, 0, 0, 0}; member in namespace:__anon355
203 connect(sock, reinterpret_cast<const sockaddr*>(&NETLINK_ADDRESS),
204 sizeof(NETLINK_ADDRESS)) != -1 &&

Completed in 125 milliseconds