Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Drtnl_message.cc107 int attr_length = 0; in DecodeInternal() local
112 if (!DecodeLink(hdr, mode, &attr_data, &attr_length)) in DecodeInternal()
118 if (!DecodeAddress(hdr, mode, &attr_data, &attr_length)) in DecodeInternal()
124 if (!DecodeRoute(hdr, mode, &attr_data, &attr_length)) in DecodeInternal()
129 if (!DecodeNdUserOption(hdr, mode, &attr_data, &attr_length)) in DecodeInternal()
135 if (!DecodeNeighbor(hdr, mode, &attr_data, &attr_length)) in DecodeInternal()
147 while (attr_data && RTA_OK(attr_data, attr_length)) { in DecodeInternal()
152 attr_data = RTA_NEXT(attr_data, attr_length); in DecodeInternal()
155 if (attr_length) { in DecodeInternal()
167 int* attr_length) { in DecodeLink() argument
[all …]
Drtnl_message.h214 int* attr_length);
218 int* attr_length);
222 int* attr_length);
226 int* attr_length);
233 int* attr_length);