Searched defs:nlh (Results 1 – 4 of 4) sorted by relevance
44 #define NLMSG_OK(nlh, len) … argument95 static void ProcessAddrEvent(struct nlmsghdr *nlh) in ProcessAddrEvent()119 static void ProcessLinkEvent(struct nlmsghdr *nlh) in ProcessLinkEvent()147 struct nlmsghdr *nlh = NULL; in NetlinkMonitorThread() local
118 struct nlmsghdr *nlh = (struct nlmsghdr*)msg; in parseNewneighMessage() local151 struct nlmsghdr *nlh = (struct nlmsghdr *)buff; in fillRouteData() local171 struct nlmsghdr *nlh = (struct nlmsghdr*)data; in handleKernelEvent() local
64 struct nlmsghdr nlh = { in SendNetlinkRequest() local
189 …for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); NLMSG_OK(nlh, len); nlh = NLMSG_NEXT(nlh, … in ProcessSockDiagDumpResponse() local