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 52 bool parseIfAddrMessage(int type, struct ifaddrmsg *ifaddr, int rtasize);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 81 bool NetlinkEvent::parseIfAddrMessage(int type, struct ifaddrmsg *ifaddr,
89 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type);
245 if (!parseIfAddrMessage(nh->nlmsg_type, ifa, rtasize)) {

Completed in 106 milliseconds