HomeSort by relevance Sort by last modified time
    Searched refs:nla_next (Results 1 - 8 of 8) sorted by null

  /external/libnl/include/netlink/
attr.h 81 extern struct nlattr * nla_next(const struct nlattr *, int *);
263 pos = nla_next(pos, &(rem)))
275 pos = nla_next(pos, &(rem)))
  /system/extras/taskstats/
taskstats.c 81 } while ((attr = nla_next(attr, &remaining)));
122 } while ((attr = nla_next(attr, &attr_size)));
141 } while ((attr = nla_next(attr, &remaining)));
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 103 pos = (struct nlattr *)nla_next(pos, &(rem));
345 pos = (nlattr *)nla_next(pos, &(rem)))
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 120 pos = (struct nlattr *)nla_next(pos, &(rem));
407 pos = (nlattr *)nla_next(pos, &(rem)))
llstats.cpp 279 rateInfo = nla_next(rateInfo, &(rem)))
312 wmmInfo = nla_next(wmmInfo, &(rem)))
348 chInfo = nla_next(chInfo, &(rem)))
462 peerInfo = nla_next(peerInfo, &(rem)))
478 peerInfo = nla_next(peerInfo, &(rem)))
    [all...]
gscan_event_handler.cpp 156 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
295 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
    [all...]
gscan.cpp     [all...]
  /external/libnl/lib/
attr.c 52 * nla_next(attr1)------^
484 * the attribute stream using nla_next().
507 * nla_next() can be called as long as remainig is >0.
511 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) function
    [all...]

Completed in 128 milliseconds