Searched refs:rawMsg (Results 1 – 2 of 2) sorted by relevance
69 const auto rawMsg = msg.getRaw(); in send() local70 const auto bytesSent = sendto(mFd.get(), rawMsg.ptr(), rawMsg.len(), 0, in send()75 } else if (size_t(bytesSent) != rawMsg.len()) { in send()154 for (const auto rawMsg : *this) { in receive()155 if (msgtypes.count(rawMsg->nlmsg_type) == 0) { in receive()157 << rawMsg->nlmsg_type; in receive()161 return rawMsg; in receive()
200 for (const auto rawMsg : sock) { in waitFor() local201 if (const auto msg = nl::Message<ifinfomsg>::parse(rawMsg, {RTM_NEWLINK, RTM_DELLINK}); in waitFor()213 nl::Message<ifaddrmsg>::parse(rawMsg, {RTM_NEWADDR, RTM_DELADDR}); in waitFor()