Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/bus_center/network/
Dlnn_netlink_monitor.c44 #define NLMSG_OK(nlh, len) … argument
95 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
/foundation/communication/dhcp/services/mgr_service/src/
Ddhcp_ipv6_event.cpp118 struct nlmsghdr *nlh = (struct nlmsghdr*)msg; in parseNewneighMessage() local
151 struct nlmsghdr *nlh = (struct nlmsghdr *)buff; in fillRouteData() local
171 struct nlmsghdr *nlh = (struct nlmsghdr*)data; in handleKernelEvent() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
Dnstackx_nlmsg.c64 struct nlmsghdr nlh = { in SendNetlinkRequest() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
Dnetlink_socket_diag.cpp189 …for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); NLMSG_OK(nlh, len); nlh = NLMSG_NEXT(nlh, … in ProcessSockDiagDumpResponse() local