Home
last modified time | relevance | path

Searched refs:parseRtMessage (Results 1 – 2 of 2) sorted by relevance

/system/core/libsysutils/include/sysutils/
DNetlinkEvent.h65 bool parseRtMessage(const struct nlmsghdr *nh);
/system/core/libsysutils/src/
DNetlinkEvent.cpp347 bool NetlinkEvent::parseRtMessage(const struct nlmsghdr *nh) { in parseRtMessage() function in NetlinkEvent
587 if (parseRtMessage(nh)) in parseBinaryNetlinkMessage()