Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket.cpp121 …for (nlmsghdr *nlmsgHeader = reinterpret_cast<nlmsghdr *>(readBuffer); NLMSG_OK(nlmsgHeader, readL… in GetInfoFromKernel() local
141 void DealInfoFromKernel(nlmsghdr *nlmsgHeader, uint16_t clearThing, uint32_t table) in DealInfoFromKernel()
163 int32_t GetRouteProperty(const nlmsghdr *nlmsgHeader, int32_t property) in GetRouteProperty()