Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp119 struct ndmsg *ndm = (struct ndmsg *)NLMSG_DATA(nlh); in parseNewneighMessage() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp302 ndmsg* ndm = reinterpret_cast<ndmsg*>((char*)msg + sizeof(nlmsghdr)); variable