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

  /system/core/include/sysutils/
NetlinkEvent.h 58 bool parseIfAddrMessage(const struct nlmsghdr *nh);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 161 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) {
173 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type);
502 if (parseIfAddrMessage(nh))

Completed in 71 milliseconds