HomeSort by relevance Sort by last modified time
    Searched defs:attr_data (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 414 SectionData* attr_data = builder.CreateSectionData(*attr); local
427 builder.AppendFragment(*attr_frag, *attr_data);
  /system/connectivity/shill/net/
rtnl_message.cc 106 rtattr* attr_data = nullptr; local
112 if (!DecodeLink(hdr, mode, &attr_data, &attr_length))
118 if (!DecodeAddress(hdr, mode, &attr_data, &attr_length))
124 if (!DecodeRoute(hdr, mode, &attr_data, &attr_length))
129 if (!DecodeNdUserOption(hdr, mode, &attr_data, &attr_length))
135 if (!DecodeNeighbor(hdr, mode, &attr_data, &attr_length))
147 while (attr_data && RTA_OK(attr_data, attr_length)) {
149 attr_data->rta_type,
150 ByteString(reinterpret_cast<unsigned char*>(RTA_DATA(attr_data)),
    [all...]

Completed in 345 milliseconds