Home
last modified time | relevance | path

Searched defs:nlh (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DNetlinkCommands.cpp138 for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); in processNetlinkDump() local
170 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush()
212 uint32_t getRtmU32Attribute(const nlmsghdr* nlh, int attribute) { in getRtmU32Attribute()
DSockDiag.h58 nlmsghdr nlh; member
DRouteControllerTest.cpp54 NetlinkDumpCallback callback = [&expectedPriorities] (const nlmsghdr *nlh) { in TEST_F()
DSockDiag.cpp101 nlmsghdr nlh; in sendDumpRequest() member
208 NetlinkDumpCallback callback = [this, proto, shouldDestroy] (nlmsghdr *nlh) { in readDiagMsg()
219 NetlinkDumpCallback callback = [tcpInfoReader] (nlmsghdr *nlh) { in readDiagMsgWithTcpInfo()
DRouteController.cpp967 uint32_t getRulePriority(const nlmsghdr *nlh) { in getRulePriority()
971 uint32_t getRouteTable(const nlmsghdr *nlh) { in getRouteTable()
976 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { in flushRules()
984 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { in flushRoutes()
/system/core/logd/
Dlibaudit.h44 struct nlmsghdr nlh; member