Lines Matching refs:RTNLHeader
30 struct RTNLHeader { struct
31 RTNLHeader() { in RTNLHeader() function
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()
413 bool RTNLMessage::EncodeLink(RTNLHeader* hdr) const { in EncodeLink()
437 bool RTNLMessage::EncodeAddress(RTNLHeader* hdr) const { in EncodeAddress()
461 bool RTNLMessage::EncodeRoute(RTNLHeader* hdr) const { in EncodeRoute()
488 bool RTNLMessage::EncodeNeighbor(RTNLHeader* hdr) const { in EncodeNeighbor()