Home
last modified time | relevance | path

Searched refs:CheckRtNetlinkLength (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp132 bool CheckRtNetlinkLength(const nlmsghdr *hdrMsg, size_t size) in CheckRtNetlinkLength() function
286 if (info == nullptr || !CheckRtNetlinkLength(hdrMsg, sizeof(*info)) || (info->ifi_flags & IFF_LOOPBACK) != 0) { in InterpreteInfoMsg()
316 if (!CheckRtNetlinkLength(hdrMsg, sizeof(*pm))) { in InterpreteUlogMsg()
335 if (!CheckRtNetlinkLength(hdrMsg, sizeof(*addrMsg))) { in InterpreteAddressMsg()
497 if (!CheckRtNetlinkLength(hdrMsg, sizeof(*rtm))) { in CheckRtParam()

Completed in 2 milliseconds