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 62 bool parseIfAddrMessage(const struct nlmsghdr *nh);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 158 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) {
170 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type);
538 if (parseIfAddrMessage(nh))

Completed in 171 milliseconds