ot::LinkedList::Add() method
Adds an entry (at the head of the linked list) if it is not already in the list.
Arguments
aEntry
A reference to an entry to add.
Return value
kErrorNone The entry was successfully added at the head of the list. kErrorAlready The entry is already in the list.