Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dnetlink_listener_test.cpp112 const auto rxErrorHandler = [&rxErrorCount](const int, const int) { rxErrorCount++; }; in checkMassiveSocketDestroy() local
113 skDestroyListener->registerSkErrorHandler(rxErrorHandler); in checkMassiveSocketDestroy()
/aosp12/system/netd/server/
H A DNetlinkListener.cpp62 const auto rxErrorHandler = [](const nlmsghdr& nlmsg, const Slice msg) { in NetlinkListener() local
67 expectOk(NetlinkListener::subscribe(kNetlinkMsgErrorType, rxErrorHandler)); in NetlinkListener()