Home
last modified time | relevance | path

Searched refs:hdrlen (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libsysutils/include/sysutils/
H A DNetlinkEvent.h67 struct nlattr* findNlAttr(const nlmsghdr* nl, size_t hdrlen, uint16_t attr);
/aosp14/system/core/libsysutils/src/
H A DNetlinkEvent.cpp841 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr) { in findNlAttr() argument
842 if (nh == nullptr || NLMSG_HDRLEN + NLMSG_ALIGN(hdrlen) > SSIZE_MAX) { in findNlAttr()
847 const ssize_t NLA_START = NLMSG_HDRLEN + NLMSG_ALIGN(hdrlen); in findNlAttr()