Searched refs:parseFrame (Results 1 – 2 of 2) sorted by relevance
65 std::unique_ptr<Frame> parseFrame(struct nlmsghdr* hdr);
279 std::unique_ptr<Frame> frame = parseFrame(hdr); in onFrame()288 std::unique_ptr<Frame> LocalConnection::parseFrame(struct nlmsghdr* hdr) { in parseFrame() function in LocalConnection