Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkCommands.cpp130 for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); in processNetlinkDump() local
162 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush()
204 uint32_t getRtmU32Attribute(const nlmsghdr *nlh, int attribute) { in getRtmU32Attribute()
DSockDiag.h59 nlmsghdr nlh; member
DRouteControllerTest.cpp54 NetlinkDumpCallback callback = [&expectedPriorities] (const nlmsghdr *nlh) { in TEST_F()
DSockDiag.cpp98 nlmsghdr nlh; in sendDumpRequest() member
207 NetlinkDumpCallback callback = [this, proto, shouldDestroy] (nlmsghdr *nlh) { in readDiagMsg()
218 NetlinkDumpCallback callback = [tcpInfoReader] (nlmsghdr *nlh) { in readDiagMsgWithTcpInfo()
DRouteController.cpp906 uint32_t getRulePriority(const nlmsghdr *nlh) { in getRulePriority()
910 uint32_t getRouteTable(const nlmsghdr *nlh) { in getRouteTable()
915 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { in flushRules()
923 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { in flushRoutes()
/system/core/logd/
Dlibaudit.h45 struct nlmsghdr nlh; member