Searched defs:hdrMsg (Results 1 – 2 of 2) sorted by relevance
132 bool CheckRtNetlinkLength(const nlmsghdr *hdrMsg, size_t size) in CheckRtNetlinkLength()240 const nlmsghdr *hdrMsg = nullptr; in DecodeBinary() local276 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()
71 struct nlmsghdr *hdrMsg = (struct nlmsghdr*)msg; in parseNDRouteMessage() local