Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c46 #define NLMSG_OK(nlh, len) … argument
99 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
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp118 struct nlmsghdr *nlh = (struct nlmsghdr*)msg; in parseNewneighMessage() local
151 struct nlmsghdr *nlh = (struct nlmsghdr *)buff; in fillRouteData() local
170 struct nlmsghdr *nlh = (struct nlmsghdr*)data; in handleKernelEvent() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_nlmsg.c64 struct nlmsghdr nlh = { in SendNetlinkRequest() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp301 nlmsghdr* nlh = reinterpret_cast<nlmsghdr*>(msg); variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp190 …for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); NLMSG_OK(nlh, len); nlh = NLMSG_NEXT(nlh, … in ProcessSockDiagDumpResponse() local