Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
Dwrapper_decoder.cpp132 bool CheckRtNetlinkLength(const nlmsghdr *hdrMsg, size_t size) in CheckRtNetlinkLength()
240 const nlmsghdr *hdrMsg = nullptr; in DecodeBinary() local
276 bool WrapperDecoder::InterpreteInfoMsg(const nlmsghdr *hdrMsg) in InterpreteInfoMsg()
307 bool WrapperDecoder::InterpreteUlogMsg(const nlmsghdr *hdrMsg) in InterpreteUlogMsg()
322 bool WrapperDecoder::InterpreteAddressMsg(const nlmsghdr *hdrMsg) in InterpreteAddressMsg()
436 bool WrapperDecoder::InterpreteRtMsg(const nlmsghdr *hdrMsg) in InterpreteRtMsg()
484 rtmsg *WrapperDecoder::CheckRtParam(const nlmsghdr *hdrMsg, uint8_t type) in CheckRtParam()
/foundation/communication/dhcp/services/mgr_service/src/
Ddhcp_ipv6_event.cpp71 struct nlmsghdr *hdrMsg = (struct nlmsghdr*)msg; in parseNDRouteMessage() local