HomeSort by relevance Sort by last modified time
    Searched refs:findNlAttr (Results 1 - 2 of 2) sorted by null

  /system/core/libsysutils/include/sysutils/
NetlinkEvent.h 67 struct nlattr* findNlAttr(const nlmsghdr* nl, size_t hdrlen, uint16_t attr);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 291 struct nlattr* uid_attr = findNlAttr(nh, sizeof(struct genlmsghdr), NFULA_UID);
296 struct nlattr* payload = findNlAttr(nh, sizeof(struct genlmsghdr), NFULA_PAYLOAD);
669 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr) {

Completed in 167 milliseconds