Searched refs:nl_iterator (Results 1 – 6 of 6) sorted by relevance
91 class nl_iterator {95 nl_iterator(struct nlattr *attr) { in nl_iterator() function130 nl_iterator(const nl_iterator&); // hide copy constructor to prevent copies
318 nl_iterator it(vendor_data); in handleResponse()500 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()609 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()641 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()788 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
381 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()388 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleEvent()
258 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()293 for (nl_iterator it(attr); it.has_next() && i < num; it.next(), i++) { in parseScanResults()300 for (nl_iterator it2(sc_data); it2.has_next(); it2.next()) { in parseScanResults()921 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()927 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleResponse()
879 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
108 class nl_iterator {112 nl_iterator(struct nlattr *attr) { in nl_iterator() function147 nl_iterator(const nl_iterator&); // hide copy constructor to prevent copies