Searched defs:nlh (Results 1 – 5 of 5) sorted by relevance
46 #define NLMSG_OK(nlh, len) … argument99 static void ProcessAddrEvent(struct nlmsghdr *nlh) in ProcessAddrEvent()125 static void ProcessLinkEvent(struct nlmsghdr *nlh) in ProcessLinkEvent()162 struct nlmsghdr *nlh = NULL; in NetlinkOnDataEvent() local
118 struct nlmsghdr *nlh = (struct nlmsghdr*)msg; in parseNewneighMessage() local151 struct nlmsghdr *nlh = (struct nlmsghdr *)buff; in fillRouteData() local170 struct nlmsghdr *nlh = (struct nlmsghdr*)data; in handleKernelEvent() local
64 struct nlmsghdr nlh = { in SendNetlinkRequest() local
301 nlmsghdr* nlh = reinterpret_cast<nlmsghdr*>(msg); variable
190 …for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); NLMSG_OK(nlh, len); nlh = NLMSG_NEXT(nlh, … in ProcessSockDiagDumpResponse() local