Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Drtnl_message.h34 struct RTNLHeader;
211 SHILL_PRIVATE bool DecodeLink(const RTNLHeader* hdr,
215 SHILL_PRIVATE bool DecodeAddress(const RTNLHeader* hdr,
219 SHILL_PRIVATE bool DecodeRoute(const RTNLHeader* hdr,
223 SHILL_PRIVATE bool DecodeNdUserOption(const RTNLHeader* hdr,
230 SHILL_PRIVATE bool DecodeNeighbor(const RTNLHeader* hdr,
234 SHILL_PRIVATE bool EncodeLink(RTNLHeader* hdr) const;
235 SHILL_PRIVATE bool EncodeAddress(RTNLHeader* hdr) const;
236 SHILL_PRIVATE bool EncodeRoute(RTNLHeader* hdr) const;
237 SHILL_PRIVATE bool EncodeNeighbor(RTNLHeader* hdr) const;
Drtnl_message.cc30 struct RTNLHeader { struct
31 RTNLHeader() { in RTNLHeader() argument
78 const RTNLHeader* hdr = in DecodeInternal()
79 reinterpret_cast<const RTNLHeader*>(msg.GetConstData()); in DecodeInternal()
164 bool RTNLMessage::DecodeLink(const RTNLHeader* hdr, in DecodeLink()
185 bool RTNLMessage::DecodeAddress(const RTNLHeader* hdr, in DecodeAddress()
205 bool RTNLMessage::DecodeRoute(const RTNLHeader* hdr, in DecodeRoute()
228 bool RTNLMessage::DecodeNdUserOption(const RTNLHeader* hdr, in DecodeNdUserOption()
304 bool RTNLMessage::DecodeNeighbor(const RTNLHeader* hdr, in DecodeNeighbor()
334 RTNLHeader hdr; in Encode()
[all …]