/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)))
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
cpp_bindings.h | 103 pos = (struct nlattr *)nla_next(pos, &(rem)); 351 pos = (nlattr *)nla_next(pos, &(rem)))
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
gscan_event_handler.cpp | 238 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) 372 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) 481 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) 611 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) 639 wifiScanResultsInfo = nla_next(wifiScanResultsInfo, &(rem))) [all...] |
llstats.cpp | 502 rateInfo = nla_next(rateInfo, &(rem))) 662 wmmInfo = nla_next(wmmInfo, &(rem))) 793 chInfo = nla_next(chInfo, &(rem))) [all...] |
cpp_bindings.h | 120 pos = (struct nlattr *)nla_next(pos, &(rem)); 469 pos = (nlattr *)nla_next(pos, &(rem)))
|
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...] |
/external/dhcpcd-6.8.2/ |
if-linux.c | 920 nla_next(struct nlattr *nla, size_t *rem) function 935 for (pos = head, rem = len; NLA_OK(pos, rem); pos = nla_next(pos, &(rem))) [all...] |