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

  /external/libnl/lib/route/sch/
dsmark.c 76 dsmark->qdm_indices = nla_get_u16(tb[TCA_DSMARK_INDICES]);
82 nla_get_u16(tb[TCA_DSMARK_DEFAULT_INDEX]);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 68 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
115 return nla_get_u16(pos);
  /external/libnl/include/netlink/
attr.h 103 extern uint16_t nla_get_u16(struct nlattr *);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0;
132 return nla_get_u16(pos);
gscan_event_handler.cpp 586 nla_get_u16(
600 nla_get_u16(
    [all...]
  /external/libnl/lib/netfilter/
ct.c 173 ntohs(nla_get_u16(tb[CTA_PROTO_SRC_PORT])));
176 ntohs(nla_get_u16(tb[CTA_PROTO_DST_PORT])));
179 ntohs(nla_get_u16(tb[CTA_PROTO_ICMP_ID])));
  /external/libnl/lib/genl/
ctrl.c 80 nla_get_u16(info->attrs[CTRL_ATTR_FAMILY_ID]));
  /external/libnl/lib/
attr.c 936 uint16_t nla_get_u16(struct nlattr *nla) function
    [all...]
  /system/extras/taskstats/
taskstats.c 78 *((int*)arg) = nla_get_u16(attr);
  /external/libnl/lib/route/link/
vlan.c 101 vi->vi_vlan_id = nla_get_u16(tb[IFLA_VLAN_ID]);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 1253 milliseconds