Home
last modified time | relevance | path

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

/aosp14/system/core/libsysutils/src/
H A DNetlinkEvent.cpp438 static size_t nlAttrLen(const nlattr* nla) { in nlAttrLen()
442 static const uint8_t* nlAttrData(const nlattr* nla) { in nlAttrData()
446 static uint32_t nlAttrU32(const nlattr* nla) { in nlAttrU32()
852 nlattr* nla = (nlattr*)hdr; in findNlAttr() local