Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp69 const auto rawMsg = msg.getRaw(); in send() local
70 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()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp200 for (const auto rawMsg : sock) { in waitFor() local
201 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()