Lines Matching full:list

8  *     notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
61 * Represents an iterator to iterate through a history list.
158 …* the device (re)starts and when the previous children list is retrieved from non-volatile setting…
243 * An iterator can be initialized again to start from the beginning of the list.
245 …* When iterating over entries in a list, to ensure the entry ages are consistent, the age is given…
254 * Iterates over the entries in the network info history list.
263 …@returns A pointer to `otHistoryTrackerNetworkInfo` entry or `NULL` if no more entries in the list.
270 * Iterates over the entries in the unicast address history list.
279 …s A pointer to `otHistoryTrackerUnicastAddressInfo` entry or `NULL` if no more entries in the list.
287 * Iterates over the entries in the multicast address history list.
296 …A pointer to `otHistoryTrackerMulticastAddressInfo` entry or `NULL` if no more entries in the list.
304 * Iterates over the entries in the RX message history list.
313 * @returns The `otHistoryTrackerMessageInfo` entry or `NULL` if no more entries in the list.
320 * Iterates over the entries in the TX message history list.
329 * @returns The `otHistoryTrackerMessageInfo` entry or `NULL` if no more entries in the list.
336 * Iterates over the entries in the neighbor history list.
345 * @returns The `otHistoryTrackerNeighborInfo` entry or `NULL` if no more entries in the list.
352 * Iterates over the entries in the router history list.
361 * @returns The `otHistoryTrackerRouterInfo` entry or `NULL` if no more entries in the list.
368 * Iterates over the entries in the Network Data on mesh prefix entry history list.
377 * @returns The `otHistoryTrackerOnMeshPrefixInfo` entry or `NULL` if no more entries in the list.
384 * Iterates over the entries in the Network Data external route entry history list.
393 * @returns The `otHistoryTrackerExternalRouteInfo` entry or `NULL` if no more entries in the list.