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

  /external/libnl/include/netlink/
attr.h 80 extern int nla_ok(const struct nlattr *, int);
262 nla_ok(pos, rem); \
274 nla_ok(pos, rem); \
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 100 return nla_ok(pos, rem);
344 nla_ok(pos, rem); \
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 117 return nla_ok(pos, rem);
406 nla_ok(pos, rem); \
llstats.cpp 278 nla_ok(rateInfo, rem);
311 nla_ok(wmmInfo, rem);
347 nla_ok(chInfo, rem);
461 nla_ok(peerInfo, rem);
477 nla_ok(peerInfo, rem);
    [all...]
gscan_event_handler.cpp 155 nla_ok(scanResultsInfo, rem);
294 nla_ok(scanResultsInfo, rem);
    [all...]
gscan.cpp     [all...]
  /external/libnl/lib/
attr.c 488 int nla_ok(const struct nlattr *nla, int remaining) function
502 * caller is responsible to use nla_ok() beforehand. The offset (length
    [all...]

Completed in 134 milliseconds