HomeSort by relevance Sort by last modified time
    Searched refs:genlmsg_attrlen (Results 1 - 25 of 31) sorted by null

1 2

  /external/libnl/include/netlink/genl/
genl.h 44 extern int genlmsg_attrlen(const struct genlmsghdr *, int);
  /external/libnl/lib/genl/
genl.c 161 genlmsg_attrlen(ghdr, hdrlen), maxtype, policy);
201 genlmsg_attrlen(ghdr, hdrlen), policy);
283 * @see genlmsg_attrlen()
302 int genlmsg_attrlen(const struct genlmsghdr *gnlh, int hdrlen) function
  /external/iw/
ps.c 52 genlmsg_attrlen(gnlh, 0), NULL);
mpp.c 23 genlmsg_attrlen(gnlh, 0), NULL);
survey.c 29 genlmsg_attrlen(gnlh, 0), NULL);
genl.c 44 genlmsg_attrlen(gnlh, 0), NULL);
link.c 44 genlmsg_attrlen(gnlh, 0), NULL);
140 genlmsg_attrlen(gnlh, 0), NULL);
hwsim.c 42 genlmsg_attrlen(gnlh, 0), NULL);
mpath.c 44 genlmsg_attrlen(gnlh, 0), NULL);
coalesce.c 208 genlmsg_attrlen(gnlh, 0), NULL);
reg.c 140 genlmsg_attrlen(gnlh, 0), NULL);
info.c 120 genlmsg_attrlen(gnlh, 0), NULL);
693 genlmsg_attrlen(gnlh, 0), NULL);
interface.c 314 genlmsg_attrlen(gnlh, 0), NULL);
mesh.c 381 genlmsg_attrlen(gnlh, 0), NULL);
station.c 154 genlmsg_attrlen(gnlh, 0), NULL);
wowlan.c 357 genlmsg_attrlen(gnlh, 0), NULL);
  /system/extras/iotop/
taskstats.cpp 95 int remaining = genlmsg_attrlen(gnlh, 0);
  /system/extras/taskstats/
taskstats.c 74 int remaining = genlmsg_attrlen(gnlh, 0);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 29 genlmsg_attrlen(gnlh, 0), NULL);
600 genlmsg_attrlen(gnlh, 0), NULL);
882 genlmsg_attrlen(gnlh, 0), NULL);
937 genlmsg_attrlen(gnlh, 0), NULL);
1036 genlmsg_attrlen(gnlh, 0), NULL);
    [all...]
driver_nl80211_scan.c 47 genlmsg_attrlen(gnlh, 0), NULL);
708 genlmsg_attrlen(gnlh, 0), NULL);
1030 genlmsg_attrlen(gnlh, 0), NULL);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 499 int len = genlmsg_attrlen(mHeader, 0);
551 genlmsg_attrlen(mHeader, 0), NULL);
  /external/autotest/client/deps/iwcap/src/
iwcap.c 302 genlmsg_attrlen(gnlh, 0), NULL);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 205 genlmsg_attrlen(gnlh, 0), NULL);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ifaceeventhandler.cpp 185 genlmsg_attrlen(gnlh, 0), NULL);
cpp_bindings.cpp 499 int len = genlmsg_attrlen(mHeader, 0);
541 genlmsg_attrlen(mHeader, 0), NULL);

Completed in 1540 milliseconds

1 2